You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 22, 2024. It is now read-only.
i would like to make 4 tick candle
i used Count with-do block to extract tick but cannot set them to be in the right order
i need to make list like tick (#1,#5#,9...205#) for candle's close (for MACD need 52 candles, i think it is the longest indicator)
i need to make list like tick (#4,#8#,12...208#) for candle's open
i need to make list like tick min/max (#1,#2,#3,#4...) for high and low
all high/low value (to use for things like highest/lowest low
i tried to make one by one but it became too large and the bot jammed
please help me with some solution, thank alot