Deal start conditions for ASAP based on Bull Market Support Band

The Bull Market Support Band BMSB (20w SMA & 21w EMA) is a weekly moving average.

Latest BMSB value would be the last printed value that is either 20w SMA or 21w EMA, whichever is higher.

I want to create a deal start condition that would be

  • ASAP
    AND
  • current price less than a 60% drop to last BMSB value.

This will allow DCA bots to open deals ASAP if the current price is not too far above the last BMSB value, which prevents opening deals when price has been pumping hard over last minutes, hours, days or week.


Actually I just realized you may be able to do that with the bot controller. Set deal start ASAP and in the bot controller set it to start/stop with indicators if the MAR is suitable, else you can send a webhook from TV to start and stop it.

I’ll try and get that, but I only have free TV for now, not sure if I can do API calls to TV to evaluate MAs for each coin against BMSB on free tier.