Clear Filters
Clear Filters

EMSX Blotter for Intraday Trading Risk Management

1 view (last 30 days)
Good day, I have 30 stocks that I am looking to run an intraday strategy on. Orders are submitted based on the exposure for that stock currently in the portfolio. For example, an entry trade can only occur if the position for a particular stock is small enough to allow it.
Is there an efficient way to keep track of fills such that it makes it feasible for an intraday strategy?
I have tried / looked at:
  • A for-loop that runs through a stored list of emsx orders
This isn't feasible because the "getOrderInfo" command takes ~0.7 seconds to execute - this is too long.
  • "emsxOrderBlotter" is a nice realtime display but I have no idea how to actually consume the information displayed with this. It is merely a display, which doesn't help the intraday strategy.
Any assistance on this would be greatly appreciated.
Thanks
Ray

Answers (0)

Categories

Find more on Portfolio Optimization and Asset Allocation in Help Center and File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!