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 CaptainJack, 05-29-2026, 05:09 AM
|
0 responses
387 views
0 likes
|
Last Post
by CaptainJack
05-29-2026, 05:09 AM
|
||
|
Started by CaptainJack, 05-29-2026, 12:02 AM
|
0 responses
255 views
0 likes
|
Last Post
by CaptainJack
05-29-2026, 12:02 AM
|
||
|
Started by charlesugo_1, 05-26-2026, 05:03 PM
|
0 responses
215 views
1 like
|
Last Post
by charlesugo_1
05-26-2026, 05:03 PM
|
||
|
Started by DannyP96, 05-18-2026, 02:38 PM
|
1 response
300 views
0 likes
|
Last Post
|
||
|
Started by CarlTrading, 05-11-2026, 05:56 AM
|
0 responses
264 views
0 likes
|
Last Post
by CarlTrading
05-11-2026, 05:56 AM
|

Comment