Available translations

Tutorial Step - Trigger On

foundations.png
trigger-on.png
Reserve some funds!
Trigger On event is about reserving (locking) your funds and making them available to the bot.
What I need to do is:
  • Define the TF
  • Define the SMA50/200 cross
To define a cross I use 2 conditions:
 chart.at04hs.popularSMA.sma50 > chart.at04hs.popularSMA.sma200
 chart.at04hs.popularSMA.previous.sma50 < chart.at04hs.popularSMA.previous.sma200
Previous
Tutorial Step - Trigger Stage
Next
Tutorial Step - Trigger Off