ProOrder – Multiple trading systems
Forums › ProRealTime English forum › ProOrder support › ProOrder – Multiple trading systems
- This topic has 4 replies, 3 voices, and was last updated 8 years ago by Wing.
-
-
08/24/2016 at 7:45 PM #12176
Hi Guys,
I’d like to run multiple trading systems however it appears that when I set “DEFPARAM CumulateOrders = False” in each, only one trade is active at any time. Is there another way to prevent trading systems making multiple trades without preventing other systems from making trades??
*Newbie, sorry if this is a stupid question!
Thanks!
Matt
08/24/2016 at 8:03 PM #1217708/24/2016 at 8:28 PM #12178Hi Nicolas,
Thanks for the response. Sorry I’m not sure my question was very clear, please consider this scenario:
// Trading System A
//——————-
DEFPARAM CumulateOrders = False
BUY PositionSize SHARES AT MARKET
// Trading System B
//——————-
DEFPARAM CumulateOrders = False
BUY PositionSize SHARES AT MARKET
***************
- Both trading systems are running in ProOrder @ 1 minute
- 12:01 – Trading system A executes
- 12:02 – Long order executed
- 12:03 – Trading system B executes and cannot open a Long position as an order is currently being executed.
Is this correct or am I going crazy?? 🙂 If this is correct should I remove “EFPARAM CumulateOrders = False” and replace it with something else?
08/24/2016 at 8:51 PM #1217908/24/2016 at 9:50 PM #12180 -
AuthorPosts