Trying to find a certain indicator/cbot

Created at 31 Aug 2020, 19:50
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!
KI

kihcvov

Joined 31.08.2020

Trying to find a certain indicator/cbot
31 Aug 2020, 19:50


Before I try and code it myself, I was wondering if that has been done already. Searching for it didn't get me far.

What I'm trying to achieve is to get values for all tops and bottoms of price zigzags for a certain period of time (e.g., hour, day, week, etc.)

 


@kihcvov
Replies

firemyst
01 Sep 2020, 17:51

I don't know if there's an indicator for it, but you'll need C# code to find "peaks and troughs".

Doing a Google search will yield results for you.


@firemyst