I am trying to determine the length of the candle and its shadows and also the shadow as percentage of entire length. I am aware of CandleSettingType and CandleRangeType Enumerations, but 1st - not sure how to code them; and 2nd - I want to be able to find out certain info, such as: Upper shadow - no more than 15% of entire length and others like this.

I also found GetUpperShadow, GetHighLowRange methods in CandlestickPattern class. But again I don't know if and how to apply them properly.

I need help, please, to figure out which way to code to get the info I need, and also help with that code. Thanks in advance.

Author