want to create EA that put order on custom indicator(arrow,dot etc)
-
i have indicator that give sell arrow and buy arrow but i want to create EA on fx dremia that create sell or buy order according to arrow that appear from that custom indicator or give an alert sound..
how could i do this? -
@haikel Use the my indicators section to add custom indicator, test to ensure it's d0ing as required, build EA around it.
-
i added indicator and it just putted its name ..what to do now?

-
@haikel Was this done from the MQ file or EX file? If this is from MQ it is likely the indicator doesn't contain the relevent information.
-
@jstap Here you have two excellent tutorial explaining how to import ex4 files:
https://fxdreema.com/forum/topic/4208/tutorial-06-my-indicators-in-fxdreema
https://fxdreema.com/forum/topic/9105/tutorial-working-with-ex4-ex5-indicator-file -
@l-andorrà u can import ex4 even it is created outside fxdremia?
-
@haikel You can, just follow @l-andorrà 's links to see how, is more work but if indicator inputs are just a few it shouldn't be too hard.
-
@haikel As you will see those tutorials are explicitly designed to import indocators that are NOT created with fxDreema.
-
@jstap
[0_16374
this file i need to edit that indicator -
@haikel This indicator may contain 2 buffers put in indicators as this picture:

first is int
second is bool
third is bool
input them with the same spelling and value, create 2 buffers, put them in a comment and see what value is in each one, if a number changes for a second when a dot appears then this is how the fx knows when dot appears. -
@jstap buffer value keep on changing on every new dot that appears on chart..so we have to keep inputting new buffer values red and green dots..?
-
@haikelIf The buffers update by themselves, in the link is a project that will count 1 every time a dot appears, run on back test so you can see how it works.
-
hello i need help to build an ea based on a customize ex4 arrow indicator
-
Is it the same indicator used in this thread?
-
hello i m using an arrow indicator to open trades when buffer 1 (buy signal) appears.
The logic: Buffer 1 = 1 ..........didnt work /////// Buffer 1 =! 0 ........worked! but dose not open trades on arrows but waaaay before or way after the arrows //////// buffer 1 = true ..........worked! similer problem.im using mql of super arrow indicator. can someone tell me what to do or show me.
thanks
-
The super arrow indicator look like it would be good, but it fails send every arrow appearing to the EA, so it will always miss a majority of trades
-
could any one help me please. how to this
if bull candle low breaks then sell and bear candle high breaks then buy -
@jstap with which blocks must i set arrow indicators to trade, the rate i getting lost in that is insane.
-
That's what I said, the block if working properly would be indicator appear
-
@jstap i have been doing that but i get lost a little bit you seem a pro, can you please show me what to do.
and here i add non repaint super arrow super-non-repaint-arrow-indicator.ex4