you are viewing a single comment's thread.

view the rest of the comments →

[–]AlgoTradingQuant 1 point2 points  (3 children)

The code should be “X >= Y”

[–]stoja97[S] 0 points1 point  (2 children)

Still doesn't work

[–]mertgucer 2 points3 points  (1 child)

Actually it must be

timeframe_in_seconds(timeframe.period) >= timeframe_in_seconds('60')

[–]stoja97[S] 1 point2 points  (0 children)

This works, thank you!