RSI<35 jako buysignal,vypnuta slopeProtect na buy

This commit is contained in:
David Brazda
2023-06-01 17:57:32 +02:00
parent 2f68667f08
commit 80e264eeaa
5 changed files with 10 additions and 6 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 = False
QUIET_MODE = True
#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