1e16b161c4
This commit includes the initial project files for the MT5 trading bot. It includes: - MQL5 scripts for exporting data and for the trading EAs. - Python scripts for model development and for creating a benchmark model. - ONNX models for the trading EAs. - A file with all the code concatenated. - A directory with the separate code files.
7 lines
196 B
CSV
7 lines
196 B
CSV
Time,Open,High,Low,Close,Volume
|
|
2023.01.01,1.1,1.2,1.0,1.15,100
|
|
2023.01.02,1.15,1.25,1.1,1.2,200
|
|
2023.01.03,1.2,1.3,1.15,1.25,300
|
|
2023.01.04,1.25,1.35,1.2,1.3,400
|
|
2023.01.05,1.3,1.4,1.25,1.35,500
|