Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Mesa Sine Wave

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

    Mesa Sine Wave

    Hi All

    I found the indicator "Mesa Sine Wave" in Metastock very useful for trading, so i asked Equis Support if i can buy the indicator from them. To my surprise, they sent me the formula with no further mention of charges. An indicator by the name of "EhlersSineWave" was put up my NT staff in one of the threads but the formula seems to be different as i found in the .xml file.

    Here is the formula i received from Equis Support:

    rp:=(Cos(0)*C)+(Cos(360/2)*Ref(C,-1));
    ip:=(Sin(0)*C)+(Sin(360/2)*Ref(C,-1));

    1p:=If(Abs(rp)>.001,Atan(ip,rp),90*Neg(ip));
    2p:=If(rp<0, 1p+180,1p);
    3p:=2p+90;
    4p:=If(3p<0, 3p+360, If(3p>360,3p-360,3p));

    2p


    ************************************************** *

    I'm still trying to make a complete sense of it and coding it into NT is something i'm terribly weak at.
    Any help with respect to coding would be appreciated.

    Thank You.

    #2
    Welcome to the forums and thanks for sharing this different calculation approach, I know there's been several versions and improvements as well published by the original author as well as he continued to refine his methods. You can check into our forums here as well on this topic, where custom works on this study were shared / discussed - http://www.ninjatrader.com/support/f...archid=1431332

    I'm also leaving this open for any community member to chime in with their thoughts and potentially another variant.

    If you would seek to get this professionally coded for you, a NinjaScript consultant could also assist directly - http://www.ninjatrader.com/partners#...pt-Consultants

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by Geovanny Suaza, 02-11-2026, 06:32 PM
    0 responses
    579 views
    0 likes
    Last Post Geovanny Suaza  
    Started by Geovanny Suaza, 02-11-2026, 05:51 PM
    0 responses
    334 views
    1 like
    Last Post Geovanny Suaza  
    Started by Mindset, 02-09-2026, 11:44 AM
    0 responses
    101 views
    0 likes
    Last Post Mindset
    by Mindset
     
    Started by Geovanny Suaza, 02-02-2026, 12:30 PM
    0 responses
    554 views
    1 like
    Last Post Geovanny Suaza  
    Started by RFrosty, 01-28-2026, 06:49 PM
    0 responses
    551 views
    1 like
    Last Post RFrosty
    by RFrosty
     
    Working...
    X