Aldan Parris
Aldan Parris
Friends 2
Aldan Parris
Added topic I can't figure out why this is not doing long sells, yet only long buy and why it drops after hitting into this Month. Been trying to correct this for a week now... I'm still a noob, lol...
// Define input parameters input int ADX_Period = 14 ; input int RSI_Period = 14 ; input int RSI_Overbought = 70 ; input int RSI_Oversold = 30 ; input double Risk_Percent = 2.0 ; // Risk percentage per trade input double Max_Lot = 0.1 ; // Maximum
Aldan Parris
Added topic Hi would like to use this Bot however, it's on the five min window? Still I'm having problems setting up values for it, to run cleanly...
// Regina Gold Expert Advisor // Author: Aldan Parris // Version: 4.50 #property strict // Define input parameters input int rsiPeriod = 14 ; // RSI period input int maPeriod = 20 ; // MA period input int bbPeriod = 20 ; // BB period input double
Aldan Parris
Added topic Need Help with my Bot
I got bot working to some extent, however it still does things awkwardly and I've been at this bot now for month and two weeks. #property strict // Define input parameters input int rsiPeriod = 14 ; // RSI period input int maPeriod = 20 ; // MA
Aldan Parris
Registered at MQL5.community