Hi!

Trying to do multiple buys on the same symbol.

In a simple Moving average system;

Buy = Cover = (MA(C,5)) > (MA(C,10);
Sell = Short = (MA(C,5)) < (MA(C,10);

I want to make an additional buy each bar the MA5 > MA10.

Thanks, K


Reply via email to