Announcement

Collapse
No announcement yet.

Rsi

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

  • Rsi

    Hi

    I want to draw RSI indicator as "vertical bars" instead of a line (with 2 OB/OS levels like the standard version)...is it possible to write a small program ?

    Thanks in advance

    Philip

  • #2
    Philip
    Using the Editor open the customRSI.efs that is in the EFS2 Custom folder of Formulas and replace setPlotType(PLOTTYPE_LINE,0); in line 16 with setPlotType(PLOTTYPE_HISTOGRAM,0);. Then add a line right after that and insert setHistogramBase(50);
    Save the efs with a different name.
    Alex

    Comment

    Working...
    X