logo

Improvement Custom Indicators - min/max between Buy buffer and Sell Buffer

Avatar
  • updated
  • Declined

I suggest adding min/max parameters between Buy-buffer and Sell-buffer to Custom Indicators.

This will allow for more flexible signal generation and will further reveal the potential of Custom Indicators

TDI-based examples:

Image 6545

This modification will require adding additional fields to each of the 5 Custom Indicators.
To free up space for the new parameters, I would remove the same TDI filter (the current signal in it is configured via Custom Indicators)

How would you rate the customer service you received?

Satisfaction mark by Kirill El 4 weeks ago

Thank you

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

Avatar
0
Ulises Cune

TDI is a well-known indicator. You can find one here with the source code:

Traders Dynamic Index — MetaTrader Indicator

More Signals:

TDI with more Signals / CommunityPower EA

Why don't you modify the indicator to add a buffer for buying and selling when the conditions you need for this indicator are met?

Avatar
0
Andrey Khatimlianskyi
  • Declined

I completely agree with Ulises.

Even if you don't have indicator source code, you can build another simple indicator on top of the original one to generate any signal you want.

Avatar
0
Kirill El

My suggestion for improving Сustom Indicators.

I only gave TDI as an example of using the proposed improvements through a Custom Indicator.

Avatar
0
Kirill El
Quote from Ulises Cune

TDI is a well-known indicator. You can find one here with the source code:

Traders Dynamic Index — MetaTrader Indicator

More Signals:

TDI with more Signals / CommunityPower EA

Why don't you modify the indicator to add a buffer for buying and selling when the conditions you need for this indicator are met?

Thank you,

I have this indicator, and thanks for the list of signals.

But my proposal is not about TDI specifically. It is about improving Custom Indicator.

TDI is given as an example.

In particular, my proposal will help implement the "TDI Range" signal from your list.

Avatar
0
Andrey Khatimlianskyi
Quote from Kirill El

My suggestion for improving Сustom Indicators.

I only gave TDI as an example of using the proposed improvements through a Custom Indicator.

Yes, I understand your idea.

Unfortunately, it is impossible to add all possible signals combinations to the EA, even theoretically. And it is really easy to write a simple indicator with signals you want based on another indicator, even LLM can do it today.