Okay,
I consider myself to be pretty bright but for the life of me I cannot get the Active X / VB for IB down.
My needs are simple:
When an order I place is confirmed I want the following to happen:
-- Immediate Stop order placed (at mathematically derived position, say 5pts from order price)
-- Initiate Trailing Stop procedure (mathematically derived, for example:
..... at (bid > +3 and bid < +5), stop at entr
..... at (bid >= +5 and bid < +8), stop at (high - 3)
..... at (bid >= +8), stop at (high - 2)
..... etc.
-- I must be able to easily override both the Stop and Trailing Stop procedures.
-- It must use Esignal data (I guess using DDE).
-- It must have a "close all" panic button.
-- Must be able to initial Market as well as Limit orders.
-- Must be able to modify (hopefully easily) the mathematical parameters for stops, etc.
Can I beg/borrow/buy this sort of code from someone out there?
I understand that Active X and VB is "the" thing to use (DDE is a dead-end). Or perhaps C++ or ????
Thanks for the help -- Have a great holiday.
JF
I consider myself to be pretty bright but for the life of me I cannot get the Active X / VB for IB down.
My needs are simple:
When an order I place is confirmed I want the following to happen:
-- Immediate Stop order placed (at mathematically derived position, say 5pts from order price)
-- Initiate Trailing Stop procedure (mathematically derived, for example:
..... at (bid > +3 and bid < +5), stop at entr
..... at (bid >= +5 and bid < +8), stop at (high - 3)
..... at (bid >= +8), stop at (high - 2)
..... etc.
-- I must be able to easily override both the Stop and Trailing Stop procedures.
-- It must use Esignal data (I guess using DDE).
-- It must have a "close all" panic button.
-- Must be able to initial Market as well as Limit orders.
-- Must be able to modify (hopefully easily) the mathematical parameters for stops, etc.
Can I beg/borrow/buy this sort of code from someone out there?
I understand that Active X and VB is "the" thing to use (DDE is a dead-end). Or perhaps C++ or ????
Thanks for the help -- Have a great holiday.
JF