refactor RSI SELL

This commit is contained in:
David Brazda
2023-05-25 20:17:56 +02:00
parent 8cf2956720
commit bf7c1773bd
16 changed files with 736 additions and 231 deletions

View File

@ -6,7 +6,7 @@ from appdirs import user_data_dir
NORMALIZED_TICK_BASE_PRICE = 30.00
LOG_RUNNER_EVENTS = False
#no print in console
QUIET_MODE = True
QUIET_MODE = False
#how many consecutive trades with the fill price are necessary for LIMIT fill to happen in backtesting
#0 - optimistic, every knot high will fill the order
#N - N consecutive trades required