Number of trades doesn't match in Probacktest

Forums ProRealTime English forum ProOrder support Number of trades doesn't match in Probacktest

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

    Hello, I noticed that some trades are not taken into account in Probacktest.
    If in our code the entry conditions are the same and we only change the position closing conditions, the performances will be different but the number of trades should be similar.

    For example, there is a difference in the number of trades:

    CASE 1, end of the trade if: the lowest is less than the Lower Bollinger Band (or if the highest is greater than or equal to the moving average 20) = 132 trades.

    CASE 2, End of the trade if: the candle closes below the Lower Bollinger Band (or if the highest is higher or equal to the moving average 20)= 181 trades

    Why is there a difference in the number of trades?
    Why is the performance almost the same (+3600$ and 57% winning trades with 132 and with 181 trades)?

    #137713

    Why do you think that changing exit conditions should produce the same exact results?

    If you are already on market, you might not allow entering again? If the orders last longer at market, some entries are missed.

    Sorry but I don’t know how you have coded the entries.

    #137982

    Yet I did not put any restriction for new trades to be refused as long as there are open trades.
    But you’re probably right.
    I’ll study the code and the track record of the trades.
    Thank you Nicolas

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