Announcement

Collapse
No announcement yet.

Cci Ohlc/4

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Cci Ohlc/4

    1)working with FW and CCI OHLC/4 average shows errors,is this supported ?
    i do need an average CCI rather then on close or open only.
    if not can i change something in the main editor codewindow to get results without errors?

    2)are there hotkeys availiable to zoom the chartwindow ?

    see attach.

    thanks ESES
    Attached Files

  • #2
    Re: Reply to post 'Cci Ohlc/4'

    eses
    Try editing OHLC/4 to OHLC4
    I think there was a similar issue with FW in another formula
    Alex

    Comment


    • #3
      yea, now it works.

      changed part of it :

      var vCCI14_of_OHLC4 = new CCIStudy(14, "OHLC/4");


      function main:

      vCCI14_of_OHLC4.getValue(CCIStudy.CCI, -1) <= 3 &&
      vCCI14_of_OHLC4.getValue(CCIStudy.CCI) > 3 &&

      thx eses

      Comment

      Working...
      X