Custom indicator no trades open due to candle delay
-
Good day traders
I'm using the attached custom indicator on one of my projects, but i believe this indicator on shows the values of the previous candle not the current that's why it doesn't open trades when i tested it, because there is no value to take into consider for my condition, is there anyways i can solve this issue
thank you
-
If the indicator doesn't have a value for the current bar, there is nothing you can do. You should modify your strategy to adjust it for the las closed bar (candle ID 1). That way your indicator will have a value to work with.
-
thnx foe the reply .... does that mean the the other conditions connected to the custom indicator have to be set to candle ID 1?
-
@jtex555 said in Custom indicator no trades open due to candle delay:
thnx foe the reply .... does that mean the the other conditions connected to the custom indicator have to be set to candle ID 1?
Just tired it didn't work

-
Can you please share your project to take a closer look?