Number of Candle in Back test

 

Hi everyone

when i trying to start the back test the maximum number of candle in back is around 900 (i get it with Command of Bar)

how i can have access for more candle in past in the beginning of back test 

thanks

 
Seyedmasoud Hashemi: when i trying to start the back test the maximum number of candle in back is around 900 (i get it with Command of Bar) how i can have access for more candle in past in the beginning of back test

There are several options:

  • Start the test with an an earlier date, and program your code to only start processing the data ...
    • ... once enough bars are available.
    • ... at specific date or time.
  • Use a 3rd party tool to generate the read-only FXT files so that enough data is available for the require date range.