Help with a condition

Forums ProRealTime English forum ProOrder support Help with a condition

Viewing 14 posts - 16 through 29 (of 29 total)
  • #79156

    Hi there !

    That’s the same for me… only one trade with the new version .itf on Dax 1 min… I can’t understand, I’m still on it !

    Everybody has a solution ?

    #79158

    Uuuh really not sure what may happen. Let’s wait for @Nicolas or some expert to see if they can detect the problem.

    Regards.

    #79160

    When a strategy stop trading, it is most of the time due to an error that cause the code to crash, like a division by zero. You can also change the preloadbars setting to see what happen if it is set to 0.

    1 user thanked author for this post.
    #79161

    @komiya  go back to the previous version that did execute trades and then work forward re changes but run it on 10k bars each time you make even a single change so you can isolate which change stopped it trading?

    Boring I know and not as exciting as trying out new body parts on Frankie!! 🙂

    Let us know how  you get on please?

    #79163

    Here’s another idea … compare version with trades and version with no trades on the website below … it’s real easy 2 x copy and paste and click on Compare!  Let us know what you find?

    https://www.diffchecker.com/

    #79219

    Hi! I’m not having problems to check strategy…I don’t know which are the reasons.

    Finally I’ve solved my problem. It was easier than I thought but I didn’t find the solution until yesterday. I’m not sure if it’s the best solution but it seems it’s working.

    Later ..

    Thanks everybody for cooperation.

     

    #79230

    Ah good @komiya, so glad you sorted it!

    Please can you post the latest working code now, I’d kinda like to close the loop and see trades on my Platform with your code! 🙂

    #79640

    Is it possible to implement a money management system in this strategy?

    #79641

    Is it possible to implement a money management system in this strategy?

    I mean one which makes the lots bigger with the strategyprofit

    #79661

    Is it possible to implement a money management system in this strategy?

    Various money management options can be found in the Snippet Library.

    https://docs.google.com/spreadsheets/d/1rgboqj7sVwsP9ZRhOduOefye48QMWC07jWVXCl-KJPU/edit#gid=0

    #79676

    Hi raphaelopilski, could you make strategy work? I didn’t have problems, but some people did. If you have any comment about strategy to enhance it, it would be great 😉

    You can try this (is a piece of code I found in a strategy):

    First of all you should change

    to

    Later, insert this before “Conditions”

    Also, after fist trade, insert this…

    I didn’t try but it shoul work. You have to tune vars at first for specific market. Basically it’s a grid steps system and it adds orders based in those steps.

    I hope this helps.

    #79697

     

    Hi raphaelopilski, could you make strategy work? I didn’t have problems, but some people did. If you have any comment about strategy to enhance it, it would be great 😉

    You can try this (is a piece of code I found in a strategy):

    First of all you should change

    to

    Later, insert this before “Conditions”

    Also, after fist trade, insert this…

    I didn’t try but it shoul work. You have to tune vars at first for specific market. Basically it’s a grid steps system and it adds orders based in those steps.

    I hope this helps.

    I wanna let the system run some weeks. Because it´s only good in 10.000 units. In 100.000 it is really bad, so there is no possibility to backtest the strategy. So let´s look in october how the performance is. If it´s good, I will try to implement it.

    #79703

    Hi Raphael,

    It should work well in 30000 bars too. Idea is optimizing vars weekly. So it always will be adapted to market conditions.

    Thanks for your comments.

    #79707

    So might you share an .itf file of the latest version / best version please?

Viewing 14 posts - 16 through 29 (of 29 total)

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