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 ErikOdin, Yesterday, 09:24 PM
        1 response
        9 views
        0 likes
        Last Post NinjaTrader_LuisH  
        Started by Tessan, Today, 04:35 AM
        1 response
        9 views
        0 likes
        Last Post NinjaTrader_ChelseaB  
        Started by eiketre, Today, 03:23 AM
        1 response
        16 views
        0 likes
        Last Post NinjaTrader_ChelseaB  
        Started by joehanus, 03-11-2025, 03:41 PM
        7 responses
        51 views
        0 likes
        Last Post NinjaTrader_ChelseaB  
        Started by trimpy, 03-11-2025, 10:21 AM
        10 responses
        51 views
        0 likes
        Last Post NinjaTrader_ChelseaB  
        Working...
        X