
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,
I am just starting developing in MQL5, I am usually developing Pine Script EAs.
As a learning purpose, I am trying to replicate an Ichimoku EA I have developed in pine script.
In this EA I am merging the Kijun-Sen & Tenkan-Sen, the following way :
It is quite straightforward in pine script and I am struggling to implement this into an MQL5 indicator existing script I have found here : https://www.mql5.com/en/code/34225. The idea is after having modified the indicator to get the relevant data from this indicator into my EA.
Hereafter my code, you can find the code I have added or modified marked with a //*.
I would appreciate some expertise in order to move forward.
Many thanks in advance. Cheers.