Tradecounter does not work

Forums ProRealTime English forum ProOrder support Tradecounter does not work

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

    Sorry for the maybe stupid question. I’ve been working on this little breakout system for hours now. But I can’t get the Tradecounter to work. It doesn’t open any trades. What am I doing wrong? It should be able to open a trade once a day in each direction. So a maximum of once long and once short. Somehow I can’t get the counter loop through. Could anyone help me, please?

     

     

     

    #176588

    You put STOP orders and increment your variable Tradelong and Tradeshort. But that stop orders might not trigger, so you are counting for nothing.

    #176589

    Without a tradecounter, the stop orders are triggered. But not with Tradecounter. Can you try EurUsd Mini M1 was my attempt.

    #176592

    Ha, I have it. the counter has to get out of the loop for stop orders and only count when the order is triggered and you are in the market. Thank you anyway.

    My Insert Code button doesn’t exist.

     

    if longonmarket then
    Tradelong = 1
    endif
    if shortonmarket then
    tradeshort = 1
    endif

    1 user thanked author for this post.
    #176593

    Yes, sorry.

    #176630

    Sorry for a stupid question. What do u do with the counter? Resultscreen show you how many trade the algo have done?

    #176631

    No, the other way around. You can use it to determine how many trades can be made in one day in each direction. In this case, one trade long, one trade short maximum per day.

    #176870

    Hi,

    If you fix the counter issue and it still isn’t putting trades or it is erratic when it goes live, on you may want to try using “Buy at Market” rather than using a “buy stop” at the market level

    #176893

    Yes I know. But I wanted to build the strategy with stop orders.

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