EA - 2 custom indicators (nonlagMA and Harami)
-
Hi, I have come up with a strategy that I have been trading manually very well. I would like to make this into an EA with fxDreema.
My trading strategy
Non-lag Ma: length 90
When a bullish Harami forms above the nonlag MA it should buy and then close when a bearish Harami forms
and vice versa.
Any help will be greatly appreciated
-
Indicators and screenshot of last week
......
Screen Shot 2016-05-29 at 20.08.48.png
Harami.mq4
Non lag MA v7.101 MTF.mq4 -
Do you know what kind of values come out of these indicators? Use "Trace" to see the values. I don't want to give you ready EA, because I want you to understand what is going on. So, the first thing is to know what values the indicators are giving to the EA. Then depending on that indicators can be used. Mostly "Condition" block is used to compare two values. Also, there is a group of blocks in the "Indicators" category. Which one to use... it depends on the situation.
-
Hi, thanks for replying so soon! I have just tried to use trace and I think it has something to do with a line 1? But when I uploaded the custom indicator to fxdreema I have buffer 0 and buffer 1
-
Harami - 2 buffers
Non lag ma v7.101 MTF - 3 buffersOpen .mq4 files and you will see what is written after #property indicator_buffers
