You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-**Trading Hours Detection**: Identifies when the market is actively trading
127
+
-**Interval Auto-Correction**: Detects and fixes incorrect timeframe settings
128
+
-**Symbol Type Detection**: Identifies forex, crypto, or other asset types
129
+
84
130
## Command Arguments
85
131
86
132
The `run` command has two required arguments:
87
133
88
134
-`SCRIPT`: The script file to run. If only a filename is provided, it will be searched in the `workdir/scripts/` directory.
89
-
-`DATA`: The OHLCV data file to use. If only a filename is provided, it will be searched in the `workdir/data/` directory.
135
+
-`DATA`: The data file to use. Supports .ohlcv, .csv, .json formats. If only a filename is provided, it will be searched in the `workdir/data/` directory.
90
136
91
137
<small>
92
-
Note: you don't need to write the `.py` and `.ohlcv` extensions in the command.
138
+
Note: you don't need to write the file extensions in the command.
0 commit comments