I was wondering if the OPEN ORDER data could somehow be pulled into an EFS at the start of the day, or on demand. Problem is that the EFS works very well managing day trades, but if one of the following occurs, all control over the trade is lost...
1. Interval accidentally changed on the chart where the EFS is residing and managing the active trade
2. the active EFS is accidentally reloaded
3. eSignal crashes and needs to be reloaded
4. the market closes
***********
Also, in the list of broker functions, there doesn't seem to be a provision for...
1. trailing stops
2. modifying active orders (ie: stops)
For example, if I'm in a trade and have an pending active order (ie: stop) in place that was executed via the EFS through the IB Bridge, how do I call up and modify that specific active order? Say I want to adjust the price or even the quantity... Do I have to cancel the order and start again or...? Does each active order possess a unique identifier parameter somewhere that we can grab onto or...?
Currently all trade conditions are managed entirely in the EFS and only BUYMARKET() and SELLMARKET() orders are being utilitzed to control the trades. The danger of course is that once control of the trade is released the user then needs to get in their TWS and manually control the trades. This is a pain to be sure.
***********
Lastly, is there a way to prevent a user from modifying the interval on a a chart that is running an active script?
Any help or insight would be greatly appreciated.
Regards, Ryan.
1. Interval accidentally changed on the chart where the EFS is residing and managing the active trade
2. the active EFS is accidentally reloaded
3. eSignal crashes and needs to be reloaded
4. the market closes
***********
Also, in the list of broker functions, there doesn't seem to be a provision for...
1. trailing stops
2. modifying active orders (ie: stops)
For example, if I'm in a trade and have an pending active order (ie: stop) in place that was executed via the EFS through the IB Bridge, how do I call up and modify that specific active order? Say I want to adjust the price or even the quantity... Do I have to cancel the order and start again or...? Does each active order possess a unique identifier parameter somewhere that we can grab onto or...?
Currently all trade conditions are managed entirely in the EFS and only BUYMARKET() and SELLMARKET() orders are being utilitzed to control the trades. The danger of course is that once control of the trade is released the user then needs to get in their TWS and manually control the trades. This is a pain to be sure.
***********
Lastly, is there a way to prevent a user from modifying the interval on a a chart that is running an active script?
Any help or insight would be greatly appreciated.
Regards, Ryan.
Comment