algorithmic_trading_bot
algorithmic_trading_bot copied to clipboard
float division by zero
When the bot finds a point to enter it throws this error, verifying the root of the error when the lot is calculated it happens because when organizing the data frame and putting the stop price and stop loss columns everything is set to 0.0 so it does not let divide by zero, could you help me?