Jump to content

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

Recommended Posts

Posted

I am a beginner at coding and am starting out with a NinjaTrader indicator. I have stopped the annoying error messages when the indicator is added to a chart by adding the xml file to the appropriate place but the indicators will not paint.

 

So far, I have learned a few tools and have gotten to a certain point using Remotesoft .NET explorer. Here is where I am now and hope to get some help from someone that understand MSIL (IL).

 

Here is a pic: (Can I change one or some of the variables so that it will circumvent the Trail License check?)

 

http://img257.imageshack.us/img257/3662/jaqproject.png

Posted

I just thought that this would fit in since it is also about coding. I don't know what coding languague MQL is in but maybe someone knows MSIL.

The NinjaTrader area is only for programs (I think). I will also copy these to that area.

 

Any suggestions?

 

It is in wrong thread IMO

That is about MQL

Posted

maybe possible

 

Hi,

 

I don't have so much knowledge about IL language, but I can understand the code...

 

I believe the line that has this:

 

[b][color=blue]bool[/color][/b] [color=magenta]IsTrialLicenseExpired()[/color]

 

has to be converted to opposite way... I mean like in MQL4, we have this function:

 

[b][color=magenta]IsDemo()[/color][/b]

and if you want to make it opposite, you check make it this way

[size=4]![/size][b][color=magenta]IsDemo()[/color][/b]

so we add only exclamation mark to be opposite.

 

You can check this if it works for NT...

 

by the way, if the indicator is connected with DLL file, then there is a long way how to break it.

 

I hope this would help.

 

Best wishes,

 

SF

a New Year 2011 has come, and the challenge has just started 8-)

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...