
You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
Ok i found the issue.
I must check if buffer 0 is = at high or low of the candle.
So i try this but maybe i did a mistake because it not run properly.
Can you help me?
Ok i found the issue.
I must check if buffer 0 is = at high or low of the candle.
So i try this but maybe i did a mistake because it not run properly.
You get alternate highs and lows so check each value compared to the one before . . .
For to be more clear....The indicator 1 create signal after n bars 2 to 5. I have to check if in the bars where there is the signal the buffer0 is = at high or low of the same bars.
I try registering the time and the i factor. But nothing.
Your EA code seems to be correct. All is wrong with your indicator code.
See: On the specified candle signal, The Red buffer (Value2) must be empty and DeepSkyBlue Buffer will not be EMPTY .. but on that candle it showing you both RED and DEEPSKYBLUE not EMPTY.
Now if you successfully implement it then how to decide that it was a BUY or SELL signal? So first update your indicator code then I can tell how to access it through iCustom function using looping for previous bars checks.