How to trigger this trade?
-

Hi guys! I have been trying to get the robot to trigger when the bar closes and the ssl-indicator changes like in the picture. I feel I have tried everything but I can't get it to work as I want to. Any ideas?
Thanks
-
That indicator is not available on fxDreema so I will use two MA to show how to do it. My example is for a sell:

-
@simenandreas It depends on your SSL indicator buffers. Here is one i tweaked a bit for buffers (initial indicator was not from me!). 0_1575024216293_SSL-fast-nrp.mq4

As you see in the screenshot, I exposed the trend buffer. If it's above 0 it's a long trend and if below it's a short trade.
If you want to stay with your own SSL indicator, you should have 2 buffers - 1 representing the green line and 1 for the red. just make an x> or x< condition on them should do the trick as well.