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

+29 more likes

Related users ' posts
Vonasi I noticed a couple of typo errors in the code. The list of variables lines 4 to 11 should be...
Genotik Thank you for your important contribution this week which is much appreciated! Happy New Yea...
Vonasi No problem. I hope they are useful to someone. Happy and hopefully prosperous New Year to y...
DarioMazza Hi Vonasi, i have a question for you, the comand "pricetype" where did you found it in the ...
Vonasi PriceType is just a variable that I use. The value decides what type of price is used in the...
Vonasi I noticed a couple of typo errors in the code. The list of variables lines 4 to 11 should be...
swapping merci gabri, on va le mettre à l'essai ;)
Nicolas
7 years ago
Trinity Impulse
Trinity Impulse
5
Indicators
ribou ah d'accord merci beaucoup
domenico nlevel1 non modifica la curva al variare del suo valore
tiger_man_no1 Very nice ; what is the best period input date for DAILY CHART ?
Nicolas
7 years ago
Genotik Merci !
WarningTrading Comment peut on la comparer ? comme ceci ? cela ne me donne plus le message d'erreur manque...
sally31120 Bonjour, je n'arrive pas à créer ce screener close > supertrend extended2[1] la réponse...
Nicolas voir ce sujet pour un screener basé sur Supertrend Extended: https://www.prorealcode.com/top...
Marcel For those who are interested, I post trade opportunities with this indicator on Twitter. (@M...
swapping Thank you for sharing, best regards
Tellie2015 tack ska du ha för dina delningar både här o twitter
Leo Hi all, I posted a new version of this indicator ( I just add arrows to spot the local maxi...
Trading_En_El_Ibex35 Muchas Gracias por compartir este interesante indicador. Un saludo
xavieralava hola gracias leo
Nicolas
8 years ago
Nicolas https://www.prorealcode.com/topic/ayuda-screener-indicador-perfect-trend-line/#post-51291
Manu L. Bonjour Nicolas, suite a une de mes precedentes demande dans le forum indicateur, j'ai touv...
AntoGH C'est selon moi le meilleur indicateur, que j'ai vu, si vous trouvez mieux dîtes moi car dif...
Jiacky mma = average[per,1](close) should be mma = average[per,1](close * 1000). Otherwise TDF will...
bolsatrilera Hi Nicolas, I have this version of the True Balance Power ,created by eykpunter on Tradingvi...
bolsatrilera and the code : REM TRUE BALANCE OF POWER // código original de eykpunter para la plataform...
Steven Bahia Hi Nicolas - great indicator - is there a way to place a alert when the Oscillator crosses ...
Nicolas Alerts can't be programmed, you have to set them yourself with the Alert tool of the platfor...
Steven Bahia just to add to this would there be a way to establish a entry price from the Oscillator
Khaled Thanks, but if I may ask what's EMA Period? The price which reverses the EMA[20] is not the ...
Francesco78 EMA is not a moving average, it is just the name we called the quantity defined above
Khaled My bad. Thank you so much!
juanj And the point of violation is the close of the candle that violates the line by generating a...
juanj For the latest version of the strategy or to follow updates and developments see the thread ...
phanz i backtested it with 10K units of EURUSD 1 hour i get an equity curve that is going one way ...
Wing Not yet but I plan to.
Leo Have a look in this Forum, I got something interesting for you... https://www.prorealcode.co...
Dávid Gyalus Dear Wing, As I am a daytrader, and one of my best friend is a programmer we think your a...
EchnatonX Hallo Im Demomodus bei IG habe ich das Problem, dass oft keine Orders ausgeführt werden kön...
Jan EchnatonX, nice late answer of me: Make the stop loss a percentage of the close, like 100/...
guleny Hello I made some optimization to make it better. But there are 5 transacttion which incr...
rejo007 hello david, i'll try it could you tell me wich strategy do you use in real? thanks
David Somogyi Hello, I have a couple of DAX strategies of breakout and mean reversion. I'll try to post...
Roberto Blázquez Hi David, I just saw your strategy and it's good!!! I'm going to try it from today in real a...
Thomas007 Is there any way to build something similar for FX? I wonder what would be the replacement f...

Top