Aldan Parris
Aldan Parris
Aldan Parris
Added topic Not Calling Out ANY Company Brokers NAMES, ..TO
Ok to start my plight on this matter, I crafted a two well working EA. The two of then, to say on my own To my unknown haters. When, i tried asking for help in the beginning. However, I have gotten better at it, so on to my story. It start last week
Aldan Parris
Added topic Anyone getting Problems On MT4, 4.00 Build 1420?
Been trying to Optimize, some EA's and not getting or seeing anything show up at all. I, would like to know if anyone has this same fault on that version? Thank you
Aldan Parris
Added topic Need Help With EA, Not Getting Visuals & I'm Finding It Hard To Make A Strategy
//+------------------------------------------------------------------+ //|                        Momentum
Aldan Parris
Added topic I need to know
Do the brokers modify your EA's if they have a high win rate on both L&S entries? I had few pulled off the chart cause of this
Aldan Parris
Added topic Getting a Problem with code: "Array out of range TrendLines (62, 16)".
//+------------------------------------------------------------------+
Aldan Parris
Added topic Need help reviewing these EA's
Good day or night to my fellow coders, I would the clear help of someone to check these codes I think i have a few errors in them and can't find them myself. So I would like the clear Assistance, I do thank you all for your time and pleas DM me, if
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