I am new. When the first condition found from 15 minutes and then the second condition found from 5 minutes.
I would like to trade in 5 minutes and know the script.
Thank you and excuse my English.
For example:
Condition 1(15M) ->Condition 2(5M) -> Entry
// Entry condition 1
if (CrossAbove(RSI(14, 3), 30, 1))
// Entry condition 2
if (Close(0)<(EMA(20))
EnterLong("??");

Comment