hi, all. i am just trying to write simple trading ideas:
buy= cross ( roc (14), -10);
sell=cross ( ema (5), close);
there is always syntax error there. could i use different indicators as buy and sell signaling?
I run filter= roc (14) < -10 through australian data
but no single hit. can anyone help with this?
thanks for help.
eric