mirror of
https://github.com/artemium428/428-backtester.git
synced 2026-09-15 18:36:20 +00:00
Ship SampleStrategy and Integral workflow scripts without proprietary V15 logic, Pine, or run results. Co-authored-by: Cursor <cursoragent@cursor.com>
60 lines
1.5 KiB
JSON
60 lines
1.5 KiB
JSON
{
|
|
"max_open_trades": 1,
|
|
"stake_currency": "USDT",
|
|
"stake_amount": "unlimited",
|
|
"tradable_balance_ratio": 0.99,
|
|
"fiat_display_currency": "USD",
|
|
"dry_run": true,
|
|
"dry_run_wallet": 10000,
|
|
"cancel_open_orders_on_exit": false,
|
|
"trading_mode": "futures",
|
|
"margin_mode": "isolated",
|
|
"unfilledtimeout": {
|
|
"entry": 10,
|
|
"exit": 10,
|
|
"exit_timeout_count": 0,
|
|
"unit": "minutes"
|
|
},
|
|
"entry_pricing": {
|
|
"price_side": "same",
|
|
"use_order_book": true,
|
|
"order_book_top": 1,
|
|
"price_last_balance": 0.0,
|
|
"check_depth_of_market": {
|
|
"enabled": false,
|
|
"bids_to_ask_delta": 1
|
|
}
|
|
},
|
|
"exit_pricing": {
|
|
"price_side": "same",
|
|
"use_order_book": true,
|
|
"order_book_top": 1
|
|
},
|
|
"exchange": {
|
|
"name": "binance",
|
|
"key": "",
|
|
"secret": "",
|
|
"ccxt_config": {},
|
|
"ccxt_async_config": {},
|
|
"pair_whitelist": [
|
|
"BTC/USDT:USDT"
|
|
],
|
|
"pair_blacklist": []
|
|
},
|
|
"pairlists": [
|
|
{
|
|
"method": "StaticPairList"
|
|
}
|
|
],
|
|
"timeframe": "15m",
|
|
"dataformat_ohlcv": "feather",
|
|
"dataformat_trades": "feather",
|
|
"fee": 0.0005,
|
|
"strategy": "SampleStrategy",
|
|
"bot_name": "428-backtester",
|
|
"initial_state": "running",
|
|
"force_entry_enable": false,
|
|
"internals": {
|
|
"process_throttle_secs": 5
|
|
}
|
|
}
|