Heiken Ashi On Range Bar

v10.3
Heiken Ashi On Range Bar

Hi,

This indicator apply the Heiken ashi candles (who indicates the trend notably) on Range Bar Candles

You can do some good  strategies with the Heiken ashi candles and some indicators (average and so on …)

Enjoy !

Zilliq

____________________________________

Coding is not a crime 😉

http://www.zilliqtradingresearch.fr/

____________________________________

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. supertiti • 05/06/2016 #

    Bonjour zilliqEn collant ce code de three lines break de PRC sur les heikin Ashi on peut se faire une petite stratégie pèpère quand le HA casse le 3 lines break.Bon week end à tous.// Three lines break PRC

    once t=1
    once a0=(close)
    once a1=(close)
    once a2=(close)
    once a3=(close)

    if t=1 and close>a3 then
    a0=a1
    a1=a2
    a2=a3
    a3=close
    elsif t=1 and close<a0 then
    t=-1
    a1=a3
    a0=a3
    a3=close
    elsif t=-1 and close<a3 then
    a0=a1
    a1=a2
    a2=a3
    a3=close
    elsif t=-1 and close>a0 then
    t=1
    a1=a3
    a0=a3
    a3=close
    endif

    cc = customclose
    return cc as \" customclose \" , a0 coloured by t[1] as \"cassure\"
     

  2. mr.brymas • 05/06/2016 #

    Hey guys.
    I´m using the code that supertiti have written. I have a question for you. Is it possible to code some sound into the code? I would love to have a “ping” when the “beartrend” lines breaks the “bulltrend” line and vice versa. 
    🙂

    • Nicolas • 05/06/2016 #

      No it’s not possible to trigger sound alerts with code, sorry.

  3. Elsborgtrading • 05/06/2016 #

    Perhaps build a screener from the indicator code and attach a customized wav-file to it. I have a wav file saying “Screener detected” every time a screener pops. 🙂

  4. skydive • 05/06/2016 #

    Why can´t I  ad one more condition for the drawcandle?
    I want a indicator that works like John Carters TTM trend.
    cond1=average[1](medianprice) > average[6]cond2=average[1](medianprice) < average[6]IF BarIndex = 0 THENXClose = TotalPriceXOpen = (Open + Close) / 2ELSEXClose = TotalPriceXOpen = (XOpen[1] + Xclose[1]) / 2ENDIFif xclose>xopen and cond1 thenDRAWCANDLE(XOpen,high,low,XClose) COLOURED(0,153,0)elsif xclose<xopen and cond2 thenDRAWCANDLE(XOpen,high,low,XClose) COLOURED(153,0,0)endifreturn

    • Nicolas • 05/06/2016 #

      I don’t see nothing that could explain why it doesnt work. Though, the moving average of the medianprice over 1 period is the same as the medianprice itself.

  5. skydive • 05/06/2016 #

    I even lose some candles when I apply this code.
    I use PRT 10.3 Beta,

  6. skydive • 05/06/2016 #

    If I remove cond1 and cond2 the candles are back

  7. Nicolas • 05/06/2016 #

    You should change the conditions with an average on (close) and see what happens.

  8. skydive • 05/06/2016 #

    Now I did lose even more candle on the chart
    Sorry I did not have permission to upload och screen shot.

  9. tahar • 05/06/2016 #

    Bonjour, je travaille sur un ecran noir et les bougies sont extremement palotes, on distingue à peine le rouge du vert. Quels codes couleurs devrais-je entrer pour mieux identifier mes bougies? Merci d’avance.

    • Alai-n • 05/06/2016 #

      Voir Echantillons de Couleurs RVB : https://www.prorealcode.com/documentation/category/instructions/

  10. Guillaume34 • 05/06/2016 #

    Bonjour, quelqu’un à t’il réalisé ce code à l’identique mais pas dans une fenêtre sous le graphique, mais directement appliqué aux bougies japonaises du graphe principal ?

    Merci 🙂

avatar
Register or

Likes

avatar avatar avatar avatar avatar avatar avatar avatar avatar avatar avatar
Related users ' posts
rafadonl2 is not taken into account in the procedure. It considers only if it is a doji or when candle...
Guibourse Okay thanks, just a question : how do you plot your two lines in the same window as price ? ...
rafadonl2 sorry, I don't understand your question. Indicator draws Heikin Ashi candle, not price cand...
bearbull As per PhilipSchultz question above, has anybody managed to add code for when it turns blue,...
Ybr35 Bonjour Nicolas, lorsque je lance l'indicateur, il m'est indiqué que je dois définir les var...
Nicolas L'idéal est de télécharger le fichier itf joint sur cette page et de l'importer dans la plat...
wtangsiri Bonsoir Qu'appelez vous l'axe vertical et comment le définir ? Merci pour votre aide.
rafadonl2 Pardonnez-moi mais je ne sais pas ce que vous entendez par "axe vertical". Serait-ce la lig...
rafadonl2 Je viens de voir ce que vous voulez dire. Comme pour tout autre indicateur, vous devez défin...
rafadonl2 Prueba la nueva version que acabo que poner. Incluye regresion lineal y elimina señales en t...
rafadonl2 prueba la nueva version que acabo de poner. Usa regresion lineal y elimina muchas señales en...
rafadonl2 te adjunto el código. //Reglas en Heikin-Ashi: //1- Secuencia de cuerpos verdes = tenden...
Nicolas Pour les demandes spécifiques, merci d'ouvrir un sujet sur le forum des screeners en respect...
Djamal Zidane hello tout le monde , marcara ton objectif est tjrs de l'actualité?
Gover66 Hello, I would like to limit the screener to the last 5 bars only, is this possible?
DerPat I am also interested in your forward testing, as backtesting results are useless.
Elsborgtrading I agree, but since we don't have any SL or TP at all, or any Profit on zero candle, I think ...
ALEALE Dear Mr. Brymas ,could you test the optimazed strategy of Elsbortrading below for 1 year ?Th...
Doctrading Chez IG markets, on est effectivement plus limité.C'est pourquoi j'utilise ProRealTime CFD. ...
pascal3431 il semble que cette stratégie ne fonctionne pas avec des stop loss : y a t'il un moyen de li...
alfcont The first time that the system open a position it should buy or sell one contract, after the...
Nicolas oui c'est possible, je pense même que cela a été codé X fois déjà, je vais chercher.
iloco17 Bonjour Nicolas Par rapport à ce code je souhaiterais la ligne de code qui permet d'identi...
Nicolas Merci de formuler une demande dans le forum ProScreener.

Top