Trying to find a certain indicator/cbot

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