Insync index

v10.3
Insync index

Here’s a method to graphically display the signal status for a group of indicators as well as an algorithm for generating a consensus indicator that shows when these indicators are in sync. (by Norm North).

The below indicator compiled trend conditions on many indicators, such as the Bollinger Bands, RSI, CCI, Ease Of Movement, MACD, Money Flow Index, ROC and Stochastic. Each conditions gain a score of +5 or -5 (depending of the direction) and therefore give a global indicator with a score between 5 and 95.

5 is extremely bearish, while 95 is extremely bullish. Converted from a Metastock code following a request in the italian forum.

 

 

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. juanj • 09/30/2020 #

    Possible interpretation: Indicator tags 80 = Start of bullish trend, tags 20 = Start of bearish trend

  2. Yann LB • 09/30/2020 #

    Bonjour,

    Ajout de as “level 95” en toute fin de code. 😉

    • Enigma08 • 179 days ago #

      Hi Juanj. I am new to ProrealTime and I am trying to program the Proscreener. I want the Proscreener to be able to scan a certain class of assets and find certain conditions. Can you assist me in how to program it?

  3. ialaoufadia • 09/30/2020 #

    Bonjour.
    Votre code a l’air efficace. Sauriez-vous comment modifier les étiquettes qui s’affichent sur le graphique svp ? Mon problème est que j’ai les étiquettes avec les indices “inSync 95” et “level 5” qui s’affichent, alors que j’aimerais afficher l’ “InSync Index” . Merci.

    • Nicolas • 09/30/2020 #

      Il faut simplement modifier ces textes à convenance, dans la dernière ligne de code (les textes sont entre guillemets).

  4. ialaoufadia • 09/30/2020 #

    Je viens de comprendre l’origine de mon problème : le graphique n’avait tout simplement pas assez de place sur mon écran pour afficher toutes les étiquettes, et l’ “Insync Index” ne s’affichait pas. Tout bête.

  5. ialaoufadia • 09/30/2020 #

    Merci Nicolas, le problème était donc autre.

  6. Gianluca • 09/30/2020 #

    Sorry but the stochastic part should be different:
    sto=Stochastic[14,1]
    stod=average[3](sto)
    //STO%dInS
    if stod>80 then
    stodins=5
    elsif stod80 then
    stokins=5
    elsif sto<20 then
    stokins=-5
    else
    stokins=0
    endif

  7. Regisnew • 09/30/2020 #

    Bonjour à la communauté serait il possible d’avoir un scanner qui ramène les actions en journalier lorsque la ligne d’index est inférieure à la valeur 25? je n’arrive pas avec la création simplifiée de prorealtime . En espérant une réponse

    • Nicolas • 09/30/2020 #

      Merci d’ouvrir un sujet dans le forum des screeners en respectant les règles de publication svp 🙂

  8. Pensera • 09/30/2020 #

    Bravo Nicolas !
    Tu es en quelque sorte l’inventeur de Metascore…(oups je viens de lire jusqu’au bout et cela vient d’une demande d’un forum italien)
    J’y avais pensé mais impossible de savoir comment traduire la chose …
    C’est génial on va pouvoir réaliser notre propre « metascore «  d’après cette base et en retirant « extratrend «  qui pèse « lourd « dans metascore au point de le rendre asymétrique mais je comprends => beaucoup de stratégie et de programme automatique ne prennent que des longs…pas de shorts
    Une question => Pourquoi ?
    Merci pour toutes ces idées
    Arnaud

    • Nicolas • 09/30/2020 #

      Dans un but d’investissement pure, et non spéculatif.

avatar
Register or

Likes

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

+5 more likes

Related users ' posts
verdi55 At least there should be some moving average that has also reverted into the opposite direct...
verdi55 In addition to the moving average, wait until at least one bar is completely back inside the...
rama This works excellent on range bound I tried , give 90% win rates on dax , 3 min chart. can s...
lglmrc Can't make it work, says: "Define p variable"
Ezio Hi Xel and thanks, do you know if there is a way in PRC of reading/counting intraday ticks?...
inadis ive just discovered this, i must say very nice thanks.
Nicolas RSI is an oscillator made for price centering. This strategy bet on mean reverting phenomena...
air Good start. Works decently during stock runaway bull market. I have tested it over 80 year p...
TheHovisTrader Hi - the way Larry trades it does not work - discovered that over 10 years ago! BUT If you ...
Glen Marquis I wonder how this fairs on 5 or 15 mins. Maybe 21 or 25 instead of 14 .
Doctrading Hello, you can test it. It's not my best strategy... but I think someone can improve it.
Investment Account Wow great thanks ... looks good! Do I set the colour shades up from within the indicator 's...
avatar
Anonymous Thanks for your comments and yes, that is exactly how I set up the colour levels.
Vish Thanks I have added this in my watch list. Has anyone tried it yet ? Does it work on currenc...
Bard Did anyone get an error with lines 25 and 26?
Nicolas
9 years ago
lokbuscas Or in weekly??
Nicolas I don't know, you should make your own studies.
lokbuscas Ok thanks Nico
Nicolas
9 years ago
Adaptive CCI
Adaptive CCI
4
Indicators
Stef Thanks @Saud. Enjoyed the article.
Newbie I've tried to modify this so I can display on 1min chart with the 5 min chart variant as a s...
Nicolas No, just create 2 different indicators in this case, one with the timeframe(5 minutes) and o...
Nicolas Aucune immobilisation du capital. Quel est le drawdown du buy & hold ? Je ne l'ai pas ca...
jctrader ok pour le codage mais le choix "indice" n'est pas le bon : moins de 5%/an pour le meilleur ...
Thomas Hi Nicloas nice one i do understand :D im trying to put in MA200 as a criteria so it only go...
Nicolas
9 years ago
Vinks_o_7 great, thanks Nicolas !
Vinks_o_7 argh...still nothing even with 10 000 bars on daily or hourly basis...
Vinks_o_7 ok now : had to refresh the indicator.
Nicolas
9 years ago
Sniper T3-CCI
Sniper T3-CCI
0
Indicators
cepamoi Unfortunately, this still does not work: ONCE haOpen = medianprice haOpen = ((Open[1]+High...
Nicolas Force calculation to wait 1 bar of history already loaded: ONCE haOpen = medianprice if b...
cepamoi Now it works. Thanks a lot Nicolas! Here is the full code: // variables : // period ...
Nicolas
10 years ago
ZeroLag MACD
ZeroLag MACD
13
Indicators
sam00075 Hi Nicolas, can you please upload a version with TEMA, so those who don't know how to code c...
Nicolas Use the MACD code here: https://www.prorealcode.com/topic/standard-prt-code-for-macd/#post-1...
Alai-n Afin d'avoir l'Histogramme Macd il faut rajouter ligne18 : HistogrammeMacd = ZeroLagMACD - S...
Nicolas Why not, but a stock screener for what conditions?
Dimi.A Whenever the yellow CCI line goes "outside" the bands. Which will alert us of possible rever...
Nicolas ok why not, please add a request in the appropriate forum section, many thanks.
Nicolas
10 years ago
Nicolas Just replace the last line with this : RETURN dm as "Volume Weighted MACD", masignal as "Si...
thomas2004ch I happen to read this article. I would say the formel 'd = maslow - mafast' could be inverse...
Nicolas You are right! but still the picture is looking good. The formula is inverted! dunno why :) ...

Top