Qoyyuum Kadir / Profil
Abdul Qoyyuum is a Bruneian Web Geek who loves all things web. Has skills in Web Development, Web Design, Business Administration and Business Management. He loves mint flavored consumption.
Qoyyuum Kadir
Switching over from MQL4 to MQL5, I realized the amount of changes between them. MQL5 has both the difficulty and the convenience in building automated trading. Let's see how it goes when I publish my signal.
Qoyyuum Kadir
So apparently, I don't really have to build that tutorial I kept promising my readers. LOL!
Alain Verleyen
All about MQL5 Wizard : create robots without programming.
What is MQL5 Wizard : The MetaTrader 5 Trading Platform includes the MQL5 Wizard , which allows to quickly generate code of an Expert Advisor (Expert Advisor builder). With MQL5 Wizard, knowledge of programming languages is no longer a prerequisite
Qoyyuum Kadir
Trying to calculate a cross between the 2 indicator. Currently, my cross formula seems to be... a bad way of identifying that cross.
if indicator1 > indicator2
{
//then its a cross
//Do a trade
}
I figure a for loop is required and then ... This is where I'm stuck at
Bars;
rangeCheck;
arrBars = [];
for(p=1;p<rangeCheck;p++)
{
//get Bar value and place into an array of arrBars
}
And from there, I should probably check if each item in the array is incrementing or decrementing while adding the if condition earlier to trigger that it really is a cross.
Probably...
if indicator1 > indicator2
{
//then its a cross
//Do a trade
}
I figure a for loop is required and then ... This is where I'm stuck at
Bars;
rangeCheck;
arrBars = [];
for(p=1;p<rangeCheck;p++)
{
//get Bar value and place into an array of arrBars
}
And from there, I should probably check if each item in the array is incrementing or decrementing while adding the if condition earlier to trigger that it really is a cross.
Probably...
Qoyyuum Kadir
Phew, what a busy year it has been. Switched to a new job, joined a couple of competition, had job training, lost both competition, and sorting out my things at home for my son. Now that things are stable and not too hectic, I'm back into Forex again. Most probably be able to completely automate my technical and fundamental strategy in.
And I just saw a post in regards to Neural Network generator.
And I just saw a post in regards to Neural Network generator.
Qoyyuum Kadir
A lot of traders out there should know what Ichimoku Kinko Hyo is, so I'm not gonna explain that. Instead, I'm just gonna go ahead and try and build this EA and backtest it. But my challenge at the moment would be to put the 5 known strategies of using IKH into one single EA...
Partager sur les réseaux sociaux · 4
3628
Qoyyuum Kadir
I'm back and ready to redo my Forex Expert Advisor script. I suppose I can start with Ichimoku's 5 strategies into one. Will see how it goes.
Qoyyuum Kadir
Trying to use the Virtual Hosting through my broker XM.com but all the plans are disabled. I wonder why.
: