Full sync - all projects, memory, configs
This commit is contained in:
11
data/polymarket/config.json
Normal file
11
data/polymarket/config.json
Normal file
@ -0,0 +1,11 @@
|
||||
{
|
||||
"starting_balance": 10000,
|
||||
"max_position_pct": 5,
|
||||
"tail_threshold": 0.1,
|
||||
"momentum_threshold": 0.15,
|
||||
"min_volume": 10000,
|
||||
"strategies_enabled": [
|
||||
"tail",
|
||||
"momentum"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user