set buffers correctly

Avatar
  • updated
  • Answered

Hello and sorry for the inconvenience.

I'm having a little difficulty configuring the custom indicator buffers. Can you help me please ?

I would like to include this indicator:

https://www.mql5.com/en/market/product/71741

Can you tell me what to fill in these boxes please?

I thank you in advance ! :)

Image 5830

How would you rate the customer service you received?

Satisfaction mark by seudry 12 months ago

This forum is a miracle !

Add a comment about quality of support you received (optional):

Avatar
0
Andrey Khatimlianskyi
Quote from seudry

FRACTAL SUPER TREND.set

Thank you !

Ok, it works for me now

Image 5841

Avatar
0
Andrey Khatimlianskyi

Inputs like "Type of fractal" -- are enums (enumerations). First value in the list usually has value = 0. Next is 1, and so on.

Colors are also integers in MQL5.

So, to set parameters, you need something like "0,2,1000" (colors could be ommited because they are the last parameters).

Avatar
0
Andrey Khatimlianskyi

Does it work for you with parameters that I provided?

Note the "Allow negative and null values" parameter, it should be false.

Avatar
0
seudry

I don't know how to thank you !

It is in good way. :) There is a big difference !

Now the problem is that it opens positions in the direction of the last arrow, that is to say all the time. This should only open a position when the new arrow appears.
With "new arrow" it dont work. No signal

Maybe using color buffers ??

Avatar
0
Andrey Khatimlianskyi
Quote from seudry

I don't know how to thank you !

It is in good way. :) There is a big difference !

Now the problem is that it opens positions in the direction of the last arrow, that is to say all the time. This should only open a position when the new arrow appears.
With "new arrow" it dont work. No signal

Maybe using color buffers ??

Here you can find several ways to say thank you - https://communitypowerea.com/donate/ ;)

Unfortunately, it can't work as you want at the moment, but it should not be hard to add. You need to set a bar number to get indicator value from, and it will work with "On new arrow" mode.

I'll try to add this soon, but can't give you any estimates.

Avatar
0
seudry
Quote from Andrey Khatimlianskyi

Here you can find several ways to say thank you - https://communitypowerea.com/donate/ ;)

Unfortunately, it can't work as you want at the moment, but it should not be hard to add. You need to set a bar number to get indicator value from, and it will work with "On new arrow" mode.

I'll try to add this soon, but can't give you any estimates.

Of course! I will be sure to make a donation.

It is well deserved

Great thanks !

Avatar
0
Andrey Khatimlianskyi
Quote from seudry

Of course! I will be sure to make a donation.

It is well deserved

Great thanks !

It works as you want with v2.58.5 (will upload soon to the neighboring topic).

For exmaple, if you use 5 bars for fractals (2nd indicator parameter, so the parameters string should be "0,5"), you need to set "Use bar" = 6 for the CustomIndy:

Image 5848

Avatar
0
seudry

God bless you ! :)