forex software

Create and Test Forex Strategies

forex software

express-generator:data-horizon

This is an old revision of the document!


Data Horizon

<code ini> ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;; Data Horizon ;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

max_data_bars = 100000

; Use these parameters to set the data range between “data_start” and “data_end”. ; Set from where the actual trading starts with “trade_start”. ; Text: “2023-05-25 00:00 UTC”, “2023-05-25 00:00”, “2023-05-25” or “25 May 2023 00:00 UTC” ; Negative number: number of days before the current date: -365, -30, -7

use_data_start = false data_start = “01 Jan 2020 00:00 UTC”

use_data_end = false data_end = “30 Jun 2023 00:00 UTC”

use_trade_start = false trade_start = “01 Jun 2023 00:00 UTC” </ini>