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 f.saeidi, Today, 10:19 AM
        1 response
        4 views
        0 likes
        Last Post NinjaTrader_BrandonH  
        Started by kujista, Today, 06:23 AM
        5 responses
        15 views
        0 likes
        Last Post kujista
        by kujista
         
        Started by traderqz, Yesterday, 09:06 AM
        2 responses
        17 views
        0 likes
        Last Post traderqz  
        Started by traderqz, Today, 12:06 AM
        3 responses
        6 views
        0 likes
        Last Post NinjaTrader_Gaby  
        Started by RideMe, 04-07-2024, 04:54 PM
        5 responses
        28 views
        0 likes
        Last Post NinjaTrader_BrandonH  
        Working...
        X