Skip to content

DYNAMIC SETTINGS ADJUSTING

g0g0 edited this page Aug 8, 2021 · 2 revisions

DYNAMIC SETTINGS ADJUSTING

settings like STOPLOSS, TRAILING STOPLOSS, TIMEDIFFERENCE, TAKEPROFIT, HOLDING PRICE TRESHOLD etc are dynamically incremented or decremented based on your DYNAMIC_WIN_LOSS_UP/DOWN settings in config.

example: TAKEPROFIT is 1% and your last trade is won bot will change it to 1.1% if your DYNAMIC_WIN_LOSS_UP was 10 in settings this was implemented to give bot more "space" on winning streaks and to lower exposure on loosing streaks

also you can change that % to have desynced modulation settings have UP/DOWN by default at 10% but you can have one at 20% other at 5% if you like so it will change how bot "behaves" drastically

TIMEDIFFERENCE and STOPLOSS are limited to min and max values by multiplying with dynamic min max to avoid unwanted behaviour

Clone this wiki locally