iCustom function
-
hello
there are two indicators
1.channel indicator
2.Arrow indicator
arrow indicators are based on the channel indicator , arrow indicator does not have anything inside of it, it simply uses iCustom function to see whats going on inside of the channel indicator.
when the candle crosses above or below the channel , arrow indicator displays arrows
so can i use these arrows in the EA to take trades ? because when i used it to build the ea , it only took 5 to 10 trades and out of about 400 to 500 entry points (arrow clearly appeared about 400 to 500 times , an it does not even repaint)
i tried using the channel indicator instead of arrow indicator but still the same problem it only took 5 to 10 trades -
which channel indicator do you mean?
-
@miro1360
dont really know its name
I got it from some forum it looks like a channel but price stays out of it most of the time
its name is VZ
not really sure if its the actual name of the indicatorlooks somewhat like Envalopes

-
this is when Candle Close crosses Envelopes channel:
https://fxdreema.com/shared/zD4AGaPQb
... candle Close can be represented by Moving average with period 1 based on price Close calculations -
@miro1360
thanks but this will open the trade once the candle is closed , right ?
i am looking for something more like this :

-
and when you change IDs to 0?

-
@miro1360
lol sorry i forgot about that
i humbly apologize

-
gonna change the candle id to 0 and then try it out again
-
@miro1360
still the same problem
didnt open trades
here it is :
https://fxdreema.com/shared/thfPxYtYb -
use closed price < lower line then you will have the trades you want
-
yes because you are mixed logically incorrect things ... in your case dont use crossing but only > or < ... because "crossing" you did in conditions before (as splitted condition blocks) ...

and not sure if you need for sell Blue buffer or Red one
... (I dont have this indicator so I cant see it) ...