What are the buffers of this indicator and how do i set up the block
-
Hello everyone please i have this mt5 indicator, what are its buffers and how do i set it blocks to place pending order at previous swing close
0_1630761274616_zigzag boa.mq5 -
@ebukaitalian I don't read Russian but it says in the code that there are 4 buffers probably for each colour:

On FX indicator page add the inputs

click new, data type is int, name should be same as input but I do not know how to type this as is, may not make a difference and you may be able to name as wanted, value is as input.

Buffer as you did already, change the indicater is visible block for indicater appear, and test the diffrent buffers until you find the ones you want.
-
@ebukaitalian Here you can find two nice tutorials woth detailed info on how to do that:
https://fxdreema.com/forum/topic/4208/tutorial-06-my-indicators-in-fxdreema
https://fxdreema.com/forum/topic/9105/tutorial-working-with-ex4-ex5-indicator-file -
@Ebukaitalian did you manage to make it work..?