Jump to content

Scalper RT


vit007

Recommended Posts

  • Replies 63
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

Posted Images

in the .cs file move this two lines below the using statements and recompile :

 

using ...

namespace NinjaTrader.Indicator

{

 

Which two lines? The line that generated the error message? In this case line 556.

 

I ´ve tried but I still get the error. Please, could you provide a few more details?

Link to comment
Share on other sites

Which two lines? The line that generated the error message? In this case line 556.

 

I ´ve tried but I still get the error. Please, could you provide a few more details?

 

Hi trim

 

As orfila mentioned move first two lines to below the using statements and compile

 

the first two lines are below

 

 

 

namespace NinjaTrader.Indicator

{

Link to comment
Share on other sites

Got it, thanks!

 

please share it here

 

thanks

 

isn't right??

 

using NinjaTrader.Data;

using NinjaTrader.Gui.Chart;

using NinjaTrader.Gui.Design;

using System;

using System.Collections.Generic;

using System.ComponentModel;

using System.Drawing;

using System.IO;

using System.Linq;

using System.Net;

using System.Xml.Serialization;

namespace NinjaTrader.Indicator

{

Edited by thedriver
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...