7 lines
277 B
Python
7 lines
277 B
Python
# EDGE
|
|
# WinRate and Expected Risk Reward should be calculated for all whitelisted pairs
|
|
# ASYNC: For each pair call backslap
|
|
# Save WR and ERR in Edge Dict
|
|
# Save last time updated for each pair in edge_last_update_time
|
|
# Calulate expectancy and position size and stop loss
|