First, we define 3 moving averages by length and type. Defaults are 9 EMA, 21 EMA, and 55 EMA.
Then, we can decide how we want the moving averages positioned in relation to each other, and on which timeframe. These are the options that are available:
Example: If you wanted to code a strategy where two of the entry conditions were:
9 EMA > 21 EMA > 55EMA on the 1 hour timeframe.
and
21 EMA > 55 EMA on the 4 hour timeframe.
You would input it like this:
Support/Resistance Entry Conditions