Add files via upload

This commit is contained in:
amirghadiri1987
2025-02-07 19:15:50 +03:30
committed by GitHub
parent e829dab822
commit 781d26ab5c
46 changed files with 12926 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
#define CSV_COLUMN_TIME1 0
#define CSV_COLUMN_TYPE 1
#define CSV_COLUMN_VOLUME 2
#define CSV_COLUMN_SYMBOL 3
#define CSV_COLUMN_PRICE1 4
#define CSV_COLUMN_TIME2 5 // 7
#define CSV_COLUMN_PRICE2 6 // 8
#define CSV_COLUMN_COMMISSION 7 // 9
#define CSV_COLUMN_SWAP 8 // 10
#define CSV_COLUMN_PROFIT 9 // 11
#define CSV_COLUMN_COMMENT 12