(If you already have an account, login at the top of the page)
futures io is the largest futures trading community on the planet, with over 100,000 members. At futures io, our goal has always been and always will be to create a friendly, positive, forward-thinking community where members can openly share and discuss everything the world of trading has to offer. The community is one of the friendliest you will find on any subject, with members going out of their way to help others. Some of the primary differences between futures io and other trading sites revolve around the standards of our community. Those standards include a code of conduct for our members, as well as extremely high standards that govern which partners we do business with, and which products or services we recommend to our members.
At futures io, our focus is on quality education. No hype, gimmicks, or secret sauce. The truth is: trading is hard. To succeed, you need to surround yourself with the right support system, educational content, and trading mentors – all of which you can find on futures io, utilizing our social trading environment.
With futures io, you can find honest trading reviews on brokers, trading rooms, indicator packages, trading strategies, and much more. Our trading review process is highly moderated to ensure that only genuine users are allowed, so you don’t need to worry about fake reviews.
We are fundamentally different than most other trading sites:
We are here to help. Just let us know what you need.
We work extremely hard to keep things positive in our community.
We do not tolerate rude behavior, trolling, or vendors advertising in posts.
We firmly believe in and encourage sharing. The holy grail is within you, we can help you find it.
We expect our members to participate and become a part of the community. Help yourself by helping others.
You'll need to register in order to view the content of the threads and start contributing to our community. It's free and simple.
I'm new to C# and NinjaScript. To get a better feel for how coders operating in this environment, I've got a few questions:
- how do you develop C# for ninjatrader?
ie totally within the nt platform, in an outside tool and then copy/paste?
- what other c# development platforms do you use?
I've played with #develop (SharpDevelop @ic#code)
From a professional programmers point of view Visual C#/.net is a career enhancing experience
From an open source point of view Eclipse is the bomb
I guess it's what your target environment is, but I'm wondering what others use
- other plug-ins or add-ons to the base platform you use
is there any add-ons for ninjatrader from a coding point of view?
if you use visual c# do you use the team product for code management
- are there any other strategy testing tools that work with ninja?
I was just looking at tradingblox.com, which is a self-contained system development/portfolio testing tool, and another tool like it (forgot name)
Thanks.
Last edited by Big Mike; July 4th, 2009 at 04:42 AM.
Reason: Moved to Programmers Paradise
I use visual studio + resharper (productivity/refactoring plugin made by jetbrains who also make IntelliJ which you might be familiar with since you mention eclipse)
Unfortunately you still have to compile within ninjaTrader but compiling one script in NT compiles them all so I normally keep another script which I am not editing open in NT and I recompile from there after I save my changes in visual studio. You don't want to have the same script open in both VS and NT because NT will not detect changes made by VS.
i use sharp develop for c# on vista, and work in a box with visual express on xp. eclipse i use only for java ... i do not test c# plugins for eclipse. so i can not comment.
for fast script modification is script editor a great tool.
wh
i can only java, but c# is so similar, that i say thanx to microsoft.
"The Express versions of Visual Studio are not supported" according to the NT manual. Any idea what the limitations of 'express are with NT compared to the paid version?
I have not tried it with NT specifically but I know that one of the limitations of the express edition is that the debugger is not as advanced as the full version.
I would guess that it may not be able to handle the remotesoft protector which uses some compiler tricks to hide the NT program code from being viewed with a reflection tool.
Forgot to mention earlier that you can get the professional version of visual studio for free through microsoft dreamspark program if you are a student or university faculty or can get anyone with that qualification to sign up for you (requires university email address)
They also give you free versions of server 2008, server 2003 and some other development tools.