ea dont react on one "indicator is visble" block
-
hi in project i have two block "indcator is visible".
first block, with buffer 2 of indicator, for sell trade work goodon second block which i use for buy trade ea look like dont react
in second block for indcator i use buffer 0 -
What are you checking the age of, and closing? These blocks are designed to work with trades and only work correctly under a for each trade block.
-
@jstap this block work correctly, i have question. in this project i use buffor 0 and buffor2 of custom indicator/ Buffor 2 is for selll condition but buffor 0 for buy. When i opened indicator on chart on mt4 i dont see buffor0 on data window. is this a problem?

-
I'm confused, I don't understand why one buffer was working and the other wasn't, buffer 0 is responsible for the green line and buffer 2 is responsible for the red line
-
It doesn't, without a for each block it may look like it works, but if the order it accesses is not the one you need it won't work, in the block it says remember this block needs one of... not enough space but it references a for each block. It looks like buffer 0 is the ST value regardless of colour, maybe if above a buffer has a value but not below (or the other way round), if this is the case, then if the buffer is visible, or invisible, you will know where/colour of the line.
-
so even if in setting buffor 0 is green line and buffer 2 for red, buffor 0 can be as supertren value and changing color?
-
Colours aren't always reliable, the only way to know is to watch, maybe when you move your mouse over a line the value will show in a buffer.
-
When i move Mouse on platform, value appaer once on "supertrend" once on "value3" on data window
-
when you move the mouse over red or green do you get a value in 3?
-
@jstap when mouse move over green is only value for "supertrend", when mouse over red line is only value for "value3"
-
So when V3 is visible the line is red, when V3 is invisible the line is green.
-
@jstap a create this with inviisble, visble for buffer value 3 and still dont work
https://fxdreema.com/shared/k8k2ONtY
when i add tracker to line, for buffer 0 i have info EMPTY_VALUE,
Can i send you indicator file and you could check condition for sell buy using this indcator. I am completly confused already
! Supertrend atr avgs (alerts) (1).ex4 -
You have too much going on to work out 1 problem, run this on backtest and see what's happening: https://fxdreema.com/shared/EpOSmlPjb
-
I am sure that Arrows wont appear below green lines
Indicator propably is broken -
@jstap i tested now and ea draw mi red down arrow for green line and red line
-
If it doesn't change then you probably can't use
-
@jstap i solved it, it was so stupid and hard to find. thanks for all your answer
-
