Brendan van der Merwe / Publications
Forum
Hi Everyone can Anyone please help me with this code it has 2 errors in line 73 and 23
// Define the required indicators input int fast_ma_period = 5 ; input int slow_ma_period = 20 ; input int rsi_period = 14 ; input int bollinger_bands_period = 20 ; input int bollinger_bands_deviation = 2 ; // Define the trading parameters input double risk_percent = 1.0 ; input int