Previous weeks high and low price level

Forums ProRealTime English forum ProBuilder support Previous weeks high and low price level

Viewing 6 posts - 1 through 6 (of 6 total)
  • #195672

    Can somebody help me with this. I am trying to return a Donchian like indicator that shows a channel with the last weeks high and low overlaid on a daily chart. Not a Donchian because I want the price levels for the previous week to stick for the entire current week before updating on the Monday.

    This is what I have tried but it doesn’t work, but I don’t know why. Apologies in advance for the basic question.

    #195677
    JS
    1 user thanked author for this post.
    #195681
    JS

    These kinds of simple systems where you compare the Close with a previous value, usually score well, both on robustness and performance…

     

    1 user thanked author for this post.
    #195772

    Thank you JS!

    I understand the UpdateOnClose now, and thank you for the system example. I am trying to develop a couple of super simple strategies along these lines. However simple ideas turn into complex code!

    Just starting out so every answer brings another question at the moment. Apologies.

    When I try and replicate your system I get nothing like your equity curve. Can you explain what the [xL] and [xS] are referring to.

    I think I understand the Money Mment but what is MargePerc

     

    #195777
    JS

    Hi @BlackWing

    xL (xLong) and xS (xShort) are the parameter I used to optimize.
    I think I had xL and xS optimized from 0 to 100 (step 5).

    MargePerc is Margin Percentage for example Dow Jones is MargePerc = 0.05 (5%)

    I will try to add the code as itf -file

    1 user thanked author for this post.
    #195825

    I like the code and its simplicity. Unfortunately, the strategy is on the market almost all the time.

Viewing 6 posts - 1 through 6 (of 6 total)

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