Qoyyuum Kadir / Profile
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.
Friends
32
Requests
Outgoing
Qoyyuum Kadir
Made a quick and dirty MQL5 EA. Now running backtests for optimization parameters. I can definitely feel the lag right now. Makes me wonder how I would be able to handle this if I were to run my backtests on a GPD Pocket 2. Hmmm...
Qoyyuum Kadir
Added topic Central Repo for Scripts?
Much like Github/GitLab, does MQL5 provide a central private/public repo for our developing scripts? I've been looking around and can't find any but I like how the products in the market have versioning in their "What's new" tab. Even with that said
Qoyyuum Kadir
shared author's MetaQuotes article
"Do Not Trust Anyone. Not Even Yourself" statement really got me. LOL!
How to Test a Trading Robot Before Buying
Buying a trading robot on MQL5 Market has a distinct benefit over all other similar options - an automated system offered can be thoroughly tested directly in the MetaTrader 5 terminal. Before buying, an Expert Advisor can and should be carefully run in all unfavorable modes in the built-in Strategy Tester to get a complete grasp of the system.
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
Added topic MQL5 Community App?
Hey all, Just wondering if I have missed it or something but I enjoy going through the forums, codebase, articles and was wondering if there is an MQL5 Community App so I can continue reading up the forums and blogs on my phone (as opposed to the
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...
Share on social networks · 4
3635
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.
: