NexusFi: Find Your Edge


Home Menu

 





Not sure where these script files belong / references - .dll - trouble


Discussion in NinjaTrader

Updated
      Top Posters
    1. looks_one grego with 5 posts (0 thanks)
    2. looks_two Jura with 2 posts (3 thanks)
    3. looks_3 sam028 with 1 posts (0 thanks)
    4. looks_4 Quick Summary with 1 posts (0 thanks)
    1. trending_up 4,853 views
    2. thumb_up 3 thanks given
    3. group 3 followers
    1. forum 9 posts
    2. attach_file 5 attachments




 
Search this Thread

Not sure where these script files belong / references - .dll - trouble

  #1 (permalink)
 
grego's Avatar
 grego 
Sydney, Australia
 
Experience: Beginner
Platform: MT4
Broker: Go Markets
Trading: Forex plus FTSE DAX and ASX200
Posts: 177 since Jun 2010
Thanks Given: 139
Thanks Received: 76

I am getting a Script programming error when I try to load new indicators.
I have located the source (files) of these errors but not sure where they belong.

The error message is telling me the DLL files are " missing"

I have attached a screen shot of where these files are located

I just don't know here they belong ??

Please help

Thank you
greg


Follow me on Twitter Visit my NexusFi Trade Journal Started this thread Reply With Quote

Can you help answer these questions
from other members on NexusFi?
MC PL editor upgrade
MultiCharts
Pivot Indicator like the old SwingTemp by Big Mike
NinjaTrader
NT7 Indicator Script Troubleshooting - Camarilla Pivots
NinjaTrader
NexusFi Journal Challenge - May 2024
Feedback and Announcements
Exit Strategy
NinjaTrader
 
Best Threads (Most Thanked)
in the last 7 days on NexusFi
Spoo-nalysis ES e-mini futures S&P 500
43 thanks
Just another trading journal: PA, Wyckoff & Trends
30 thanks
Tao te Trade: way of the WLD
24 thanks
Bigger Wins or Fewer Losses?
23 thanks
GFIs1 1 DAX trade per day journal
21 thanks
  #3 (permalink)
 
sam028's Avatar
 sam028 
Site Moderator
 
Posts: 3,765 since Jun 2009
Thanks Given: 3,825
Thanks Received: 4,629


These files are commercial indicators (not the NijaTrader*), and are in the right place.
Did you make a fresh NT installation ?
Maybe you need some <right-click> -> <Add References>, when you are in a source file, ready to compile.

Success requires no deodorant! (Sun Tzu)
Follow me on Twitter Reply With Quote
  #4 (permalink)
 
grego's Avatar
 grego 
Sydney, Australia
 
Experience: Beginner
Platform: MT4
Broker: Go Markets
Trading: Forex plus FTSE DAX and ASX200
Posts: 177 since Jun 2010
Thanks Given: 139
Thanks Received: 76


sam028 View Post
These files are commercial indicators (not the NijaTrader*), and are in the right place.
Did you make a fresh NT installation ?
Maybe you need some <right-click> -> <Add References>, when you are in a source file, ready to compile.

Are you suggesting that I reinstall Ninja T?

Not sure what you mean by the second part of your comment?

Thank you
Greg

Follow me on Twitter Visit my NexusFi Trade Journal Started this thread Reply With Quote
  #5 (permalink)
 
Jura's Avatar
 Jura   is a Vendor
 
Posts: 775 since Apr 2010
Thanks Given: 2,352
Thanks Received: 690


grego View Post
Not sure what you mean by the second part of your comment?

Thank you
Greg

If I understand Sam correctly, he suggest to open an NinjaScript file (through Tools --> Edit NinjaScript --> Indicator, and choosing *any* indicator). Then, right click in the new NinjaScript file, and choose References. Then you get an new window, in which you can Add references to DLL files. Please also see the attached screens.

The idea behind this "adding of references" is that NinjaTrader can't locate these DLL (which are probably used in some indicator that you have), and thus generates an error. Through this "adding of references" you can tell NinjaTrader where it can find those DLL's.

Good luck!

Regards,

Attached Thumbnails
Click image for larger version

Name:	references1.png
Views:	181
Size:	85.7 KB
ID:	19778   Click image for larger version

Name:	references2.png
Views:	184
Size:	19.6 KB
ID:	19779  
Reply With Quote
Thanked by:
  #6 (permalink)
 
