Matrix Series – Flower indicator

v10.3
Matrix Series – Flower indicator

This indicator spot potential reversal of the market while identifying Accumulation/Distribution zones. It is compatible with any instrument and timeframe, parameters should be adapted at will. Each levels can act like support and resistance.

The blue dots appear when the oscillator is piercing the +200 overbought level of the -200 oversold level.

This indicator is only compatible for Prorealtime version 10.3

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 • 07/28/2016 #

    On peut faire varier le seuil des surachats /surventes; en bougeant les seuils par action on peut affiner les points de retournements.//--Overbought/Oversold/Warning Detail
    // UPshape = up > 200 and up>down
    UPshape = up > ob and up>down

    // DOWNshape = down < -200 and up>down
    DOWNshape = down < os and up>down

     

  2. wp01 • 07/28/2016 #

    Dear Nicolas,
    Regarding this indicator. If i select the wizard to create the conditions for a buy and a sell signal i can only select the candle and the resistance and support line.
    My idea is for example to go long when the candle changes from red to green and go short from green to red in any timeframe.
    Can you please tell me how i can adjust and implement this in the code?
    Thanks.
    regards,
    Patrick
     

    • Nicolas • 07/28/2016 #

      You need to add 2 new variables to the RETURN instruction of the indicator: up and down.
      In your strategy, you’ll get these 2 new variables with a CALL instruction. Then you can test if up>down or vice-versa to trigger your trades.
       

  3. wp01 • 07/28/2016 #

    I have no idea how to do that, but thanks for the reply.
     

  4. Kenneth Kvistad • 07/28/2016 #

    Hi Nicolas. It looks great :-).
    Have you tested it on lower timeframes? 
    I have too ask since I cant test it myself since I dont have V.10.3

    • Nicolas • 07/28/2016 #

      Like any other oscillator it has its pros and cons. An adaptive overbought and oversold areas would maybe improve it. You can get a free account at prorealtime.com to get access to the 10.3 version.

  5. Petrus • 07/28/2016 #

    @wp01, you can graph the difference between up and down: it will be positive if the bars are green, and negative if the bars are red. So you can easily switch between longs and shorts.
    I changed the bar colors to understand better the curve, if you want you can test it. Sorry, I have not access to the “Insert PRT code” button.
    //Matrix Series-Flower Indicator//–External parameters//Smoother=5//SupResPeriod = 50//SupResPercentage = 100//PricePeriod = 16ob = 200os = -200
    nn = Smoother
    ys1 = ( high + low + close * 2 ) / 4// Weighted pricerk3 = exponentialaverage[nn](ys1)rk4 = std[nn](ys1)rk5 = (ys1 – rk3 ) * 200 / rk4rk6 = exponentialaverage[nn](rk5)up = exponentialaverage[nn](rk6)down = exponentialaverage[nn](up)
    if up<down thenOo = upelseoO = downendif
    if up<down thenLl = downelseLl = upendifCc = Lldif=up-down
    if up<down and up<up[1] and dif<0 and dif>dif[1] thenDRAWCANDLE(Oo,Oo,Cc,Cc)COLOURED(255,160,122)//light salmonelsif up<down and up<up[1] thenDRAWCANDLE(Oo,Cc,Oo,Cc)COLOURED(200,0,0)//redelsif up<down and up>up[1] thenDRAWCANDLE(Oo,Cc,Oo,Cc)COLOURED(255,215,0)//yellowelsif up>down and up>up[1] and dif>0 and dif<dif[1] thenDRAWCANDLE(Oo,Oo,Cc,Cc)COLOURED(127,255,212)//aquamarineelsif up>down and up>up[1] thenDRAWCANDLE(Oo,Oo,Cc,Cc)COLOURED(0,200,0)//greenelsif up>down and up<up[1] thenDRAWCANDLE(Oo,Oo,Cc,Cc)COLOURED(255,215,0)//yellowendif
    //——-S/R Zones——Lookback = SupResPeriodPerCent = SupResPercentagePds = PricePeriod
    C3 = cci[Pds](close)
    Osc = C3Value1 = OscValue2 = highest[Lookback](Value1)Value3 = lowest[Lookback](Value1)Value4 = Value2 – Value3Value5 = Value4 * ( PerCent / 100 )ResistanceLine = Value3 + Value5SupportLine = Value2 – Value5
    //–Overbought/Oversold/Warning DetailUPshape = up > ob and up>downDOWNshape = down < os and up<down
    if UPshape thenDRAWTEXT(“+”,barindex,highest[1](up)+30,Dialog,Bold,20) coloured(0,0,255)endifif DOWNshape thenDRAWTEXT(“+”,barindex,lowest[1](down)-30,Dialog,Bold,20) coloured(0,0,255)endif
    RETURN ResistanceLine COLOURED(0,200,0) STYLE(dottedline,2) as “Resistance line”, SupportLine COLOURED(200,0,0) STYLE(dottedline,2) as “Support line”, ob AS “ob”, os AS “os”, 0 AS “Zero”, dif AS “Dif”
     

  6. wp01 • 07/28/2016 #

    @Petrus,
    Sorry for the late response, but thank you for your help.

  7. proreal82 • 07/28/2016 #

    Hi there, 
    I am testing this indicator on gold.
    On a lower timefram ( 1,2,3 min) it is not working in Prorealtime 10.3. so I switch over to the 5 min graph.
    since today it is not working on the 5 min either. 
    Is there something what I can do to fix this?
    Thanks for any help. 
     

    • Nicolas • 07/28/2016 #

      Do you have still have values displayed on the vertical axis of the indicator? The indicator window is empty? 

  8. proreal82 • 07/28/2016 #

    Hi Nicolas, 
    I try to explain my problem: for example if I zoom out the 3 min chart, the matrix indicator will collaps. 
    Sometimes the indicator work on the 1 min, and sometime not. for example if you take the 1 min graph with 100 units and you scroll back to midnight you see the indicator. And if you scroll back to real time it will collaps.
    hopefully you understand what I am meaning 😉
    image:
    http://nl.tinypic.com/r/novojm/9
    http://nl.tinypic.com/r/105thdv/9

    • Nicolas • 07/28/2016 #

      Please add more ‘units’ on your chart for the exponential average to compute completely. 

  9. proreal82 • 07/28/2016 #

    That doesn’t work on the 1 min chart. 

  10. proreal82 • 07/28/2016 #

    it works on 200 units with the 1 min graph and only if you zoom in massive. 
    Is there noting to do with the code, so it will work on every timeframe?

  11. flodefacebook • 07/28/2016 #

    Bonjour Nicolas,
    Je viens d’essayer ton indicateur, il fonctionne parfaitement sur EURUSD, EURJPY et USDJPY, par contre sur AUDUSD il n’apparait pas, tout comme GBPUSD.
    Qu’est ce qu’il faudrait faire pour le voir apparaitre selon toi?
    Je joins une capture pour avoir une idée

    Je te remercie pour tout.

    • Nicolas • 07/28/2016 #

      En effet, j’ai déjà eu ce genre de retour sur cet indicateur, je t’avoue avoir eu du mal à corriger ce phénomène. Je suis actuellement indisponible, j’essaierai de m’en occuper dés mon retour. Merci.

  12. Lavallette • 07/28/2016 #

    Bonjour Nicolas.
    Je trouve cet indicateur intéressant et j’essaie de l’intégrer dans une stratégie .

    Je me demandais si la ligne 126 ne devrait-elle pas être
    DOWNshape = down < -200 and up < down

    Salutations

    • Nicolas • 07/28/2016 #

      Non tout est correct, mais je comprends que tu aies un doute. C’est la façon dont a été écrit l’indicateur ..

