Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Sma to Ema

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

    Sma to Ema

    Hi, in the following indicator, i have tried to swithch indicator from sma to ema by changing letters manually and compiling.
    i get CS0103 message. how culf fix that please?

    Cordialy
    Attached Files

    #2
    Hello mignardf,

    Thanks for your post.

    In the posted indicator, you would only need to change lines 49 & 50
    double ttt = SMA(Close, sMA)[0];
    double uuu = SMA(Close, sMA2)[0];


    to

    double ttt = EMA(Close, sMA)[0];
    double uuu = EMA(Close, sMA2)[0];
    Paul H.NinjaTrader Customer Service

    Comment


      #3
      Hi Paul, i think my data is lagging. as sometimes Unirenko chart has funky tail, could this be due to amount of data in cache!? i only trade one market and would like to get rid on unecessary data from other market. what would you recommend i do?

      Cordially

      Comment


        #4
        Hello mignardf ,

        Thank you for your note.


        Please follow the steps below to manually attach your log and trace files to an email to platformsupport[AT]ninjatrader[DOT]com with "ATTN CHRIS S" in the subject line so I may investigate this matter further.
        • Open your NinjaTrader folder under Documents.
        • Right click on the 'log' and 'trace' folders and select Send To> Compressed (zipped) Folder.
        • Send the 2 compressed folders as attachments to this email.
        • Once complete, you can delete these compressed folders.

        I look forward to your reply.

        Comment

        Latest Posts

        Collapse

        Topics Statistics Last Post
        Started by Marty125, Today, 11:14 AM
        4 responses
        16 views
        0 likes
        Last Post Marty125  
        Started by markpk1, Today, 11:54 AM
        0 responses
        4 views
        0 likes
        Last Post markpk1
        by markpk1
         
        Started by Carlos19, Today, 10:15 AM
        2 responses
        10 views
        0 likes
        Last Post Carlos19  
        Started by markdshark, 04-16-2023, 09:29 AM
        6 responses
        232 views
        0 likes
        Last Post NinjaTrader_Jesse  
        Started by siddhugaddi, Today, 10:31 AM
        2 responses
        15 views
        0 likes
        Last Post NinjaTrader_Jesse  
        Working...
        X