You can create a function to close all trades when the indicator bring up the arrow on the chart? I tried everything 
Latest posts made by master1793
-
RE: Help, EA Close all trades!posted in Questions & Answers
-
RE: Moving Average Crossoverposted in Questions & Answers
Hi, my MAcrossover don't close trades when the price crosses
, is a EA very simple, https://fxdreema.com/shared/2nR1yTjse.I don't know what I'm doing wrong
.https://drive.google.com/file/d/0Bx9qz8 ... l2SjQ/view
https://drive.google.com/file/d/0Bx9qz8qXM_BBcWMzajBRLVl2SjQ/view
-
RE: Help, EA Close all trades!posted in Questions & Answers
Ok, thank you, is possible work with this indicator on Fxdreema, but, not is so easy, i'm learning yet.
-
RE: Help, EA Close all trades!posted in Questions & Answers
Using "Indicator tester" with 3_Level_ZZ_Semafor, all bufer provide 0 value, the custon indicator have "SetIndexEmptyValue(1,0.0)" in your code, but ever the value is 0.
Can somebody help me to change the code? to bring a value when the indicator is in level 2 or 3? with this i can use the indicator on Fxdreema.
the code is here:
http://www.forexmt4.com/mt_yahoo/3_Level_ZZ_Semafor.mq4 -
RE: Help, EA Close all trades!posted in Questions & Answers
I can copilate the 3_Level_ZZ_Semafor.mq4
'3_Level_ZZ_Semafor.mq4' 3_Level_ZZ_Semafor.mq4 1 1
not all control paths return a value 3_Level_ZZ_Semafor.mq4 248 2
0 error(s), 1 warning(s) 1 2The indicator work well in Meta Trader, why don't work in the EA of fxdreema? The goal is only close all trades when get level 2, no matter if is down or up.
-
RE: Help, EA Close all trades!posted in Questions & Answers
I need help
, I want to create an EA to close all trade when level2 (appear icon), already tried all possible ways (visible indicator, apper indicator, condition, etc) (Whith all buffer) Still doesn't work
.(to orders I started manual way)
Attached two versions of the same indicator.