multiple positions opening when CUMULATEORDERS = false

Forums ProRealTime English forum ProOrder support multiple positions opening when CUMULATEORDERS = false

Viewing 9 posts - 1 through 9 (of 9 total)
  • #192653

    never seen this before: 8 positions opened in spite of CUMULATEORDERS = false

    correction, in the time it took to write that i’ve got 2 more = 10, from an algo that should only open 1

    Luckily it’s only in demo or could be seriously alarming…

    (make that 11 positions, basically it’s opening another on every candle … ???)

    #192658

    Cumulate Orders true is add position to an already open position = virtually cumulated into the one order.

    I could be talking from my neck here, but the other day (two weeks back ?) I noticed it the other way around. I wanted separate orders and nothing happened (Cumulate is false).
    Couldn’t you be confused as I myself possibly am ?

     

    PS: You say “positions opened”. Is that what you intended to say ? to me this looks different than “orders opened”.
    … But 8 positions opened  within one order (added one by one each other bar) with Cumulate = False is also not right. That should happen with True and *that* I could not get to work the other day.
    I’m dizzy.

     

    #192662

    yes, ‘orders opened’ is what i meant. I now have 47.5 contracts in play when there should be 2.5

    Initially it was at least consistent with the rest of the code, but now it just opens another order on every bar regardless of the supposed conditions.

    as I said, it’s only demo but still completely bonkers

    #192666

    But to be clear : you wanted to add position but receive new orders instead ?

    #192669

    It may happen with pending orders, as once the strategy is executed and orders are placed, ProOrder has no more control over them. If all of them are triggered the may ALL be opened by the broker despite whether CUMULATEORDERS was set to either True or False.

     

    #192670

    no, it’s not supposed to add anything. CUMULATEORDERS = false should open one positionsize and then stop. But this is opening 2.5 contracts on every new bar, completely disregarding the conditions!

    I’ve had this algo on demo for a couple of months with no problem til now.

    #192677

    I had same / similar about 6 to 8 weeks ago, never did work out how or why it happened! Made over £16K as all the rogue positions were going the right way. Unfortunately my rogues were in Demo also! 🙁

    I stopped the System, backtested (showed no rogues) and then started as a fresh System (same code) and it has not done it again since.

    #192678

    Same thing happend to me also. But also only on demo. I ran the system on live also but nothing there.

    #192694

    Made over £16K as all the rogue positions were going the right way

    mine went £15k the wrong way and blew out my demo account for lack of funds … i went ‘virtually’ bankrupt, hahaha.

    good to hear that this seems to be a demo-only bit of weirdness.

    1 user thanked author for this post.
Viewing 9 posts - 1 through 9 (of 9 total)

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