hkopp / quantfxengine

An engine for algorithmic forex trading
14 stars 7 forks source link

multiple markets #1

Closed hkopp closed 9 years ago

hkopp commented 9 years ago

everything breaks when using multiple markets, since streamprices only tracks one market and portfolio tracks multiple markets solutions are: -> having mutiple streaming objects for each market -> saving the current bid/ask for each market in an associative array in streamobject

hkopp commented 9 years ago

done in e10fe40c76c29c