Forum

On Approximating the Price Change per Tick (Per Unit of Tick Volume) in Historical Data

I have a question for everyone, and I would greatly appreciate your insights. I would like to approximate the price change per tick (i.e., per unit of tick volume) in historical data. The reason is that I would like to use this per-tick price change as a basis for allocating tick volume into

Using a ring buffer in MT5

I am currently practicing the implementation of a simple Simple Moving Average (SMA) indicator using a ring buffer in MT5, as part of my effort to better understand and become proficient with the ring buffer method. The logic is divided into two main parts: When a new bar appears , and When