Buy/Sell when MA reverses direction

Hello!

Just a remark:

BuySignal = MA9 > MA9last1 < MA9last2;

is not valid syntax.

Valid syntax is something like: BuySignal = A > B AND B < C;

Re the original question: See this for inspiration:

1 Like