ChavyvAkvar commited on
Commit
c022aaf
·
verified ·
1 Parent(s): 721c878

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +46 -0
README.md ADDED
@@ -0,0 +1,46 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ configs:
3
+ - config_name: default
4
+ data_files:
5
+ - split: train
6
+ path: data/train-*
7
+ dataset_info:
8
+ features:
9
+ - name: scenario_id
10
+ dtype: int64
11
+ - name: asset_source_name
12
+ dtype: string
13
+ - name: final_pnl_ratio
14
+ dtype: float64
15
+ - name: max_drawdown_pct
16
+ dtype: float64
17
+ - name: total_trades
18
+ dtype: int64
19
+ - name: portfolio_halted
20
+ dtype: bool
21
+ - name: portfolio_halt_reason
22
+ dtype: string
23
+ - name: synthetic_ohlc_open
24
+ sequence: float64
25
+ - name: synthetic_ohlc_high
26
+ sequence: float64
27
+ - name: synthetic_ohlc_low
28
+ sequence: float64
29
+ - name: synthetic_ohlc_close
30
+ sequence: float64
31
+ - name: garch_params_used_for_sim_str
32
+ dtype: string
33
+ - name: strategy_params_str
34
+ dtype: string
35
+ - name: strategy_exit_rules_str
36
+ dtype: string
37
+ splits:
38
+ - name: train
39
+ num_bytes: 9753584443
40
+ num_examples: 10560
41
+ download_size: 9731003151
42
+ dataset_size: 9753584443
43
+ ---
44
+ # Dataset Card for "multi-asset-synth-trades-202506052030"
45
+
46
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)