J.Participant
Average
In the closed positions tab I see my order gets closed 3 times with 2 of them having 0 bars. Notice the attachment below.
Why does it do this?
This is foro cumulateorders=true.
I think is a problem if backtest.
Un my backtest suceed too.
J.Participant
Average
So are my backtesting results still accurate at all?
Yes… But Skip this operations.
Hi J,
This is the way PRT shows you operations in the backtest.
If you cumulate 3 contracts in one operation, PRT will treat them like one. When that operation is closed, the backtest normally share the same benefits between the three of them, and place 0 bars to 2 of them, and the total number of bars to the last one.
Example: If you have an operation with three contracts and the total gain is 36€, and it has taken 54 bars, if the operation is closed by your strategy, the backtest will show you three operation of 12€ each of them, and one of the operation will shows 54 bars and the other two 0 bars. It is the way PRT reflect it in the backtest.
And the mfe and mae in the Ghost operations???
J.Participant
Average
Got it Juan, I checked and there were indeed 3 positions. These were closed at the same time and the total profit was equally divided over the 3 of them.
I hope partial closing and keeping track of multiple orders individually by some kind of index will be possible in PRT eventually. This would make PRT the perfect system.
Thank you very much Juan.