Welcome to the Traders Laboratory Forums.
Tools of the Trade Discussion forum for software, hardware, and computer related topics.

Reply
Old 07-05-2009, 05:00 PM   #9

Head2k's Avatar

Join Date: Jul 2008
Location: N/A
Posts: 313
Ignore this user

Thanks: 140
Thanked 290 Times in 129 Posts

Re: Amibroker Vs Ninja Trader

I tried NT only briefly and never attempted to program in it, but I've been using AmiBroker for a year or so. I am no programmer and only knew some basic general syntax, since I learned Pascal as a child. And I must say I had no difficulties to code in AFL, after I read the appropriate parts of the AmiBroker manual. AFL is strong and fast with arrays. And the only difficulty I had in the beginning was to distinguish between array and number variables and appropriate syntax when using them.
I don't know C, but AFL is said to be very similar to it. So if someone can code in C he should have no problems with AFL. What I like on AmiBroker is that I always could code what I wanted. It is very flexible.
But as i said, I cannot offer a comparison with NT.

Anyway, why not to donwload both (AB has a trial and NT is for free) and try them both?
Head2k is offline  
Reply With Quote
Old 06-19-2011, 03:11 AM   #10

Join Date: Aug 2009
Location: rome
Posts: 26
Ignore this user

Thanks: 2
Thanked 7 Times in 6 Posts

Thumbs up Re: Amibroker Vs Ninja Trader

Quote:
Originally Posted by thinkingfield »
I am interested in starting to system trade. I have several years of option market making experience in commodities. I also have many years of hobby programming experience (C, VB, VBA, Java, some C++).

I am looking to start with a low cost platform to get my feet wet with systems and backtesting.

Looking for charting also.

So, any suggestions between Amibroker or Ninjatrader? are there others that i should be looking at?

I am concerned mostly with energy futures and commodities, not equities.

Thanks!!
For a free professional platform specialized in futures (especially energy) you can check out this one

[Some examples of live trading with it are shown on other forum too. ]

T
tommaso is offline  
Reply With Quote
Old 08-01-2011, 10:18 AM   #11

Join Date: Jul 2011
Posts: 39
Ignore this user

Thanks: 1
Thanked 33 Times in 16 Posts

Re: Amibroker Vs Ninja Trader

If you want to go totally free, then you can use NT for charting and then you can auto trade, programming in C# with TradeLink.

You can find out more about TradeLink at:

tradelink-users | Google Groups

It's been around for some time and gets a lot of updates, attention to user input on a regular basis by its creator.

Amibroker is good to have for charting, archiving your data and it has the most powerful backtesting of the three. It would probably be the most tedious to setup for auto trading but the user community has put some decent scripts together to get you started. Personally, I find the array-based approach of AfL coding too hard to read once I've been away from the code for awhile.

[Personally, I think you'll learn more by hand backtesting]
steveh2009 is offline  
Reply With Quote
Old 12-22-2011, 12:22 PM   #12

Join Date: Jan 2009
Location: Houston
Posts: 5
Ignore this user

Thanks: 17
Thanked 0 Times in 0 Posts

Re: Amibroker Vs Ninja Trader

I have used both and have found NT to be somewhat clumbsy to use. Although I think NT has more advanced programming features that will serve us well in the future.

One thing about NT that is somewhat irritating is that you cannot use your own data. I know they provide data free but I have a couple of symbols that I manually keep updated.

Is there a way to use this data in NT? It is in MetaStock format.
Donski is offline  
Reply With Quote
Old 12-29-2011, 12:33 PM   #13

Join Date: Mar 2009
Location: Denver
Posts: 65
Ignore this user

Thanks: 0
Thanked 8 Times in 7 Posts

Re: Amibroker Vs Ninja Trader

Quote:
Originally Posted by Donski »
Is there a way to use this data in NT? It is in MetaStock format.
We do support import of MetaStock data.

Importing

See the "Understanding the import options" section.
Ninjatrader_Staff is offline  
Reply With Quote
Old 01-03-2012, 03:32 AM   #14

Join Date: Jun 2011
Posts: 27
Ignore this user

Thanks: 3
Thanked 3 Times in 2 Posts

Re: Amibroker Vs Ninja Trader

Quote:
Originally Posted by Ninjatrader_Staff »
We do support import of MetaStock data.

Importing

See the "Understanding the import options" section.
The data format is strange. Why not having a semicolon after the date in tick and minute data as in daily data?

I have another question: can your program read text files for startegy building purposes? I want to read code generated by Price Action Lab in text file format to build strategies. Can I do that? Do you have a text file reading function?
gianno is offline  
Reply With Quote
Old 01-10-2012, 01:47 PM   #15

Join Date: Mar 2009
Location: Denver
Posts: 65
Ignore this user

Thanks: 0
Thanked 8 Times in 7 Posts

Re: Amibroker Vs Ninja Trader

Quote:
Originally Posted by gianno »
The data format is strange. Why not having a semicolon after the date in tick and minute data as in daily data?

I have another question: can your program read text files for startegy building purposes? I want to read code generated by Price Action Lab in text file format to build strategies. Can I do that? Do you have a text file reading function?
It's a string representation of the DateTime in .NET, Daily bars don't require the time component.

Yes, NinjaTrader can read text files. NinjaScript is C# which is a non proprietary programming language. Thus, there are many approaches to reading a text file. Following ia reference sample that demonstrates how to read a text file.

Indicator: Using StreamReader to read from a text file - NinjaTrader Support Forum

I don't visit this forum on a frequent basis so sorry for the delayed response. If you have further questions, for the fastest response please use the following support resource - NinjaTrader stock, futures and forex charting software and online trading platform. Support.
Ninjatrader_Staff is offline  
Reply With Quote
Old 01-10-2012, 04:11 PM   #16

Join Date: Jul 2011
Posts: 39
Ignore this user

Thanks: 1
Thanked 33 Times in 16 Posts

Re: Amibroker Vs Ninja Trader

Forgot to mention...

MultiCharts DT is free and you can use their trading interfaces for free as well. This is great for discetionary traders who have no need for automating trades or writing their own indicators.

Psst. Little money advice. If you're not a successful trader already, it's a bad idea to buy the lifetime license deal for either NT or MC.
steveh2009 is offline  
Reply With Quote

Reply

Thread Tools
Display Modes Help Others By Rating This Thread
Help Others By Rating This Thread:


Similar Threads
Thread Thread Starter Forum Replies Last Post
AmpFutures/Ninja Trader or IB? wjrusnak Brokers and Data Feeds 3 03-13-2009 07:03 AM
Multicharts or Tradestation Interfaced to Ninja Trader. Precision Automated Trading 4 12-09-2008 06:10 AM
? Ninja Trader bobby Introduce Yourself 2 11-22-2008 01:02 PM
Using .eld Indicators in Ninja Trader coldsigh Coding Forum 3 10-09-2008 12:44 AM
Ninja Trader and Interactive Brokers Freddie Brokers and Data Feeds 3 02-21-2007 10:30 PM

All times are GMT -4. The time now is 09:27 PM.
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
CS to VB integration by DeskLancer
©2006-2011 Traders Laboratory, All Rights Reserved.