Hi !
There are much videos and tutorials on YouTube. Look for 'Jim Dandy' or visit his page (http://www.jimdandyforex.com/)
This is NO advertisment! I am a experianced programmer but things like timeseries, indicatorbuffers, plotbuffers .... need to be explained.
If You don't have c++ experiance it could get hard.
Kind regards and good luck!

You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
Hi guys, just started with mql4 and have completely no programming experience.
Do you please know about something which is for absolute mql virgin and prick-proof?
I tried this in mql4 but there is more errors than words 8=(
void OnTick()
{
//---
if (double iMA (0, 0, 5, 5, MODE_SMA,PRICE_MEDIAN, 1) = PRICE_MEDIAN)
int OrderSend (0,OP_BUY, 1, Ask, 3, 10, 30, ... )
}