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
Qoyyuum Kadir
Come on Service Desk, you can definitely do your job if you just try. Not sure whats going on.
Qoyyuum Kadir
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
Qoyyuum Kadir
Profitable but not satisfying with that drawdown. Sigh. Gotta lower my standards some more.
Qoyyuum Kadir

Linear Forecast in Excel

13 ноября 2018, 10:06
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...
Qoyyuum Kadir
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
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
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.
This is pretty neat for further researching. Especially the engulfing strategy. Worth checking out.
Alain Verleyen
Alain Verleyen
Комментарий к теме 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
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...
поделился статьей автора MetaQuotes
"Do Not Trust Anyone. Not Even Yourself" statement really got me. LOL!
Как протестировать торгового робота перед покупкой
Как протестировать торгового робота перед покупкой

Покупка торгового робота в MQL5 Маркете имеет одно большое преимущество перед всеми другими подобными предложениями - вы можете устроить комплексную проверку предлагаемой автоматической системы прямо в терминале MetaTrader 5. Каждый советник перед покупкой можно и нужно тщательно прогнать во всех неблагоприятных режимах во встроенном тестере торговых стратегий, чтобы получить о нем максимально полное представление.

Qoyyuum Kadir
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.
So apparently, I don't really have to build that tutorial I kept promising my readers. LOL!
Alain Verleyen
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
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...
Qoyyuum Kadir
Qoyyuum Kadir
Back on my EA build again... really can't focus with everything going on around me
Qoyyuum Kadir
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.
Qoyyuum Kadir
Qoyyuum Kadir
So work got in the way and I lost track with my EA build.
danielfr
danielfr 2016.12.07
Hello! I can't wait to see what comes out, I am very curious.
Qoyyuum Kadir
Qoyyuum Kadir
I'm close to finishing off my EA. :)
danielfr
danielfr 2016.12.07
From long time ago I want to put a Ichimoku based EA on virtual server.
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...
danielfr
danielfr 2016.12.07
You make a good job here!
Qoyyuum Kadir
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
Qoyyuum Kadir
Trying to use the Virtual Hosting through my broker XM.com but all the plans are disabled. I wonder why.
12