NexusFi: Find Your Edge


Home Menu

 



Showing results 1 to 16 of 16
Search: Posts Made By: rleplae
Forum: NinjaTrader April 27th, 2017, 02:44 AM
Replies: 45
Views: 30,018
Posted By rleplae
1. What is the type of service your module needs...

1. What is the type of service your module needs to do deliver ?

I have built for example algo services that i call from an indicator container through a JSON call, then service then delivers a...
Forum: NinjaTrader June 14th, 2016, 12:57 PM
Replies: 45
Views: 30,018
Posted By rleplae
that means it does not wrap the code that...

that means it does not wrap the code that generates the exception
sometimes you may be suprised where it comes from
Forum: NinjaTrader June 14th, 2016, 10:57 AM
Replies: 45
Views: 30,018
Posted By rleplae
Looks like inside the DLL you are trying to do...

Looks like inside the DLL you are trying to do some TCP/IP socket connection
and that fails, the exception is not properly caught

put

try
{
}
catch
{
Forum: NinjaTrader June 14th, 2016, 10:44 AM
Replies: 45
Views: 30,018
Posted By rleplae
I think this has more to do with a problem in the...

I think this has more to do with a problem in the DLL itself, do you have the source code of that DLL ?
are you able to make it work correctly outside NT ?
Forum: NinjaTrader June 3rd, 2016, 12:11 PM
Replies: 45
Views: 30,018
Posted By rleplae
can you please post that object ? I would...

can you please post that object ?

I would suggest you comment out the maximum of the logic inside that object
and get also a try/catch in place if some stuff is there
make sure that the...
Forum: NinjaTrader June 3rd, 2016, 11:44 AM
Replies: 45
Views: 30,018
Posted By rleplae
The example was created at the time that NT 8.0...

The example was created at the time that NT 8.0 was not yet out.
First thing that comes to my mind, is to check the .NET framework version.
To my knowledge NT 8.0 is using .net 4.5
For which...
Forum: NinjaTrader December 28th, 2014, 08:17 AM
Replies: 45
Views: 30,018
Posted By rleplae
analysis

If you have software (exe/dll) with uncertain/doubtful origin and you absolutely want to test it
(if it comes from a non respectful vendor i would strongly discourage you to install exe/dll, unless...
Forum: NinjaTrader December 28th, 2014, 08:09 AM
Replies: 45
Views: 30,018
Posted By rleplae
locked

when a program (exe) is running, or when a library (dll) is loaded in memory, you will not be able to compile and overwrite the file (exe/dll), visual studio will give you a error it can not output...
Forum: NinjaTrader August 23rd, 2014, 01:28 PM
Replies: 45
Views: 30,018
Posted By rleplae
Sounds like a great new thread : NinjaTrader and...

Sounds like a great new thread : NinjaTrader and Event driving (creating and loading how-to)
:becky:
Forum: NinjaTrader August 23rd, 2014, 01:26 PM
Replies: 45
Views: 30,018
Posted By rleplae
Communication versus DLL

It is probably good to make the code on the NT side the master in terms of push/pull
for threading and consistency reasons

The code you have running on NT can push things to a method in your DLL...
Forum: NinjaTrader August 23rd, 2014, 04:47 AM
Replies: 45
Views: 30,018
Posted By rleplae
DLL thread

Koepisch Thank you for your appreciation
I think we would go too far off-topic to discuss your particular problem in this thread, but I will be happy to brain-storm with you, in a dedicated thread....
Forum: NinjaTrader August 22nd, 2014, 09:28 PM
Replies: 45
Views: 30,018
Posted By rleplae
VS Project archive

For those who want to play with the example here is an archive with the skeleton
Forum: NinjaTrader August 22nd, 2014, 08:34 PM
Replies: 45
Views: 30,018
Posted By rleplae
Using objects form our DLL

Now we will call a method from the object that we created in our DLL.

Using

We first need to add a using clause to the namespace of the DLL
in our case we used ClassLibrarynexusfi.com...
Forum: NinjaTrader August 22nd, 2014, 08:10 PM
Replies: 45
Views: 30,018
Posted By rleplae
Loading a DLL in NT

In the previous post we have seen how to create/build a DLL
Now we will install the DLL that was created in NT

This is a fairly straightforward process

Copy the DLL

First we need to copy...
Forum: NinjaTrader August 22nd, 2014, 07:32 PM
Replies: 45
Views: 30,018
Posted By rleplae
Creating a class library

The first thing we will do is creating a project in VS (Visual Studio) for the class library we want to create.

That is fairly easy and straightforward because VS comes with a template and knows...
Forum: NinjaTrader August 22nd, 2014, 06:27 PM
Replies: 45
Views: 30,018
Posted By rleplae
NinjaTrader and DLL's (creating and loading how-to)

This thread is a "how to" for creating a DLL (dynamic link library) that can be loaded into NT (NinjaTrader).

A DLL is a compiled component that can hold various objects (classes) in a namespace. ...
Showing results 1 to 16 of 16

What unexpected challenges have you encountered while trading on a "Funded Trader" platform?

 


 
 


© 2024 NexusFi™, s.a., All Rights Reserved.
Av Ricardo J. Alfaro, Century Tower, Panama City, Panama, Ph: +507 833-9432 (Panama and Intl), +1 888-312-3001 (USA and Canada)
All information is for educational use only and is not investment advice. There is a substantial risk of loss in trading commodity futures, stocks, options and foreign exchange products. Past performance is not indicative of future results.
About Us - Contact Us - Site Rules, Acceptable Use, and Terms and Conditions - Privacy Policy - Downloads - Top