Linear Regression Channel with percent upper and lower lines

Linear Regression Channel with percent upper and lower lines

This channel is made of initial code by HK-LISSE to draw a linear regression. Coded by request, this modification is an attempt to draw the correct channel made with an upper and a lower lines deviated from the center by price percentage.

This code maybe of interest for anyone to make screeners and automated strategies around it, because there are no possibilities actually to call the values of the platform embedded same indicator.

Beware that the channel is moving at candle close and informations of the N+0 past channel would have not be the same in the past at N+10 periods for example.

 

Share this

Risk disclosure:

No information on this site is investment advice or a solicitation to buy or sell any financial instrument. Past performance is not indicative of future results. Trading may expose you to risk of loss greater than your deposits and is only suitable for experienced investors who have sufficient financial means to bear such risk.

ProRealTime ITF files and other attachments : How to import ITF files into ProRealTime platform?

PRC is also on YouTube, subscribe to our channel for exclusive content and tutorials

  1. volpiemanuele • 04/13/2016 #

    Tanks,
    I tried to build a TS with this indicator but don’t run. The idea is to enter long when the candle crosses the lower channel and enter short when the candle crosser th upper channel. For exit rules I think it’s better when the price is > of channel center for long position and < of channel center for short position. I think to insert a stop loss equal to a % of ATR. I want to test it for a TF of 15 min. Can you aid me ? Tanks
     

    • Nicolas • 04/13/2016 #

      This indicator will not move with price since it’s build with future datas on its first load, sorry. This indicator is a kind of a trick to build lines on price chart while its not possible until version 10.3

  2. Gustaf • 04/13/2016 #

    Hello Nicolas!Thank you so much for sharing this code. However I can’t manage to get the indicator applied ONTO the price action. Instead, the indicator appears in a separate window below the price. Do you have any idea on how to fix this?Sincerely,Gustaf

    • Nicolas • 04/13/2016 #

      Hi Gustaf, look at this video tutorial to add and configure an indicator in Prorealtime :
      http://www.prorealcode.com/blog/video-tutorials/add-and-configure-indicators-prorealtime/

    • Canale di Fill • 04/13/2016 #

      hi nicolas compliments are very good and really helpful , version 10.3 when it’s available ?

    • Nicolas • 04/13/2016 #

      version 10.3 beta is already available at http://www.prorealtime.com

  3. Gustaf • 04/13/2016 #

    Thank you Nicolas.Now it works!

  4. HANTZ • 04/13/2016 #

    Hello,
    with
    I am currently use this linear regression channel. I would like to add a additional linear regression channel with the same lenght but X periods before (like 3) in order to see the evolution of the channel?

    Thanks for your help!

    BR,

    Renaud

  5. thomas2004ch • 04/13/2016 #

    Hi Nicolas,

    A very nice indicator. But I want to know how to calculate the correlation coefficient? It seems there is function called Correlation by ProRealTime?

    • Nicolas • 04/13/2016 #

      Pretty much the same as : https://www.prorealcode.com/prorealtime-indicators/linear-regression-slope-oscillator/

  6. €Ȝ • 04/13/2016 #

    Bonjour Nicolas,
    Is there a way to dynamically vary the length of this indicator in realtime and still get it to display? I am only interested in the most recent “len” setting and understand that the indicator will change but I am unable to do this dynamically.
    If I set the length to 20 and leave it there over the entire period of measurement it works perfectly but if I change the length variable dynamically it does not display anything… Can this be done somehow?
    The issue can be replicated by replacing “len=100” with the following code (which just simply alternates between a period of 50 and 100):
    Once Len = 100
    If Len = 100 then
    Len = 50
    Else
    Len = 100
    EndIf

  7. viktorthuns • 04/13/2016 #

    I wish to get a clearer unstanding of the theory behind this code. What does j=j+1 imply? Im going to start prorealcode but right now im switching between this and another programme where i need to translate the script but im having problems understanding the logic behind it. By the way, i love this indicator!

  8. Pere • 04/13/2016 #

    Hi Nicolas. In order to do tests, is there the possibility to set the start and the end of this channel, to see how it changes with the time? Now it’s only possible to define the start of the channel, because the end is always the last bar.

    • Nicolas • 04/13/2016 #

      I would not recommend using this version of the linear regression channel, but this one instead: https://www.prorealcode.com/prorealtime-indicators/standard-deviation-standard-error-linear-regression-channel/
      This new one is the same as the default tool of the platform.

  9. Aragorna • 04/13/2016 #

    Hello, Is it possible to updated the indicator to the more updated versione of ProrealTime? it does not plot the upper and lower channel ine, but only the centre. thank’s in advance

    • Nicolas • 04/13/2016 #

      Use that code instead: https://www.prorealcode.com/prorealtime-indicators/standard-deviation-standard-error-linear-regression-channel/

avatar
Register or

Likes

avatar avatar avatar avatar avatar avatar avatar avatar avatar avatar avatar avatar avatar avatar avatar avatar

+1 more likes

Related users ' posts
Iván sería así //------------------Inputs------------------------------ linreglength = 11//i...
Doddge Muchísimas gracias Iván, está genial.
superfalcio holaaa, have you run some statistics?
jacquesgermain sì da aggiungere
Maik2404 auf welchen Wert muss ich die Kompresionsperiode stellen?
jacquesgermain — Période de compression : ce paramètre détermine la période de rétrospection utilisée pour ...
Msport71 Thank You very much
luxrun A question: what are the initial (or default) values ​​of maximum and minimum in the executi...
Quino
5 months ago
Alai-n I really like it when you develop ideas around price movement! I am much less a fan of all t...
elcortijoverde Muy buen trabajo.Intuitivo y claro.Gracias por tu dedicación y aportación.
Nicolas change the last line with: return v coloured(r,g,b) style(line,2), v+band coloured(168,168,1...
Paolo.B Thanks ... works as i wanted.
Kanamax Bonjour Nicolas, comme Paolo.B je souhaiterais utiliser cette indicateur au sein d'un code. ...
Nicolas Please open a topic in ProScreener forum with your query, I'll reply you there. Thank you.
manafull Thanks Nicolas, I post my question, along with the codes I am trying to convert from your in...
Nicolas I replied to your post here: https://www.prorealcode.com/topic/screener-for-rsi-and-linear-r...
Fabian Hi IV Mcm, have you drawn the rectangles (Dinamic, Range) by yourself in the chart or are...
IV Mcm Myself to illustrate ;)
Nicolas Ask on an Excel website?!
JJMR HOLA NICOLAS, TENGO LA ULTIMA VERSION ACTUALIZADA DEL INDICADOR TTM SQUEEZE PRO EN LA VERSIO...
imokdesign @nicolas ,if in want to "call" this indicator, which values i have to write down?
Nicolas How to import file page: in the help section of the website explains howto
kenssa import through the indicator page/window in the Proreal time
chicoteca Buenas, no consigo que se me muestre en el chart de DAX. ¿Cómo procedo? Gracias.-
Ludwig Bonjour Merci pour le code, je souhaite intégrer un break even et mette en place un réinves...
superfalcio hello, this strategy is pretty interesting, anyway on index after diferent suggestion and im...
Fralex Hello everyone I optimized the original “LongOnly-DAX-4H-TMA-Channel” algorithm over a pe...

Top