Jump to content

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

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