saif beg

saif beg

  • NA
  • 16
  • 0

william's %R chart control in asp .net

Mar 3 2014 12:51 AM

I have high,low,close,open values with symbols in my database. i need to implement the william's %R chart by using this data  datas format like

Symbol EXP_DATE    OPEN_PRICE    HI_PRICE    LO_PRICE    CLOSE_PRICE    OPEN_INT    TRD_VAL
ac20    12-08-17    5790    5819    5781    5804    252450    242463700
goog    2012-09-21    5775    5775    5775    5775    178900    5775000
ddf       2012-08-30    5355    5393    5345.1    5354.55    908280    3362314493

Now by using "Chart1.DataManipulator.FinancialFormula (FinancialFormula.WilliamsR, "15", " Series1:Y,Series1:Y2,Series1:Y4", "Series2:Y");"

the above formula how i can acheive the graph?

Kindly suggest with the appropriate solution so that i can make other graphs from my own...as i am new to this graph section i am not abe understand this