Is it possible?

Example: I have setup a 45 EMA. I want him to do the BT into five stocks and 
bring which stock has the highest profitability in that setup or bring all 
stocks with profitability.

Setup:

Buy = Cross(Close, EMA( Close, 45));
Sell = Cross(EMA( Close, 45 ), Close);
Cover=Buy;
Short=Sell;


PlotShapes( Buy * shapeUpArrow, colorBlue );
PlotShapes( Sell * shapeDownArrow, colorRed );

Best Regards

Reply via email to