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 cmoran13, 04-16-2026, 01:02 PM
    0 responses
    46 views
    0 likes
    Last Post cmoran13  
    Started by PaulMohn, 04-10-2026, 11:11 AM
    0 responses
    28 views
    0 likes
    Last Post PaulMohn  
    Started by CarlTrading, 03-31-2026, 09:41 PM
    1 response
    163 views
    1 like
    Last Post NinjaTrader_ChelseaB  
    Started by CarlTrading, 04-01-2026, 02:41 AM
    0 responses
    98 views
    1 like
    Last Post CarlTrading  
    Started by CaptainJack, 03-31-2026, 11:44 PM
    0 responses
    158 views
    2 likes
    Last Post CaptainJack  
    Working...
    X