Algorithm to identify waves is needed

 

Hi,



I need to make a code to convert candles into a wave pattern, the input will be the candles, and output would be the lines joining short term tops & bottoms, just like in this picture

http://i430.photobucket.com/albums/qq30/kernu11/waves.png

What method should i use ? Names, links, ideas, examples would be appreciated.



Ker

 
kernull wrote >>

Hi,


I need to make a code to convert candles into a wave pattern, the input will be the candles, and output would be the lines joining short term tops & bottoms, just like in this picture

http://i430.photobucket.com/albums/qq30/kernu11/waves.png

What method should i use ? Names, links, ideas, examples would be appreciated.


Ker

ZigZag is what I guess you need. Have you alreadt try it? 'ZigZag' or 'High Low (ZigZag)' or 'Pattern Searching ZigZag'

Simon

 
SimonTrader wrote >>

ZigZag is what I guess you need. Have you alreadt try it? 'ZigZag' or 'High Low (ZigZag)' or 'Pattern Searching ZigZag'

Simon

thanks, thats exactly what i was looking for

Reason: