 |
QuantShare
2011-10-24 04:33:23
0
|
|
"cFunctions.High" and "ChartData.GetTimeSeries" uses the same logic. They both indexes the bar from left to right.
The only function that indexes the bar from right to left where 0 means the current bar and 1 the bar before is the "GetTimeSeries" of the money management script.
This is because this script is executed on each trading day during a simulation.
|
|