Hello, I try this back test.
Plot( C, "Close", ParamColor("Color", colorBlack ), styleNoTitle |
ParamStyle("Style") | GetPriceStyle() );
Buy = True;
Sell = False;
I choose date from 01/06/2009 , and the first trade is open the
18/06/2009.
Why ????????????
