Trend Template by Mark Minervini

Trend Template by Mark Minervini

The Trend Template stock screener is a set of selection criteria by Market Wizard Mark Minervini. Here are the rules:

  1. The current stock price is above both the 150-day (30-week) and the 200-day (40-week) moving average price lines.
  2. The 150-day moving average is above the 200-day moving average.
  3. The 200-day moving average line is trending up for at least 1 month (preferably 4–5 months minimum in most cases).
  4. The 50-day (10-week) moving average is above both the 150-day and 200-day moving averages.
  5. The current stock price is trading above the 50-day moving average.
  6. The current stock price is at least 30 percent above its 52-week low. (Many of the best selections will be 100 percent, 300 percent, or greater above their 52-week low before they emerge from a solid consolidation period and mount a large scale advance.)
  7. The current stock price is within at least 25 percent of its 52-week high (the closer to a new high the better).

 

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. Djfromsweden • 04/13/2017 #

    Hello Nicolas! I wonder if you would like to help me.  I have a very good (and simple) signal (formation) that I am trying to program in the market scanner, but I must be doing something wrong.
    It has a hitrate of 82% (very big backtesting in Multicharts) , so very useful, and I am sure that you will like it, if you try it.
    I Think for someone as  proffesional as you in programming, you could help me out in 1-2 minutes or so. Would you like to try? If yes, Maybe we can make a screensharing, and I can show explain
    what a I mean. I have teamviewer.  If yes, maybe you can start sending me in e-mail
    I would appreciate your help.  🙂

    • Nicolas • 04/13/2017 #

      Sure, please send me a message through the programming services form, we’ll see together how I can help you the best way. Thanks.

  2. luckyhaa • 04/13/2017 #

    thanks Nicolas, this is what i am looking long time !!!!

  3. Stenozar • 04/13/2017 #

    Hi Nicolas, it’s very interesting. Do I have to apply it to any particular list?
    thanks
    Stefano

    • Nicolas • 04/13/2017 #

      Any group of shares you like!

  4. mal • 04/13/2017 #

    Hi Nicolas,
    whar for a broker do you use for Future-Tarading with pro real time?

    • Nicolas • 04/13/2017 #

      Prorealtime trading with interactive broker, more information follow this link: https://trading.prorealtime.com/en/brokerage/futures-forex-trading

  5. Stenozar • 04/13/2017 #

    Buon pomeriggio Nicolas, sono riuscito ad importare lo screener ma non mi evidenzia alcun titolo, mi riporta solo tutta la lista dei titoli azionari. Come dovrebbe essere visualizzato il titolo selezionato dallo screener? in modo evidenziato o come per distinguerlo? Grazie!

    • Nicolas • 04/13/2017 #

      Sì, potrebbe visualizzare molte scorte nella finestra dei risultati. È un “template” per trovare le scorte di tendenza.

  6. Frank Wilson • 04/13/2017 #

    thanks for the screener mate cheers

  7. Merls • 04/13/2017 #

    Hi Nicholas, Is it possible to add the Mansfield RS criteria in also? I have been trying to put that into my screener. Also, can ‘resources’ companies be excluded easily in the screener?
    Cheers Merls

  8. Onythan • 04/13/2017 #

    Hello Nicolas,
    Thanks for this screener. I was wondering if I could add a criteria in order to get the whole list in this screener ? Cause PRT is only displaying 50 results at once.
    Thank,
    Anthony

    • Nicolas • 04/13/2017 #

      50 results is the limit, but you can get more with PRT-CFD premium : https://www.prorealcode.com/PRT-CFD-english/

  9. Raspoutine • 04/13/2017 #

    Hi Nicolas,The results are not identical
     
    ma200 = Arevage(200)

    //c4 = summation[20](ma200 > ma200[1]) = 20
    c4 = summation[20](Average[200] > Average[200](1)) = 20
     
    My interpretation:
    // Trend Template by Mark Minervini Opti ?

    ma50 = Average[50]
    ma150 = Average[150]
    ma200 = Average[200]

    c1 = Close > ma200
    c2 = Close > ma150
    c3 = ma150 > ma200

    //c4 = summation[20](Average[200] > Average[200](1)) = 20
    c4 = ma200/ma200[25] > 0.025

    c5 = ma50 > ma200
    c6 = ma50 > ma150
    c7 = Close > ma50

    c8 = Close / Lowest[252](low) > 1.3 //dochian
    c9 = Close / Highest[252](high) > 0.75 //dochian

    IF c1 AND c2 AND c3 AND c4 AND c5 AND c6 AND c7 AND c8 AND c9 THEN

    Trend = 1

    ELSE

    Trend = 0

    ENDIF

    Return Trend

     
    WHEN TO SELL ?
    Earlier in the thread, cfro mentioned :
    LO, Andrew W. and HASANHODZIC, Jasmina (2010) The Heretics of Finance : Conversations with Leading Practitioners of Technical Analysis. (New York : Bloomberg).
    There is a great chapter in the book comprising an interview with Stan Weinstein. It offers some terrific insights relevant to the “Stage 2”. Among these are the following :

    Weinstein explains that he does in fact base his trading on the use of three moving averages : 50-day, 150-day and 200-day : exactly as described by Minervini. This was not revealed in his book Secrets for Profiting in Bull and Bear Markets. Perhaps he just wanted to keep it as simple as possible in the book by only referencing the 150-day MA.

    What I think is potentially the most important new point : Weinstein goes on to explain how he uses the three moving averages as a mechanical exit rule, which he says he never ever deviates from.

    If price falls below the 50-day MA he will sell one third of his position, unquestionably – as risk management.

    If price rises back above the 50-day MA, he will consider buying back the third he sold (but would not necessarily do so). 

    However, if price continues to weaken and goes below the 150-day MA he will sell another third.

    Finally, if price falls below the 200-day MA he exits the remainder of his position.

    Essentially, while he does not say it in exactly these words, Weinstein believes that any volatility that occurs while the price remains above its 50-day MA, is ‘volatility to ignore’. However, if the 50-day MA is breached : start to use the rules described above.
    Not mentioned by Weinstein, a further “warning signal” that could/should demand defensive action, is when the 50-day MA crosses below the 150-day MA.
    A mantra of Weinstein and so many other gurus is KEEP YOUR LOSSES SMALL !
    Weinstein’s system seems a sound one for helping to do this. The thread has offered insights from both Weinstein and Minervini on when to BUY Stage 2 stocks.
    Weinstein’s system offers objective criteria for when to SELL, which is often one of the hardest investment decisions to make.
    We all know we should run our winners. While the 50-day, 150-day and 200-day moving averages are all rising and all in the correct “traffic light” order, and last but not least, price remains above all three moving averages : the technicals, according to Weinstein, say : “stay in the stock”.
    Source:h**p://shareinfo.myfastforum.org/archive/the-stage-2-pub__o_t__t_1151.htmlh**p://stockbee.blogspot.fr/2017/05/how-to-setup-mark-minervini-trend.htmlEnjoy ^^
     
     

  10. Magela01 • 04/13/2017 #

    is this ok with AMibroker?

    • Nicolas • 04/13/2017 #

      Prorealcode is a website about prorealtime trading platform programming, this code will not work in any other software 🙂

  11. gabri • 04/13/2017 #

    Great screener!! I would like to add only the fact that Minervini is a growth investor and so he picks stocks based on fundamentals AND technical analysis. I suggest to use periods of 254 instead of 300, 66 instead of 50 and 130 instead of 150 to reflect the trimester/semester/annual reports normally released by companies if trading the stock market. 200/150/50 is perfect for everything else.

  12. Hayden • 04/13/2017 #

    Hi Nicolas, thanks for the Minervini screener, I’m finding it really useful.
    I am a big fan of pocket pivots and am wondering if coding to detect pocket pivots could be added to this screener to make it more sensitive to an impending move?
    Essentially adding in some coding to detect when the day’s volume is larger than the highest down volume day over the prior 10 days.
    Can I send you a message through the programming services form for this?
    Cheers
    Hayden

    • Nicolas • 04/13/2017 #

      Private personal assistance is possible through the programming services. Otherwise, you could ask for free code in the dedicated forum of course.

  13. Go Sasaki • 04/13/2017 #

    hi, thank you for the code. when i go through the code, i dont see the condition for 1. The current stock price is above both the 150-day (30-week) and the 200-day (40-week) moving average price lines. would you please advise which line in the code?

    • Nicolas • 04/13/2017 #

      Conditions c1 and c2 are the ones you’re looking for.

  14. quacker • 04/13/2017 #

    How could I add a filter to this to screen for stocks within a price range?

    • DStyles • 04/13/2017 #

      Just add more variables and conditions. Variable: priceupper=200; pricelower=1. c7 = close [greater than] pricelower and close [less than] price higher. Add c7 to trendtemplate.

  15. Hervs • 04/13/2017 #

    Bonjour Nicolas, je souhaiterais tester ce screener avec la variable date[JOUR], serais t’il svp possible de me modifier le screener, merci pour votre aide

    • Nicolas • 04/13/2017 #

      qu’est-ce que signifie “variable date[jour]” svp?

  16. Hervs • 04/13/2017 #

    Dsl, je n’avais pas mis le lien du post (“https://www.prorealcode.com/topic/tester-un-screener-avec-une-variable-date/”) pour expliquer ma demande. Je souhaite mettre en place la variable JOUR (JOUR=nombre de jours antérieurs) dans le screener, pour qu’il me renvoie une liste d’actions à une date précise.

    • Nicolas • 04/13/2017 #

      Merci dans ce cas d’ouvrir un sujet dans le forum ProScreener svp.

  17. Andrea • 04/13/2017 #

    Hi Nicolas, thx for your code. Please i need your help to understand this part of your code:

    c4 = summation[20](ma200>ma200[1])=20

    Thx

    • Nicolas • 04/13/2017 #

      the MA200 is ascending since 20 periods.

avatar
Register or

Likes

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

+28 more likes

Related users ' posts
kats Bonsoir, cet indicateur est vraiment très bien avec plusieurs possibilités en coloration . ...
roccafragius Thank you Ivan for your indicators, very very interesting!!!!
Gaspare Ciao Ivan si puo' inserire una strategia su questo indicatore per ottimizzare le variabil...
Iván
2 weeks ago
Iván Si lo descargas e importas en tu PRT verás que se han creado las variables para luego config...
WhyAskOZ Hi, Ivan As always you are doing great coding. The code works on my PRT, however the issu...
Iván You can delete in the last line (return) the configuration for color. Delete coloured(xx,xx,...
P. Marlowe Quite an impressive work, Iván. Extremely useful and accurate. Congratulations. Keep it up¡
lkiklkik i love it !!! thanks.
Stenozar Hi Ivan, can you translate from tradingviwe the EMA TREND METER INDICATOR? It couid be inte...
Iván Hi Yes I can. Please, create a new topic for that I will translate it.
Stenozar Hi Ivan, I've created a new topic about the indicator: https://www.prorealcode.com/topic/ema...
Doddge Hola Iván, ¿sería posible crear un screener que indique cuándo las velas coloreadas del indi...
RTR Ivan thank you for the pro-screener. I a trying to understand how to write the signals from ...
Iván Hi, Lines 62 and 63. These lines define buy and sell conditions.
Iván Hi You should delete from the indicator code all drawing functions and all variables not us...
Iván I've created a screener to show [longcondition or shortcondition]
Chrisinobi Hallo Ivan, Danke das ist Perfekt !! Kannst du bitte in der Screener-Bibliothek die itf. hoc...
MaoRai54 Thanks, now it's OK. in your first code at line 15-16 it's missing.
Madrosat Hello Ivan Did you try a strategy with this indicator
Iván Hi. No I didn't. This is a code translation requested by an user a few days ago.
Iván
2 months ago
cjr30 Simplemente modifica las lineas 19 y 21 por las siguientes: drawtext("▲",barindex,low-0.1*a...
groelandes Gracias!!
WhyAskOZ i copied the code into strategy and it gives error on line 21 and 23. it says " Line 1: ...
Iván
2 months ago
Madrosat Hello Ivan You have interesting topics on indicators , smart supertrend, optimised trend t...
Iván Hi! thanks. All of these codes are translations requested in the forum. I've on mind to back...
Raspete01 Buenos días Iván, estoy intentando llevar el código eliminando los colores y pasando un Back...
Iván
3 months ago
ARLEQUIN49 Hello Ivan, Would it be possible to convert the code of this QQE MOD indicator which accomp...
ARLEQUIN49 here is the code: //@version=4 //By Glaz, Modified // study("QQE MOD") RSI_Period = i...
Iván Hi, Yes I can translate it but please, create a new topic for it.
Fgats quelques explications en Français ici : Some explanations in French here : https://www.p...
Nicolas Merci pour cette contribution, j'apprécie ! :)
Fgats Merci Nicolas pour ces encouragements et merci aussi pour le commentaire en Anglais accompa...
jacquesgermain Bonjour non pas de soucis car src=customclose donc dans le menu configuration/propriété me...
geroniman Merci Jacques , indic tres utile. J'ai un indic à programmer avec du price action. es tu dis...
jacquesgermain ok pour regarder ...
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
9 months ago
B-Xtrender
B-Xtrender
8
Indicators
616248 Bonjour Nicolas, Peux tu nous expliquer le principe de fonctionnement ? Ou nous mettre un...
Nicolas Le lien vers l'article IFTA de l'auteur est dans le post déjà :)
P. Marlowe Very poweful indeed. It deserves close attention. I really appreciate very much IFTA backgro...
JS
9 months ago
Trendilo
Trendilo
0
Indicators

Top