Forum

make a loop

I want that, in every 15 minute candle, the cobuffer value of the previous 26 candles will be added together Can someone help me in this case

How to get data from candle of a specific time frame?

Hello ; I want the value of S1Buffer in time frames lower than 15 minutes to be equal to its value in time frame 15 minutes, but currently the value of S1Buffer in lower time frames is not equal to its value in time frame 15 minutes At the same time, the rest of the buffers, which include

how to multi time iMAOnArray?

I want the value of S1Buffer, which is calculated in the 15-minute time frame, to show the same value for lower time frames, such as the OpenBuffer, CloseBuffer, and COBuffer buffers, which work the same way. Can anyone help