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.
Freunde
32
Anfragen
Ausgehend
Qoyyuum Kadir
Come on Service Desk, you can definitely do your job if you just try. Not sure whats going on.
Qoyyuum Kadir
Got bored. Opened a new demo account yesterday and just focused on kumo breakout strategy and let it run. It's definitely working. Perhaps I should try and automate this strategy.
Qoyyuum Kadir
I kept thinking about Linear Regression and how to formulate it into MQL5. My math skill isn't very strong, and yet I scored enough to pass through my exams (Thank god). As I understood, Linear Regression helps you find the next new value with the formula y = a + bx...
In sozialen Netzwerken teilen · 1
475
2
Qoyyuum Kadir
Tried the Ichimoku Kinko Hyo strategies and backtested. Its losing money rather than winning. Sigh. Moving on to the next idea.
Qoyyuum Kadir
Running Metatrader on Fedora is definitely not ideal but thank god for i7 CPU and 16GB of RAM. Wine still needs more work.
Qoyyuum Kadir
I finally managed to install Metatrader 5 on Fedora 27. Not as a nice intuitive interface as on Windows but I get to enjoy working in my terminal when I want now.
Qoyyuum Kadir
This is pretty neat for further researching. Especially the engulfing strategy. Worth checking out.
Alain Verleyen
Kommentar zum Thema All about MQL5 Wizard : create robots without programming.
Trading Signals available from Codebase. Not provided with standard library, if you want to use one of them, you have to download and install it. From Metaquotes. Trading Signals of Candlestick
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
Artikel des Autoren MetaQuotes geteilt
"Do Not Trust Anyone. Not Even Yourself" statement really got me. LOL!
Wie teste ich einen Handelsroboter vor dem Kauf
Der Kauf eines Handelsroboters hat bestimmte Vorzüge gegenüber ähnlichen Möglichkeiten - ein automatisiertes System kann direkt im MetaTrader5-Terminal getestet werden. Vor dem Kauf kann und soll ein Expert Advisor sorgfältig in allen ungünstigen Modi im eingebauten Strategietester ausgeführt werden, um das System komplett zu verstehen.
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...
In sozialen Netzwerken teilen · 4
3321
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.
: