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];

    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 DannyP96, 05-18-2026, 02:38 PM
        1 response
        24 views
        0 likes
        Last Post NinjaTrader_ChelseaB  
        Started by CarlTrading, 05-11-2026, 05:56 AM
        0 responses
        115 views
        0 likes
        Last Post CarlTrading  
        Started by CarlTrading, 05-10-2026, 08:12 PM
        0 responses
        69 views
        0 likes
        Last Post CarlTrading  
        Started by Hwop38, 05-04-2026, 07:02 PM
        0 responses
        225 views
        0 likes
        Last Post Hwop38
        by Hwop38
         
        Started by CaptainJack, 04-24-2026, 11:07 PM
        0 responses
        411 views
        0 likes
        Last Post CaptainJack  
        Working...
        X