NexusFi: Find Your Edge


Home Menu

 



Showing results 1 to 20 of 20
Search: Posts Made By: timmyb
Forum: NinjaTrader May 3rd, 2012, 11:38 PM
Replies: 34
Views: 15,178
Posted By timmyb
I would like to thank Bukken and also Gomi for...

I would like to thank Bukken and also Gomi for helping me with this. In the end I needed to do this

In the ninja .cs

add this

NewForm.GaugeContainer1.Values["Default"].Value = 789; /// 789...
Forum: NinjaTrader May 2nd, 2012, 09:46 AM
Replies: 34
Views: 15,178
Posted By timmyb
Thank you so much bukken. I am not a pro coder...

Thank you so much bukken. I am not a pro coder and tried so hard. I hope this does it. I am trying to control the value of the mimetic indicator 1 in the gaugecontainer. The get set seems to make...
Forum: NinjaTrader May 2nd, 2012, 12:02 AM
Replies: 34
Views: 15,178
Posted By timmyb
here is my window code importable to ninja, see...

here is my window code importable to ninja, see if anyone can help

thanks

tim
Forum: NinjaTrader May 1st, 2012, 09:17 PM
Replies: 34
Views: 15,178
Posted By timmyb
so with this code i get this // This...

so with this code i get this

// This namespace holds all indicators and is required. Do not change it.
namespace NinjaTrader.Indicator
{
/// <summary>
/// Enter the description of your...
Forum: NinjaTrader May 1st, 2012, 08:54 PM
Replies: 34
Views: 15,178
Posted By timmyb
I am so lost right now. So my form is in the dll....

I am so lost right now. So my form is in the dll. It opens and everything is fine. How do i acces the numeric indicator that is in the form. I can add a new one to the form but i cant seem to access...
Forum: NinjaTrader May 1st, 2012, 10:12 AM
Replies: 34
Views: 15,178
Posted By timmyb
Yes that is what I do now. But my forms are...

Yes that is what I do now. But my forms are becoming more advanced. So if I can get a dll to work then my life would be easier


Thanks bukken will try that tonight and post issues. I know I can...
Forum: NinjaTrader May 1st, 2012, 01:51 AM
Replies: 34
Views: 15,178
Posted By timmyb
here is the code in the dll, I open the form in...

here is the code in the dll, I open the form in ninja with

TimmybForm1 NewForm = new TimmybForm1(); // under variables
then onstartup i put

NewForm.show();

this makes the form open fine,...
Forum: NinjaTrader May 1st, 2012, 01:05 AM
Replies: 34
Views: 15,178
Posted By timmyb
well bukkan its been a while and here i am trying...

well bukkan its been a while and here i am trying this again;

So i build a form and it loads in ninja, in the code in visual studio i have this.

circularPointer1.Value = 40;


ithe whole...
Forum: NinjaTrader January 24th, 2011, 01:38 PM
Replies: 34
Views: 15,178
Posted By timmyb
int the prior steps i said to remove other files...

int the prior steps i said to remove other files if needed. Instead you can just alter the additional references
Forum: NinjaTrader January 23rd, 2011, 10:43 PM
Replies: 34
Views: 15,178
Posted By timmyb
So I am still working on this I got the form to...

So I am still working on this I got the form to load via the script I posted earlier and i am now trying to access the button on it. I think in the visual studio project i need to add variables that...
Forum: NinjaTrader January 23rd, 2011, 04:33 PM
Replies: 34
Views: 15,178
Posted By timmyb
Thanks David, I figured it out today and posted...

Thanks David, I figured it out today and posted the steps above. I didn't even think that richard did the same thing LOL. Oh well.

I am still working on accessing info from the dll.If anyone has...
Forum: NinjaTrader January 23rd, 2011, 03:13 PM
Replies: 34
Views: 15,178
Posted By timmyb
Ok so this one is probably for bukken. So i...

Ok so this one is probably for bukken.

So i managed to figure out how to build a form in visual basic then have ninja load it. Now here is my loading code.

TestForm.Show();

which loads the...
Forum: NinjaTrader January 23rd, 2011, 12:49 PM
Replies: 34
Views: 15,178
Posted By timmyb
Sure monpere. Then maybe you will know another...

Sure monpere. Then maybe you will know another thing I am wondering about.

Ok so we built ourselves a snazzy custom indicator in ninja. And unfortunately this indicator uses an external dll. We...
Forum: NinjaTrader January 23rd, 2011, 01:12 AM
Replies: 34
Views: 15,178
Posted By timmyb
thanks again bukken I finally figured all this...

thanks again bukken I finally figured all this out with your help. I cannot tell you how much I appreciate it. What a great thing. Now it loads my dll and everything WOOHOO. this will defined...
Forum: NinjaTrader January 5th, 2011, 01:09 PM
Replies: 34
Views: 15,178
Posted By timmyb
ok i got a friend that is trying it tonight. we...

ok i got a friend that is trying it tonight. we will see how it goes. I just want to share it with the elite when its done.

and one last question , when you say third party do you mean me?? cause...
Forum: NinjaTrader January 5th, 2011, 12:55 PM
Replies: 34
Views: 15,178
Posted By timmyb
Ok so the references will be there . What...

Ok so the references will be there .

What about the dll's themselves, i am curious if they will be there or do i have to use my installer program to get them on the persons pc.


I want to...
Forum: NinjaTrader January 5th, 2011, 12:44 PM
Replies: 34
Views: 15,178
Posted By timmyb
Thanks allot, I exported as a dll. and the...

Thanks allot, I exported as a dll. and the reference is not in the zip folder. This is where i got confused .

refer to the attached for further explanation

P.S thank again for helping
Forum: NinjaTrader January 4th, 2011, 04:02 PM
Replies: 34
Views: 15,178
Posted By timmyb
Well i exported it as a dll and see the xml...

Well i exported it as a dll and see the xml document but no additional references

i posted what i got on export and then an example from bukken. I will see what we get. :)


and as a side note...
Forum: NinjaTrader January 4th, 2011, 03:53 PM
Replies: 34
Views: 15,178
Posted By timmyb
Yes beyond that. There is a way to do it with a...

Yes beyond that. There is a way to do it with a additional references .txt from what i understand. I am hoping someone here knows. I believe bukken would know how it works. I am hoping it isn't a...
Forum: NinjaTrader January 4th, 2011, 03:32 PM
Replies: 34
Views: 15,178
Posted By timmyb
additional references dll

So I have delved into ninja farther than I ever thought. I managed to add custom gauges and graphs ect. So now i wanted to share it with a friend for testing and i realized it was quite the process...
Showing results 1 to 20 of 20

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