NexusFi: Find Your Edge


Home Menu

 





Ninja Trader Custom Order Book - 1LDom - Source Code


Discussion in NinjaTrader

Updated
      Top Posters
    1. looks_one 1LotTrader with 120 posts (318 thanks)
    2. looks_two Silvester17 with 27 posts (74 thanks)
    3. looks_3 Zondor with 17 posts (28 thanks)
    4. looks_4 philipp with 14 posts (7 thanks)
      Best Posters
    1. looks_one aligator with 3 thanks per post
    2. looks_two 1LotTrader with 2.7 thanks per post
    3. looks_3 Silvester17 with 2.7 thanks per post
    4. looks_4 Zondor with 1.6 thanks per post
    1. trending_up 170,457 views
    2. thumb_up 598 thanks given
    3. group 70 followers
    1. forum 356 posts
    2. attach_file 80 attachments




 
Search this Thread

Ninja Trader Custom Order Book - 1LDom - Source Code

  #31 (permalink)
 
josh's Avatar
 josh 
Georgia, US
Legendary Market Wizard
 
Experience: None
Platform: SC
Broker: Denali+Rithmic
Trading: ES, NQ, YM
Posts: 6,216 since Jan 2011
Thanks Given: 6,752
Thanks Received: 18,136


philipp View Post
thanks vvhg,

but i cannot edit the ninja script via the control center (this i know how to do), because its simply not there.

Ok, search google:

how to import CS into ninjatrader

Probably safe to say that this level of discussion does not really belong in this thread--there are tons of threads on both the ninjatrader support forum and on this site on how to import indicators and CS. Use what is available and learn how to search for your own answers when there are already tons of resources out there.

Reply With Quote

Can you help answer these questions
from other members on NexusFi?
Futures True Range Report
The Elite Circle
Are there any eval firms that allow you to sink to your …
Traders Hideout
Exit Strategy
NinjaTrader
ZombieSqueeze
Platforms and Indicators
The space time continuum and the dynamics of a financial …
Emini and Emicro Index
 
Best Threads (Most Thanked)
in the last 7 days on NexusFi
Get funded firms 2023/2024 - Any recommendations or word …
61 thanks
Funded Trader platforms
39 thanks
NexusFi site changelog and issues/problem reporting
26 thanks
The Program
18 thanks
GFIs1 1 DAX trade per day journal
18 thanks
  #32 (permalink)
 
philipp's Avatar
 philipp 
zürich/ switzerland
 
Experience: None
Platform: NT7, Sierra
Trading: CL
Posts: 128 since Nov 2010
Thanks Given: 48
Thanks Received: 109

keep calm josh and make your indoctrination to your children. if it would be so easy for me to import with a little bit of googeling i would have done. if this question makes you head shaking, OVERREAD it and safe your time for writing this kind of answer for more important things.

Reply With Quote
  #33 (permalink)
 
1LotTrader's Avatar
 1LotTrader 
Douglas, United Kingdom
 
Experience: Advanced
Platform: Custom
Trading: Bund
Posts: 181 since Jun 2009
Thanks Given: 206
Thanks Received: 445


Phillip the original binary did not include a source option. If you still have the original assembly it won't show it.

Take these steps:

1. Go to File->Utilities->Remove Ninjascript Assembly
2. Remove the previous OneLDOM assembly. Highlight it and click -> OK.
3. Now go to your folder files and copy the OneLDOM.CS file and paste it into the this directory:

\Documents\NinjaTrader 7\bin\Custom\Indicator

4. When you go into Ninja now and edit indicator you will see OneLDom in there and you can click on it and open it and compile it. You will need to make the compilation step with this approach for it to work.

If you are not comfortable with this I have put a new assembly on my blog of V1.5 and that set of steps is easier. Just remove your old assembly then import the new one as is the normal case.

* EDIT * -> Let me know when you have achieved this, then maybe we delete these small set of posts so we can keep the thread quick and to the point for others.

Follow me on Twitter Started this thread Reply With Quote
Thanked by:
  #34 (permalink)
 
1LotTrader's Avatar
 1LotTrader 
Douglas, United Kingdom
 
Experience: Advanced
Platform: Custom
Trading: Bund
Posts: 181 since Jun 2009
Thanks Given: 206
Thanks Received: 445

