INNER CODE UNIT · Python

OVERSOLD_VALUEs

liamhartley/cryptotradingbot · backtesting_scripts/coinbase_backtesting.py:23

OVERSOLD_VALUEs = [-60, -55, -50, -45, -40]
CAPITAL_BASE = 1000
ENTRY_SIZE_LIST = [CAPITAL_BASE*0.05, CAPITAL_BASE*0.1, CAPITAL_BASE*0.15, CAPITAL_BASE*0.2, CAPITAL_BASE*0.25, CAPITAL_BASE*0.30,
                   CAPITAL_BASE*0.35, CAPITAL_BASE*0.40, CAPITAL_BASE*0.45, CAPITAL_BASE*0.5]

# PAIRS = ['ETH_USDC', 'USDC_SOL']
# PAIRS = ['ETH-USDC', 'SOL-USDC']
PAIRS = ['ETH-USDC']
# PAIRS = ['ETH_USDC']
# PAIRS = ['SOL_USDT']

# PAIRS = ['XRP_BTC']
# PAIRS = ['AMP_USDT']
# PAIRS = ['BTC_XRP']

# PAIRS = [
#     'BTC_USDT\n',
#     'DOGE_BTC\n',

View source record →

📰 Research Paper
Loading…
⏳ Fetching content…