Kahler’s Excess Detector

Forums ProRealTime English forum ProBuilder support Kahler’s Excess Detector

Viewing 13 posts - 1 through 13 (of 13 total)
  • #182755

    Hi!

    This indicator detects excess market moves. It is stated, that it “overcomes many of the downsides of traditional ones like RSI or Bollinger Bands”.
    The magic: it only shows bullish or bearish excess trends for a chosen timeframe. No detection, no line.

    How to use it:
    “If the indicator tells me that there has been an excess bearish move, I will not set up a new short position. I neither would set up a long position if this sell off happened in a bearish market.
    If there has been an excess bearish move in an uptrend, I might want to start to scale into a long position, using a tight stop loss at the beginning and the let it run until my indicator flashes a warning sign in the other direction.”

    All the info:
    https://www.quanttrader.com/index.php/detecting-excess-market-moves/KahlerPhilipp2021

    Is it possible to translate this code? Many thanks!

    #182770

    Yes, but I think this function:

    extremesarray(mom,maxbars,1,extreme,position);

    could be difficult to recode, let me try …

    #182773

    Thank you very much, Nicolas.
    You did already translate the inside part of the volatility indicator (KVOL) in 2019, here:
    https://www.prorealcode.com/topic/kahlers-fair-bet-historical-volatility-indicator/

    Hope this helps and that this function is doable!

    #182775

    Here is the Kahler’s Excess Detector indicator translated for ProRealTime.

    I’m posting it here because I have technical issues with library at the moment.

     

    2 users thanked author for this post.
    #182783

    It works! Thank you so much for this quick reply. Now I’m going to backtest. Amazing work!

    The only thing is with the zoom. I have to zoom in manually, then i looks great. But with a double mouse klick for auto zoom it shows the -1 0 1 diagram at the bottom of the chart as well.
    I can live with it. Or did I do something wrong and it’s possible to turn that off?

    Thanks again

    1 user thanked author for this post.
    #182798

    Hi ryeratkale

    Did u code a strategy out of the indicator? How does it look?

    #182887

    Price settings / Scale / Use price only,

    or remove the “signal” variable from the RETURN instruction.

    1 user thanked author for this post.
    #182908

    Can we start  a strategy with begining of the line green or red and not with the signal  I doubt???

    #182927

    The signals are generated at the end of the line, not at their beginning.

    #183175

    @Nicolas: In the settings of the indicator, changes to the “Volaexcess” have no effect on the indicator. It should have the effect shown in the picture. See red circles and the amount of red/green lines. Could you please look into it?

    @all:
    As for the strategy:
    This indicator tells you when the markets have moved too far. So for the trading stradegy we have to know what the overall trend is.
    What do you think of this idea:

    1. Decide on the timeframe (min/maxBars): 3 to 10 bars [short term = 3 to 10 bars, mid term=10 to 21 bars, long term=21 to 200 bars]
    2. What is the Trend? (How to detect a trend with code?)
      If general trend is bullish: wait for a red line (excess bearish move), set a long position, and a tight stop loss
    3. I’m not sure on when to sell: wait for the next red line? (maybe the right setting in Volaexcess will help)
    #183206

    Did you test that setting on the same exact instrument in PRT please?

    #183224

    Unfortunalety I couldn’t find the exact same instrument in PRT.
    But for the DAX40 Perf Index the Volaexcess works for high numbers. So instead of 1, 3, 5  larger numbers (3-/4-/5-digits) are working.

    #183583

    Nicolas wrote :The signals are generated at the end of the line, not at their beginning.

    Hello Nicolas can you help me  I can’t crack the code

    Can we have a signal at the end of the line ??

    or do you have a tip explain for i can use this indicator or ( une partie de l’indicator)  for a strategy.

    Have a good day

    Madrosat

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

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