Can anyone confirm if the latest version has put the blue screen of death to bed?

Follow me on Twitter Started this thread Reply With Quote
  #35 (permalink)
 
philipp's Avatar
 philipp 
zürich/ switzerland
 
Experience: None
Platform: NT7, Sierra
Trading: CL
Posts: 128 since Nov 2010
Thanks Given: 48
Thanks Received: 109

thanks 1lottrader

Reply With Quote
  #36 (permalink)
 
philipp's Avatar
 philipp 
zürich/ switzerland
 
Experience: None
Platform: NT7, Sierra
Trading: CL
Posts: 128 since Nov 2010
Thanks Given: 48
Thanks Received: 109

working now, no blue screen. thanks a lot 1 lot

Reply With Quote
Thanked by:
  #37 (permalink)
 Abde 
Stuttgart / Germany
 
Experience: Intermediate
Platform: FlatTrader
Broker: GFT and Interactive Brokers
Trading: ES, DAX
Frequency: Every few days
Duration: Days
Posts: 533 since Aug 2010
Thanks Given: 2,141
Thanks Received: 729


1LotTrader View Post
Can anyone confirm if the latest version has put the blue screen of death to bed?

Unfortunately I can´t confirm. I Get only the blue screen as before. I´m attaching a screen shot from the NT log message for further investigation.

Attached Thumbnails
Click image for larger version

Name:	NT Log  Message.gif
Views:	251
Size:	56.9 KB
ID:	89652  
Reply With Quote
  #38 (permalink)
 
1LotTrader's Avatar
 1LotTrader 
Douglas, United Kingdom
 
Experience: Advanced
Platform: Custom
Trading: Bund
Posts: 181 since Jun 2009
Thanks Given: 206
Thanks Received: 445

How certain are you that you have the latest compilation and are not running an old binary?

That error message is no longer possible in the latest version as I actually completely removed the offending code.

Also what market?

VVHG you helped me find the problem originally and were able to confirm both the initial issue and the version working with the offending code switched off. Have you had a chance to run the latest code set to see if it is operating as you expected now?

Follow me on Twitter Started this thread Reply With Quote
Thanked by:
  #39 (permalink)
 Abde 
Stuttgart / Germany
 
Experience: Intermediate
Platform: FlatTrader
Broker: GFT and Interactive Brokers
Trading: ES, DAX
Frequency: Every few days
Duration: Days
Posts: 533 since Aug 2010
Thanks Given: 2,141
Thanks Received: 729


1LotTrader View Post
How certain are you that you have the latest compilation and are not running an old binary?

That error message is no longer possible in the latest version as I actually completely removed the offending code.

Also what market?

VVHG you helped me find the problem originally and were able to confirm both the initial issue and the version working with the offending code switched off. Have you had a chance to run the latest code set to see if it is operating as you expected now?

I have downloaded and installed the version OLDomV1.5 from your website including the template. However when I loaded the chart with that template, there was no indicator there so I have to load the OneLDOM indicator manually.

Is this usual or could this be the reason for getting only the blue screen?

I tried using it on the ES and FDAX.

Reply With Quote
  #40 (permalink)
 
Jigsaw Trading's Avatar
 Jigsaw Trading  Jigsaw Trading is an official Site Sponsor
 
Posts: 2,988 since Nov 2010
Thanks Given: 831
Thanks Received: 10,393


As someone that knows a fair amount about TT, it's patent and the way it pursues infringement cases, I would urge you to tread very carefully here.

1 - Should this project become the 'clone' of XTtrader the posts in this thread imply, you will more than likely be hearing from TT. You have already cloned the appearance to some extent.

2 - By doing this work as individuals, you become personally liable for the infringement. Behind a corporation, you put the corporations assets at risk, with no corporation, it's your personal assets.

3 - By doing this as shareware, the usual resolution for infringement (payment of royalties to TT) is not available to you. You have no control of the licenses, you have no idea who's using it, therefore you can't move your users to a version that collects royalties.

4 - The posts in this thread so far will make TTs job very easy were it to ever get to court. The more people request and add in TTs features, the stronger their case becomes.

I personally disagree strongly with the TT patent but it is what it is.

I'd think long and hard before you put your personal assets on the line for a shareware clone of their product.

Visit my NexusFi Trade Journal Reply With Quote




Last Updated on February 19, 2014


© 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