Create and Test Forex Strategies
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| express-generator:data-source [2026/05/19 05:54] – Miroslav Popov | express-generator:data-source [2026/05/29 10:23] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 17: | Line 17: | ||
| ; Data file from Premium data, or exported from MetaTrader. | ; Data file from Premium data, or exported from MetaTrader. | ||
| ; Example: data_file = ./ | ; Example: data_file = ./ | ||
| - | ; Using " | + | ; Using " |
| data_file = | data_file = | ||
| </ | </ | ||
| Line 35: | Line 35: | ||
| </ | </ | ||
| - | As you see, the format for fetching and using data is the same. (You may also use Data Horizon | + | The workflow is consistent: fetch with '' |
| + | You may also combine this with Data Horizon | ||
| Line 42: | Line 43: | ||
| You can also use data from your MetaTrader account. We highly recommend exporting data from MT5 because it includes real spread information. | You can also use data from your MetaTrader account. We highly recommend exporting data from MT5 because it includes real spread information. | ||
| - | | + | |
| - | | + | |
| - | | + | |
| < | < | ||