oil-10min-hammernegated-pattern-strategy

Viewing 15 posts - 61 through 75 (of 94 total)
  • Author
    Posts
  • #48242 quote
    Despair
    Blocked
    Master

    @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 quote
    ozz87
    Participant
    Senior

    Despair: Any suggestions? Looking for new ones 🙂

    #48249 quote
    Despair
    Blocked
    Master

    What about writing your own one? 😉

    #48251 quote
    ozz87
    Participant
    Senior

    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 quote
    Despair
    Blocked
    Master

    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 quote
    manel
    Participant
    Veteran

    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 quote
    Francesco78
    Participant
    Master

    @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

    manel thanked this post
    #48276 quote
    ozz87
    Participant
    Senior

    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 quote
    manel
    Participant
    Veteran

    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 quote
    Despair
    Blocked
    Master

    @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.

    ozz87 thanked this post
    #48287 quote
    ozz87
    Participant
    Senior

    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 quote
    rejo007
    Participant
    Senior

    @ozz87

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

    #48361 quote
    mamio
    Participant
    Veteran

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

    #50286 quote
    StantonR
    Participant
    Senior

    Hi There

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

    #50290 quote
    Francesco78
    Participant
    Master

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

Viewing 15 posts - 61 through 75 (of 94 total)
  • You must be logged in to reply to this topic.

oil-10min-hammernegated-pattern-strategy


ProOrder: Automated Strategies & Backtesting

New Reply
Author
Summary

This topic contains 93 replies,
has 25 voices, and was last updated by nonetheless
6 years ago.

Topic Details
Forum: ProOrder: Automated Strategies & Backtesting
Language: English
Started: 07/11/2017
Status: Active
Attachments: 16 files
Logo Logo
Loading...