Index
- To Develop
- Concept
- Sudden increase Algorithm
- Autotrade
- Account
- Research
- About Back-testing
- Symbol Table vs Candlesticks
- Rest API Standards
- Reducers
- Klines
- Deployment
- Code Styling
- Binance Teapot Errors
- Architecture
- APIs
- Why Not Use Chart.js
- Webserver Issues
- Tests Types
PLOTTING DOES NOT WORK WITH DEBUGGER
To Develop
- Get list of crypto currencies in funds
- run sell algo with this list
- functionality on increasing intervals
Concept
- Filter:
- Filter out coins > 10
- Set BNB as the main market
- Volume (to be determined)
- Use volatility (Bollinger, Keltner channels) to determine change of trend
- Higher volatility implies strength of move
- Higher volatility implies trend as opposed to sideways move
- Repeated green candlesticks surpassing top band
- Reassure trend using DMI
- Look for buy and sell signals with KST
Sudden increase Algorithm
A. Filters
Buy Filters:
- Check positions (do I have BNB to buy?)
- Monitor markets using ticker24:
- Filter out coins > 10
-
Certain volume
-
Repeated green candlesticks surpassing top band => check it is not sideways move (DMI), if sideways move return false if trend checked return true
-
Check KST for buy signals. if buy signal, check consistency in Bollinger/Keltner. if consistency fails return false if consistency true
- Classify all TRUE (consistent coins) => choose highest potential increase for Algorithm testing, send emails
- Buy 50% (for now)
B. Orders
- Types of orders: limit order, market order, stop limit…
Need to make sure order executes - Buy / sell order