Hi guys!
I need help to define a specific situation in code. Can´t figure out how to set these conditions.
My goal is to define a buysignal when following happens:
EMA 30 first crosses over EMA 80 and then crosses over EMA 200.
If i set the condition EMA30 CROSSES OVER EMA80 AND EMA200, then it means that these line crossings happen same time, right? I just want it to happen if it crosses both lines with a maximum of a few hours between the crossings.
Is it possible to define this?