Compare commits

..

No commits in common. "e8274c69efd176cca70211fa218fdb35166bc34b" and "b4f815160c2449feeb9291025c5d15fe04167b3f" have entirely different histories.

2
bot.py
View File

@ -59,7 +59,7 @@ def calculate_indicators(df):
df = calculate_indicators(df) df = calculate_indicators(df)
RISK_PER_TRADE = 0.3 RISK_PER_TRADE = 0.3
STOP_LOSS = 1 # 100% STOP_LOSS = 0.02 # 100%
TAKE_PROFIT = 0.03 # 5% TAKE_PROFIT = 0.03 # 5%