Help With Confirmation Indicator
-
I'm having trouble getting buy and sell signals with these buffers
This is the buy signal

And this is a sell signal

This is my attempt
https://fxdreema.com/shared/SjCW3BJIcThis is what it looks like, multiple sells on one signal, and I get 0 buys

I dont have trouble with 0-lines cross, 2 line cross, but when I have to use indicators that have buffers that disappear I get problems.
-
@supersako Are you sure those buffers are correctly identified by the platform? On the other hand, are you sure the indicator doesn't repaint?
-
Yes it doesnt repaint and im mostly positive im using the right buffers, i've discovered my problem is I do not know how to create a buy signal,

The sell signal works, the buy does not work. So if I make a condition to buy when Buffer0 DOES NOT EQUAL BUFFER1, and this is only true when BUFFER1 does not exist or is undefined, then the condition will never execute? If this is true, then how can I create a buy signal with only 1 buffer?
-
Update:
I changed buy and sells to activate when the buffer number goes below or above itself number 1 candle before with candle ids
https://fxdreema.com/shared/54N6dop9cBut now this is my problem

So it is selling and buying when it needs to, but how can I limit it to only 1 buy or sell when the signal flips?
-
@supersako Just add a 'No trade' block on top of blocks 2 and 35.
-
Hi @Supersako ,
Meta Trader data windows do not provide all information provided via buffers. In my experience, it's better to use an indicator named buffers-explorer. You may explore which buffer provides what data with this indicator. I first found it on this forum and use it every time.
I hope it helps.
Regards.
-
@l-andorrà I modified my blocks a bit and added "no trades" and it's working perfectly, thanks for the help.
In case anyone is wondering

-
Thanks for the advice, I'm going to look into it
-
@supersako You're welcome.