Announcement

Collapse
No announcement yet.

Study amendments

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

  • Study amendments

    Hi folks
    I have a a study that was very kindly given to me which shows the high and low of a time or x bars.

    It is represented by horizontal lines and what i would like to know is;
    1 - how can i have the line on the chart not to connect from one day to the next? ie like those showing the previous days high or low.
    2 - how can i change the colour of the lines?
    3 - how can i remove the alerts feature within the study?

    Thank you all in advance.

    NB
    Attached Files

  • #2
    Hello newtron_bomb,

    1) Change the plot type to "FLATLINES." See lines 22-23 in preMain().

    2) Change the color in lines 18-19 in preMain(). As you type "Color." a drop-down list of color choices will appear.

    PHP Code:
    setDefaultBarFgColor(Color.blue0);
    setDefaultBarFgColor(Color.blue1); 
    3) Delete the lines that start with "Alert." or comment them out with two forward slashes ( // ).

    0920 h-l2.efs
    Jason K.
    Project Manager
    eSignal - an Interactive Data company

    EFS KnowledgeBase
    JavaScript for EFS Video Series
    EFS Beginner Tutorial Series
    EFS Glossary
    Custom EFS Development Policy

    New User Orientation

    Comment


    • #3
      Jason

      Thank you for your help it is greatly appreciateded

      NB

      Comment

      Working...
      X