ProOrder – Multiple trading systems

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #12176 quote
    MattCMattC
    Participant
    New

    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

    #12177 quote
    NicolasNicolas
    Keymaster
    Legend

    Hi Matt, sorry but there is no possibility to interact with other running strategies with the code.

    MattC thanked this post
    #12178 quote
    MattCMattC
    Participant
    New

    Hi 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

    ***************

    1. Both trading systems are running in ProOrder @ 1 minute
    2. 12:01 – Trading system A executes
    3. 12:02 – Long order executed
    4. 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?

    #12179 quote
    MattCMattC
    Participant
    New

    Sorry disregard! I’ve just tested above and it works fine

    #12180 quote
    WingWing
    Participant
    Veteran

    If you run several systems on one account, but there is only funds for one position, then the other systems are not able to follow through on their trades and will exit.

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.
ProRealAI ProRealAI New

Stuck on this ProBuilder code?

Describe what this topic is trying to build, in plain English, and ProRealAI writes the ProRealTime™ indicator, screener or system for you.

Available in 7 languages
Try ProRealAI

ProOrder – Multiple trading systems


ProOrder: Automated Strategies & Backtesting

New Reply
Author
author-avatar
MattC @mcockeri Participant
Summary

This topic contains 4 replies,
has 3 voices, and was last updated by WingWing
10 years, 1 month ago.

Topic Details
Forum: ProOrder: Automated Strategies & Backtesting
Language: English
Started: 08/24/2016
Status: Active
Attachments: No files
ProRealCode ProRealCode
Loading...