I have a trading system in a external program outside Ninjatrader which generates buy/sell signals. This system writes the signals to a ascii file with format:
date,signal
For example
1/1/2000,1
meaning buy next day at close
1= long
0=close all positions go flat
-1=short
This is all with daily bars....
Is there a way to read the signals from a ascii file and execute them in Ninjatrader?
Regards,
Dennis

Comment