Hi, I have a problem when I test my system. Sometimes it just stop to work. I test the system a couple of times and it works well and then it stop to return data. What do I wrong? I’d try to make copies and change the system name but it does not solve the problem. The system had run but when I test it it is not running. Sorry for my English, I hope to have explained my problem well.
Regards,
Dennis
Perhaps it opens a position and then never closes it. With this you will get the result you are showing in your image.
Easiest way to get help is to post your code on here then I / we can run it for you and see what results we get.
Us seeing / backtesting your code takes the guesswork out of trying to help you!? 🙂
Hi thank you for the quick answer. It is possible but why? The system is the seme as it is when it works, I know because I’m still able to modify it. The only solution for now is to rewrite the entire system…
Ok, here you can see how the buy program shows up when it doesn’t work. As you can see some options are not modifiable anymore.
Dennis Cavicchi – Rather than post a screen shot of your code please use the ‘Insert PRT Code’ button that is one of the tools above the reply box. Cut and paste your code into the box from the platform. This way others can easily copy the code to test for themselves.
At a glance it appears that you have a lot of conditions that need to be met for both entry and exit so it is likely that one or both is never met. The best way to confirm this is to create an indicator of your conditions to see if they are ever met or to use GRAPH in the strategy to see if they are ever all met in one bar.