linking 2 or more trading systems

Forums ProRealTime English forum ProOrder support linking 2 or more trading systems

Viewing 3 posts - 1 through 3 (of 3 total)
  • #161743

    hi,

    is there a way i can link 2 or more systems trading the same instrument. example:

    trading system 1

    trading system 2

    the trading system 2 cannot detect if there a longs on the market.

     

    #161756
    #161761

    I’m afraid that link doesn’t work, that’s a copy of that post:

    You can assembly all of your strategies into a bigger file.

    “DEFPARAM CumulateOrders = false” will do the hard job!

    Of course you may need to name variables in different ways, say, a1s1 or cond1s1 for the first strategy, then a2s1/cond2s1….. a1s2/cond1s2 for the second strategy etc….

    You may name a variable StrategyID = 0 when NOT ONMARKET, then set it to any number you want each buy/sell is executed so you know which strategy was triggered.

    Example:

     

Viewing 3 posts - 1 through 3 (of 3 total)

Create your free account now and post your request to benefit from the help of the community
Register or Login