NexusFi: Find Your Edge


Home Menu

 





additional references dll


Discussion in NinjaTrader

Updated
      Top Posters
    1. looks_one timmyb with 20 posts (8 thanks)
    2. looks_two bukkan with 5 posts (5 thanks)
    3. looks_3 tarantino with 3 posts (1 thanks)
    4. looks_4 Big Mike with 2 posts (3 thanks)
      Best Posters
    1. looks_one Big Mike with 1.5 thanks per post
    2. looks_two bukkan with 1 thanks per post
    3. looks_3 timmyb with 0.4 thanks per post
    4. looks_4 tarantino with 0.3 thanks per post
    1. trending_up 15,117 views
    2. thumb_up 17 thanks given
    3. group 5 followers
    1. forum 34 posts
    2. attach_file 10 attachments




 
Search this Thread

additional references dll

  #31 (permalink)
 bukkan 
Calcutta, India
 
Experience: Intermediate
Platform: ArthaChitra
Posts: 278 since Jun 2009
Thanks Given: 161
Thanks Received: 271


ThatManFromTexas View Post
@bukkan

Haven't seen you in a while, hope all is well with you!

Regards,
TMFT

@ThatManFromTexas ya, everything is fine. Just busy with life. Thx.

Reply With Quote

Can you help answer these questions
from other members on NexusFi?
How to apply profiles
Traders Hideout
Trade idea based off three indicators.
Traders Hideout
REcommedations for programming help
Sierra Chart
NT7 Indicator Script Troubleshooting - Camarilla Pivots
NinjaTrader
PowerLanguage & EasyLanguage. How to get the platfor …
EasyLanguage Programming
 
Best Threads (Most Thanked)
in the last 7 days on NexusFi
Just another trading journal: PA, Wyckoff & Trends
31 thanks
Spoo-nalysis ES e-mini futures S&P 500
29 thanks
Tao te Trade: way of the WLD
24 thanks
Bigger Wins or Fewer Losses?
20 thanks
GFIs1 1 DAX trade per day journal
17 thanks
  #32 (permalink)
 timmyb 
duluth,mn
 
Experience: Advanced
Platform: ninja,thinkorswim
Broker: Amp-Zenfire
Trading: ES,Options
Posts: 654 since Feb 2010
Thanks Given: 81
Thanks Received: 1,361


bukkan View Post
@ThatManFromTexas ya, everything is fine. Just busy with life. Thx.

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

thanks

tim

Attached Files
Elite Membership required to download: dlltesting.zip
Visit my NexusFi Trade Journal Started this thread Reply With Quote
  #33 (permalink)
 bukkan 
Calcutta, India
 
Experience: Intermediate
Platform: ArthaChitra
Posts: 278 since Jun 2009
Thanks Given: 161
Thanks Received: 271



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

thanks

tim

I dont know if this is exactly you are trying to do, but to access the gaugeContainer1 object in the dll you should expose it.

//in the dll add the below in the TimmybForm1 class
 
Code
public GaugeContainer GaugeContainer1
{
       get{return gaugeContainer1;}
       set{gaugeContainer1 = value;}
}
after that you can access it from the indicator like
 
Code
NewForm.GaugeContainer1.NumericIndicators.Value = 0;
of course the above code is not test as i dont have access to the dll source.

cheers

Reply With Quote
  #34 (permalink)
 timmyb 
duluth,mn
 
Experience: Advanced
Platform: ninja,thinkorswim
Broker: Amp-Zenfire
Trading: ES,Options
Posts: 654 since Feb 2010
Thanks Given: 81
Thanks Received: 1,361

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 sense. I will try it tonight. If it works will post here. Thanks so much

Visit my NexusFi Trade Journal Started this thread Reply With Quote
  #35 (permalink)
 timmyb 
duluth,mn
 
Experience: Advanced
Platform: ninja,thinkorswim
Broker: Amp-Zenfire
Trading: ES,Options
Posts: 654 since Feb 2010
Thanks Given: 81
Thanks Received: 1,361

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 was a rogue value

and in the visual studio project add this

public Dundas.Gauges.WinControl.GaugeContainer GaugeContainer1 { get { return gaugeContainer1; } }

Whew thanks again guys, I really appreciate . I know it can be hard to deal with us self taught coders who dont know how something simple works, But i try to give back by building things like prometheus ect. Thanks so much

Tim

Visit my NexusFi Trade Journal Started this thread Reply With Quote




Last Updated on May 3, 2012


© 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
no new posts