is it possible to create a program within esignal to place automatic orders?
Announcement
Collapse
No announcement yet.
automation
Collapse
X
-
Greetings,
I've accomplished this with two seperate programs. Bracket Trader or Trade Bullet. I dont think were allowed to post links on the forum, but you can do a Google search and find both with ease.
Basically you create a signal file in your efs, ex:
var f = new File("Trading.txt");
And those programs read the signal file and execute the trade. It works suprisingly well. Each signal has a unique time stamp so they only get executed once.
P.S. Both those programs are for Interactive Brokers.
P.P.S. This is my 69th post. hehe
Comment
-
Comment