Volatility Scalper S1 V01

Forums ProRealTime English forum ProOrder support Volatility Scalper S1 V01

Viewing 15 posts - 1 through 15 (of 49 total)
  • #124472

    Hi,

    I tried to make a strategy based on Volatility Scalper Indicator of Nicolas. As a reminder, this indicator detects the high volatility of market places. It’s the reflect when the market is making big move on the same bar.

    This strategy is based on this indicator.

    • When the value of the upside volume is considered as good, value > treshold and close > long MM, ->  buy position is taken.
    • When the value of the downside volume is considered as good, value > treshold and close < long MM, ->  sell position is taken.
    • Stop according to traling stop
    • time 1530 – 2200, everyday
    • option / reversal position size (possibility to activate or not)
    • option for buy, sell or both

    all suggestions are open…

    • maybe specify more precise time ranges according to the volatility of DJI, same thing for different days… ?
    • others ?
    • others.. ?

     

    4 users thanked author for this post.
    #124484

    For the moment, that doesn’t work with proorder..

    I have that systematically..

    #124486

    Hi and thank you for your code!

    Really like the stratergy. I was trying to put it live on my demo but gets an error just after I start it? Have checked the code and the only thing I changed was the ploss to 6 because that’s the min stopploss? But also tried with higher without succes.

    #124487

    Are you sure about the ploss set to 6 with IG account/DJI ?

    please note, the gain is more important.. 862$ for my sample..    it’s 1.6 for the spread between 1530 – 2200 with IG.

    In my example, i took 2 for the spread.

    But you are right…  i modified and try with different values for ploss and that the same thing..  bot rejected immediately

     

    #124489

    When you try to start the bot this comes up (see picture)

    I got no near your gain with 1 contract with 100k units. (see picture of my backtest)

    For the spread normally its 1,6 but nowdays its going up and down like crazy.

    #124492

    @MrCool

    It’s not DJI 1€ .. but DJI 2$ used.

     

    #124494

    814$ with reversemartingale = 0

    838$ with reversemartingale = 1

    when this bot will work, be careful, please check this value because it’s not the value 1 which will be given to proorder but more if reversemartingale is on…  (position size is increased in this case)

    #124503

    Ah my bad! Now I get the same results and it’s doing good today 🙂

    Yes I’m aware of that, thank you!

    Do you think its wrong with the code or ptr?

     

    #124517

    I don’t know.. I open a ticket through held desk center of PRT

    i’m waiting and sure, i will come back soon 😉

    #124527

    I don’t know.. I open a ticket through held desk center of PRT

    i’m waiting and sure, i will come back soon 😉

    I did the same 🙂

    #124758

    Try to add a a defparam preloadbards = 1000 at the top of the code.

    You should also calculate your position size only before entering a new order, because now the “n” variable is calculating on each bar, even if you don’t meet the requirement to open a new position at market. So move the martingale code before line 79 and 91.

    #124780

    @Nicolas

    you are right, but i just tested. as soon as i start prorder, the strategy is rejected…

    #124797

    Sorry, I forgot a zero:

     

    #124798

    thx Nicolas. It’s ok.

    #124802

    Good morning,
    The minimum stop this morning is 1095 point see attached picture

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

The topic ‘Volatility Scalper S1 V01’ is closed to new replies.