Hello,
File "...\Moonings.py", line 2209, in
check_total_session_profit(coins_bought, last_price)
File "...Moonings.py", line 1404, in check_total_session_profit
if DEBUG: print(f'Session Override SL Feature: ASPP={allsession_profits_perc} STP {SESSION_TAKE_PROFIT} SSL {SESSION_STOP_LOSS}')
NameError: name 'SESSION_TAKE_PROFIT' is not defined
My config:
SESSION_TPSL_OVERRIDE: True
SESSION_TAKE_PROFIT: 1
SESSION_STOP_LOSS: -2
Hello, File "...\Moonings.py", line 2209, in
check_total_session_profit(coins_bought, last_price)
File "...Moonings.py", line 1404, in check_total_session_profit
if DEBUG: print(f'Session Override SL Feature: ASPP={allsession_profits_perc} STP {SESSION_TAKE_PROFIT} SSL {SESSION_STOP_LOSS}')
NameError: name 'SESSION_TAKE_PROFIT' is not defined
My config: SESSION_TPSL_OVERRIDE: True SESSION_TAKE_PROFIT: 1 SESSION_STOP_LOSS: -2