strategy BarHunter DAX v1p

Forums ProRealTime English forum ProOrder support strategy BarHunter DAX v1p

  • This topic has 255 replies, 11 voices, and was last updated 8 months ago by avatarsfl.
Viewing 15 posts - 241 through 255 (of 256 total)
  • #161942

    @Paul, do you trust these to let them take orders in real? Only in Demo for now? The drawdown looks a bit high isnt it?

     

    Otherwise incredible job 😀

    #163746

    Thnx. Just occasionally I check the how it would’ve performed OOS. I don’t have it in demo or live.

     

     

     

    #163750

    here is a modified code & idea from Vonasi, instead of seasonal pattens it hunts for intraday patterns. Which in essence is a bit like barhunter, but now better written and changed to fit the purpose.

    Timeframe 15m to 4 hours. There are maybe combinations possible. I post the code so it can be explored.

    This code is setup for forex eurusd mini, 1hour tf and optimised on 30k bars without sl/pt/ts or spread.

    note stepsize is depended on the market it is applied too.

     

    1 user thanked author for this post.
    #163757

    here is a modified code & idea from Vonasi, instead of seasonal pattens it hunts for intraday patterns

    The seasonality bit I’ll take credit for but the intraday patterns is all your own doing. Happy curve hunting!

    #163828

    Thank You Paul for yet another intriguing Strategy!

    I’m putting attached on Demo Forward Test.

    Spread = 5

    2 users thanked author for this post.
    #217290

    @Paul @mods

    Hi there,
    I keep getting kicked out by IG in LIVE with this strategy without understanding why. Apparently many people have had the same experience;

    I tried to increase the SL and the Trailing vs the original figure but it doesn’t work;

    Here under the code modified.

    once minstop = 15 // minimum trailing stop distance

    set stop %loss 3

     

    Anybody has manage to launched it live ?

    thanks for your help,

    Chris

     

    #217291

    without understanding why

    What Rejection message do you see? Check the Cancelled / Rejected  tab on the Orders List?

    1 user thanked author for this post.
    #217302

    hi @Grahal,

    It says “the level of order is to close from the market level. The minimum is 10 points”;
    I thought it was the SL; but apparently not.
    I am on IG Live.
    Did you launch it live?

    #217320

    @Meta Signals Pro
    It’s a pending stop order that’s too close ?

    #217321

    the level of order is to close from the market level. The minimum is 10 points”;

    So does it run in Live for a while (over several bars) but then gets Rejected when it tries to exeute an Order / Trade?

    If Yes, then it’s, as fifi says, a pending Buy or SellShort Order as below …

     

     

    1 user thanked author for this post.
    #217322

    The breakpoint must be greater than 10 points

    #217323

    replace with the code below

    1 user thanked author for this post.
    #217330

    You can also, when starting a prepared instance of the system, choose to check the “Re-adjustable stops” checkbox which will allow ProRealTime to adjust the stoploss level based on the current minimum stop distance.

    1 user thanked author for this post.
    #217332

    Above only works if the coded pending order is > 10 so best bet is fifi code + enable the adjustabe stop box.

    1 user thanked author for this post.
    #217376

    Thanks Guys ^^

    Here is the modified code for the followers!

     

    1 user thanked author for this post.
Viewing 15 posts - 241 through 255 (of 256 total)

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