Issues with cTrader default Fractals indicator

Created at 15 Aug 2024, 00:14
How’s your experience with the cTrader Platform?
Your feedback is crucial to cTrader's development. Please take a few seconds to share your opinion and help us improve your trading experience. Thanks!
Waxy's avatar

Waxy

Joined 12.05.2015

Issues with cTrader default Fractals indicator
15 Aug 2024, 00:14


Hello Spotware,

I've found a few issues with the Fractals indicator that I think need to be addressed.

  • While it has a method for using it inside other indicators and robots, it doesn't have an overload for the shift parameter

//There's no method to input the shift value
_fractals = Indicators.Fractals(Period, Shift);

  • The minimum value for a fractal is 5, but a fractal could be smaller (using 3 bars should be the minimum)
  • The original Fractals indicator allows for even numbers, but it doesn't change it's output, which means it only processes odd numbers
  • Some users consider a fractal with two equal consecutive tops valid; others want to ignore it, it would be nice to have this as an option
  • It repaints, which is a problem for some users, it would be better if it waits for confirmation

Regards,


@Waxy
Replies

PanagiotisCharalampous
15 Aug 2024, 05:54

Hi Waxy,

Thanks for the post. These are not issues but Suggestions. Feel free to post them in the relevant section.

Best regards,

Panagiotis


@PanagiotisCharalampous

Waxy
15 Aug 2024, 13:01

Hello Panagiotis,

I'll post it there as you said but, while some may be suggestions, I think the overload missing for the fractals, and the fact that the even values don't do anything are an issue.

Regards,


@Waxy