how to set Timeframe value at Condition block?
-
I would like to set a specific TimeFrame at the Condition block to actívate the True exit

Which is the right setting for the right operand? I tried PERIOD_H8 as input text but it does not work.
Thanks
-
I have found one way by searching the forum posts but it does not look very polite


Does anyone know if it is possible to use a string like the ENUM_TIMEFRAMES (PERIOD_H8) or H8 and so on?
Thanks
-
It works for me with ENUM_TIMEFRAMES constants

-
Hi @fxDreema
I don't want to use the RightOperand as an external input (constant). I just want to pass the block if the TimeFrame matches the current TimeFrame.
Then, which would be the right setup?

-

Can be something ?
-
Thanks @timmyhanke
I Will try it.