Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Importing historical trades from broker?
Collapse
X
-
Importing historical trades from broker?
Is it possible to import historical trades from a broker so that I can see trades I executed outside of NinjaTrader? I have a live account with MB Trading and another with Ameritrade. If this can't be automated, is there a way I can at least manually input my trade history?Tags: None
-
Please look at my reply to thread:
How to import transcation data so they can be seen on the chart?
Bye
GB
Comment
-
Import Trades excel sample
Hi,
I attached an xls file as example... please verify the xls contents
because I am 99% sure this is the right excel file...
Bye
Comment
-
With the above script, I get:
"The type or namespace 'Data' does not exist in the namespace 'System' ninjatrader"
Comment
-
-
Hello AntiMatter,
The code has a number of "public" variable and thus you are getting the error. For example line 41-49
Please modify it or contact the author of the code and get it rectified.Code:public Hashtable tradeTable= new Hashtable(); public Hashtable tmpTable_opn = new Hashtable(); public Hashtable tmpTable_cls = new Hashtable(); public Hashtable tmpTable_rev = new Hashtable(); //public SerializableDictionary<int, object> tradeTable = new SerializableDictionary<int, object>(); public int reversal,tot_trade,ifound_opn,ifound_cls,ifound_rev,jt; public string a; public My_trades t1= new My_trades(); public My_trades t2= new My_trades();JoydeepNinjaTrader Customer Service
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by argusthome, 03-08-2026, 10:06 AM
|
0 responses
69 views
0 likes
|
Last Post
by argusthome
03-08-2026, 10:06 AM
|
||
|
Started by NabilKhattabi, 03-06-2026, 11:18 AM
|
0 responses
42 views
0 likes
|
Last Post
|
||
|
Started by Deep42, 03-06-2026, 12:28 AM
|
0 responses
24 views
0 likes
|
Last Post
by Deep42
03-06-2026, 12:28 AM
|
||
|
Started by TheRealMorford, 03-05-2026, 06:15 PM
|
0 responses
27 views
0 likes
|
Last Post
|
||
|
Started by Mindset, 02-28-2026, 06:16 AM
|
0 responses
54 views
0 likes
|
Last Post
by Mindset
02-28-2026, 06:16 AM
|

Comment