Problem detecting last candle signal on custom indicator.
-
Hi
Im trying to make a condition using half trend indicator, if the signal (arrow) appears on last candle it will open buy/sell.
Im trying to use de condition HT Signal Buffer is != than 0 on Candle id 1, but it just keep opening trades, not using just the last candle.
https://fxdreema.com/shared/thqZVVcje
Im sharing the example im using, if you have any idea how i could make it work let me know.
Thanks!
-
@maledetu Try using the yellow indicator appear block instead of condition, if you only want 1 trade at a time replace the one per bar block with a blue no position block.
-
Nice man, it works. Actually kinda works, because only the sell buffer is working but im looking into this.
Thanks for helping a newbie! I see you are very active here, fortunatly

-
@maledetu Your welcome
-
@maledetu hi , can you share with me please?
Im trying to make a condition using half trend indicator too but It does not work