Once your sell strategy formula becomes true, a buy/sell MUST occur within x seconds.
If not then the sell will be invalidated.
The next attempt will be done once your strategy formula is NOT true anymore, and then becomes true again.
SELL STRATEGY PERIOD MISSED
You will see this if strategies were already true upon starting your bot.
SELL STRATEGY PERIOD PASSED
You will see this if strategies became true but no buy happened withing the specified time period.
DEFAULT_sell_within_time_period = 30
DEFAULT_DCA_sell_within_time_period = 300
- The time period setting is ignored if the coin is trailing.
- If you just start your bot and coins have ALL strategies true, Since the bot did not see this happen, It will not buy/sell if using this setting.
- If you have MAX PAIRS/ TOO NEW or other conditions but the strategies become true, the counter still starts and after these conditions go away and the strategy is still true, it will say TIME PERIOD PASSED. You will need to wait for the strategies to go false then become true again.