grego's Avatar
 grego 
Sydney, Australia
 
Experience: Beginner
Platform: MT4
Broker: Go Markets
Trading: Forex plus FTSE DAX and ASX200
Posts: 177 since Jun 2010
Thanks Given: 139
Thanks Received: 76


Jura View Post
If I understand Sam correctly, he suggest to open an NinjaScript file (through Tools --> Edit NinjaScript --> Indicator, and choosing *any* indicator). Then, right click in the new NinjaScript file, and choose References. Then you get an new window, in which you can Add references to DLL files. Please also see the attached screens.

The idea behind this "adding of references" is that NinjaTrader can't locate these DLL (which are probably used in some indicator that you have), and thus generates an error. Through this "adding of references" you can tell NinjaTrader where it can find those DLL's.

Good luck!

Regards,

Thank you, Do you literally mean to open "ANY" file in the editor or the specific files That I am having problems with?
Because when I open the Ninja script editor I cannot locate the specific indicators in the list

Follow me on Twitter Visit my NexusFi Trade Journal Started this thread Reply With Quote
  #7 (permalink)
 
Trader.Jon's Avatar
 Trader.Jon 
Near the BEuTiFULL Horse Shoe
 
Experience: Beginner
Platform: NinjaTrader
Broker: MBTrading Dukascopy ZenFire
Trading: $EURUSD when it is trending
Posts: 473 since Jul 2009
Thanks Given: 401
Thanks Received: 184


grego View Post
Thank you, Do you literally mean to open "ANY" file in the editor or the specific files That I am having problems with?
Because when I open the Ninja script editor I cannot locate the specific indicators in the list

Yes, that was the meaning ... the references will be used by anything NT needs it for. Likely the indicators arent compiled yet because the references arent there to finish the byte job!

Jon

Reply With Quote
  #8 (permalink)
 
grego's Avatar
 grego 
Sydney, Australia
 
Experience: Beginner
Platform: MT4
Broker: Go Markets
Trading: Forex plus FTSE DAX and ASX200
Posts: 177 since Jun 2010
Thanks Given: 139
Thanks Received: 76


Trader.Jon View Post
Yes, that was the meaning ... the references will be used by anything NT needs it for. Likely the indicators arent compiled yet because the references arent there to finish the byte job!

Jon

Jon , Thank you for your help and patience. I'm not normally such a dummy but I'm still having problems with the references . Please see attached.

I'm not sure what step I'm missing or doing incorrectly


Follow me on Twitter Visit my NexusFi Trade Journal Started this thread Reply With Quote
  #9 (permalink)
 
Jura's Avatar
 Jura   is a Vendor
 
Posts: 775 since Apr 2010
Thanks Given: 2,352
Thanks Received: 690


grego View Post
Jon , Thank you for your help and patience. I'm not normally such a dummy but I'm still having problems with the references . Please see attached.

I'm not sure what step I'm missing or doing incorrectly

Attachment 19880

Too bad you still have these problems Grego. Just wondering, did you compile the NinjaScript after adding the references? (You can compile by pressing F5 in a NinjaScript window, or clicking the Compile button in the toolbar).

Good luck!

Regards,

Attached Thumbnails
Click image for larger version

Name:	compile.png
Views:	170
Size:	13.8 KB
ID:	19895  
Reply With Quote
  #10 (permalink)
 
grego's Avatar
 grego 
Sydney, Australia
 
Experience: Beginner
Platform: MT4
Broker: Go Markets
Trading: Forex plus FTSE DAX and ASX200
Posts: 177 since Jun 2010
Thanks Given: 139
Thanks Received: 76



Jura View Post
Too bad you still have these problems Grego. Just wondering, did you compile the NinjaScript after adding the references? (You can compile by pressing F5 in a NinjaScript window, or clicking the Compile button in the toolbar).

Good luck!

Regards,

Hi Jura
I've just managed to get it sorted

The original DLL file sthat I was having problems with were showing up in the reference box, however the file location that they referenced were actually incorrect.

So I deleted them and re referenced the customm scripts to th ecorrect location

Thanks for your help
Regards
Greg

Follow me on Twitter Visit my NexusFi Trade Journal Started this thread Reply With Quote




Last Updated on September 8, 2010


© 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