oil-10min-hammernegated-pattern-strategy

Forums ProRealTime English forum ProOrder support oil-10min-hammernegated-pattern-strategy

Viewing 15 posts - 61 through 75 (of 94 total)
  • #48242

    @ozz87: That is a good strategy here from Francesco but I stopped it because the stop loss is too wide for my taste. If you are searching For strategies that run with little equity I would recommend you to try strategies that work with a tighter SL.

     

    #48248

    Despair: Any suggestions? Looking for new ones 🙂

    #48249

    What about writing your own one? 😉

    #48251

    Despair: I started with that until I found that people better at programming and trading do better algos than me 😉 At the moment I’m only running the normal pathfinder, but modified for less contracts and less drawdown… But my capital really is to low for them.

    #48252

    If I may ask how much capital do you have (if you want to answer)?

    Then I want to say, sure there is ALWAYS somebody better in programming/developing but most people can learn and get better if they only really try. Just downloading strategies from the forum is not the solution if you are serious about it (at least IMO). Invest some time and develop your own strategies. Downloading code you don’t really know what it is doing and putting it live feels a lot like gambling for me.

    #48273

    Does anyone here still experience the division by zero error on this strategy ? I tried the code fix suggested earlier in #41014 but it did not work so then I put this aside as I couldn’t find another fix. I restarted it in demo yesterday and got the error no less than 3 times since so it’s still not working for me. Thanks.

    #48274

    @Manel

    the way to prevent a division by zero is to avoid a division by zero here is the solution I adopt

    hammerup = min(open[1],close[1])>high[1]-(high[1]-low[1]+0.000005)/3 //and timeok
    hammerupnegated= max(open,close)<min(open[1],close[1]) and abs(open-close)/(high-low+0.000005)>x

    any small enough number would do of course

    Cheers

    1 user thanked author for this post.
    #48276

    Despair: About 5k in EU, don’t want to put in more yet. I’m hardly running anything live, most in demo. So far I’ve learned alot, but will take some time to learn to do my own codes that will be good enough. Tweaking existing strategies and understanding them is also good for learning more I suppose 😉

    #48278

    Many thanks Francesco. It makes only a slight difference to the results but not by much so looks fine. I’ll run it again and hopefully this time I won’t get any errors. Cheers

    #48284

    @ozz87: 5K euro is not that little. I ran the first months on only 2K euro. Using mini contracts you can definitely work with that. Of course it is not really suitable to run big swing strategies on so low capital.

    And yes, looking at other people code is definitely a good way of learning. I would complement it with reading a few books and you should be up and running soon.

    1 user thanked author for this post.
    #48287

    Despair: Yes, I’m looking at other strategies like the fractal, this one, the “1 min” and others. Running on demo account 🙂 If I find ones I prefer I will see if possible to adapt to other indexes and so on… That’s kind of why I asked which ones are good 😉

    #48338

    @ozz87

    thanks a lot, i’ll test it… it seem good.

    #48361

    I am receiving dozens of duplicated emails from this topic. Anybody else has the same problem?

    #50286

    Hi There

    I must say I am getting much better results on the 15 min timeframe than the 10 min.

    #50290

    Hi StantonR , in which time zone you are getting good results m15? Thanks

     

Viewing 15 posts - 61 through 75 (of 94 total)

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