(05-13-2018, 05:55 PM)Cryptos Wrote:(05-13-2018, 04:48 AM)whoodat Wrote: what does the Mod_high and mod_low mean?
If you use the RSI_BULL_BEAR_ADX and the ADX indicator is below ADX.low, mod_low is added to your BULL.low and BEAR.low tresholds, when ADX is above ADX.high mod_high is added to BULL.high and BEAR.high tresholds.
When you use CLI put config.debug = true and config.silent = false in your config, then GEKKO tells you if he is able to stich your local database to recent market data, so that it can start without warmup time.
I started running gekko live in the UI and now am going to try to work on using the CLI, the CLI seems to have more features. Also, does the Bull/Bear ADX use maker or taker when putting the orders in?