avatar
Register or

Likes

avatar avatar avatar avatar avatar avatar avatar
Related users ' posts
Nicolas Merci d'ouvrir un sujet dans le forum des screeners en respectant les règles de publication ...
Pensera Bravo Nicolas ! Tu es en quelque sorte l’inventeur de Metascore…(oups je viens de lire jusqu...
Nicolas Dans un but d'investissement pure, et non spéculatif.
Guillaume Mcm I gave the above message fix ;)
Tradingrob Is it possible to put the itf-file in the right way here in Prorealcode? so the right 'trend...
Guillaume Mcm Update link ;) https://www.prorealcode.com/topic/trend-histogramme-cci-mise-a-jour-suite-...
stephane2.0
4 years ago
stephane2.0 c=exponentialaverage[9](MACDLine[12,26,9](close))
Forexcheckup Hi I down loaded the ITF file, it paints red for a down trend but for all up trends the can...
stephane2.0 line 22: r = 195 by r = 0 line 23: g = 195 by g = 0 line 24: b = 195 by b = 255 ;)
Zigo
4 years ago
fifi743 Good morning, there is no mistake about the shorts c11=SMI[14,3,5](close)>-40
Zigo has to be c11=SMI[14,3,5] < -40 (indeed)
xar3 Thank you ;-) Zigo
Balmora74 thanks for this code Philippo ! So if i understand well a Positive (+) EntryOK x ROC means a...
Dritan Hi Philippo,thanks for sharing this code.Can You add please Volume more than 250.00?Thanks
Sapo Thank you very much. as always your indicators are extremely effective. kind regards Vonasi.
mitsu21 Hi, it looks nice. I'll try it tomorrow thank you for your share kind regards bruno
kj1988 Thank you Vonasi for sharing this indicator. Very useful as a comfirmation to the price act...
Teddy Coronak Bonjour Nicolas , je voulais simplement te dire merci pour cet indicateur. Très simple et...
€Ȝ Hi Nicolas, Excellent piece of code. I used your concept in one of my own indicators too wh...
Nicolas Thanks a lot for the tip.
Nicolas
5 years ago
CCI Trend
v10.3
CCI Trend
1
Indicators
Abdelkrim Maksour hi sir is this indicator for mt4 and how i can get one .
XXXXVII Excellent indicateur ! Déterminer une tendance est devenu un jeu d'enfants ! Félicitation......
gregoire bonjour nicolas j ai cherché partout sur le net et impossible de trouvé ce que je recherch...
Nicolas Merci de poster une demande dans le forum des indicateurs, ainsi on pourra le coder dans ce ...
eckaw Hi Nicolas, I'm using this indicator when there is confluence over 3 different timeframes (5...
Nicolas Yes it is indeed possible. Create a topic in the screener forum and explain what you need an...
KyleReed i've been using this for a few days now and it's really helped me a lot in timing the execut...
Nicolas Thanks again for all your valuable posts... and well formatted code! :)
Abdelkrim Maksour hi sir is this indicator for mt4 and how i can get one .
ALE Hi the color is given by a numerical value derived from the oscillator in use. If you comp...
efahmy Thanks mate
Jo-01-R Hello, it is possible to have this indicator but instead of colors rather have numbers rangi...
FULVIO09
6 years ago
CCI Correction.IND
CCI Correction.IND
1
Indicators
Agima Bonjour Une petite question d'un débutant : Comment faire pour afficher les variables à gau...
DANY I did it on demo account; it's too dangerous for mea and I can not resist psychologically  ....
demoz How can a demo account be dangerous? Did you have it run live (on a demo account for exampl...
DANY Yes, I mean that I tried on a demo account for 2 months and it had work fine, like the BackT...
Nicolas
8 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
8 years ago
Sniper T3-CCI
Sniper T3-CCI
0
Indicators
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.

Top