Announcement

Collapse
No announcement yet.

chart window

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

  • chart window

    hi ,

    2) why is my the window dramaticly changing after adding a new study like CCI ?
    i ´m using formula wizard , MA study ploted in mainwindow,CCI in a separate study pane.


    2)is it possible to write the code " if CCI crosses above 20...." using F wizard?
    could`nt find any way to cross .







    thx ESES
    Attached Files
    Last edited by eses; 02-09-2003, 03:59 AM.

  • #2
    Probably because you have

    setPriceStudy(true);

    in preMain()

    Comment that line out, remove the study from the chart, then re add it.

    Comment


    • #3
      eses
      David has already answered the first question.
      With regards to your second question yes you can do it in Formula Wizard.
      Just create two conditions in a given Set and offset by -1 one of the CCI conditions (see attached example)

      Alex
      Attached Files

      Comment


      • #4
        thanks alex,

        great way to post the image like you did,much easier to understand .

        eses

        Comment

        Working...
        X