Jump to content

⤴️-Paid Ad- Check advertising disclaimer here. Add your banner here.🔥

Recommended Posts

  • Replies 63
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

Posted Images

Posted
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?

Posted
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

{

Posted (edited)
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

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



⤴️-Paid Ad- Check advertising disclaimer here. Add your banner here.🔥

×
×
  • Create New...