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
Hello,
Before using ZeroCode, please watch the flash video walkthrough of creating a simple MACD Crossover expert (240KB). If the video freezes while playing, then download the zip version instead.
1. Indicators Setup
As you can see in the video, I added a MACD for use in Trading Logics. I left it with default values (12,26,9).
2. System Logics
What we want is to have an expert that BUY when the MACD histogram crosses up the MACD signal line, and SELL when the MACD histogram crosses down the MACD signal line.
Comparision Operators:
= means EQUAL
!= means NOT EQUAL
> means GREATER THAN
>= means GREATER THAN OR EQUAL TO
< means LESS THAN
<= means LESS THAN OR EQUAL TO
That's it for a simple MACD cross. Enjoys!