http://i.imgur.com/kpm1B8n.png
how to make trigger when object com from indicator show up on chart and we make alert or Open order ?
http://i.imgur.com/kpm1B8n.png
how to make trigger when object com from indicator show up on chart and we make alert or Open order ?
is this the one u asking ?
http://i.imgur.com/tdKSdkl.png
__That condition alone works... well, I think you should select x< instead of x>, but otherwise it passes at some times, so whatever is after the condition is executed sometimes as well.
I will suggest some things. Use "No whatever exists" blocks on the top, before conditions - the EA will be backtested faster. Maybe connect those blue blocks before Buy now/Sell now (not in parallel) - this is not mandatory, but I don't think you really want them like that.[/quote:2xzrmlz0]
thanks 
finally this the one that works.
http://i.imgur.com/GtDvggb.png
it only check previous candle.
now what if i wanna check high/low of let's say 5 candle to the back.. if there is 1 candle low/high among those 5 candle back is above/below the indi then Open Order.
how to do that..
or maybe i should use "OR" .. ehmmm let me try
dear all friend & support of fxdreema
if anybody cpuld help me to solve this issue
please help how to build ea based on candle price close vs indicator..
i've already try to follow the guidelines but it doasn't open order.. where are my misatke on this..