Brendan van der Merwe / Profile
Friends
Requests
Add friends via their profile or user search and you will be able to see if they are online
Outgoing
Brendan van der Merwe
Added topic 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
: