Announcement

Collapse
No announcement yet.

custom osc study

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

  • custom osc study

    Can someone help me to create an osc using the following formulas:

    All simple moving averages...

    Value1=average(close,3);
    Value2=average(close,10);
    Value3=value1-value2;
    Value4=(value3-average(value3,16));
    Value5=0;
    plot1(value4,"osc");
    plot2(value5);

  • #2
    This should be what you are looking for.
    Attached Files
    Regards,
    Jay F.
    Product Manager
    _____________________________________
    Have a suggestion to improve our products?
    Click Support --> Request a Feature in eSignal 11

    Comment

    Working...
    X