The “Mid-Level Day” indicator (for day trading)

The “Mid-Level Day” indicator (for day trading)

Hi all,

Here is an indicator that could be particularly useful for day traders. I found this idea on a website, obviously not well-known because I can not find it anymore.

This indicator works like pivot points, but it is more simple.

As a reminder, the pivot point is calculated as follows : average between the high of the day before, the low of the day before and the close of yesterday.

I have some problems with the calculation of the pivot point : the closing clearly depends on the closing time of your broker, and also the time zone.

Indeed, according to your broker:

– if you trade for example a CFD on France 40, you will have candles from 00H to 00H with some brokers like IG, or from 08H to 22H with some other brokers, etc.

– if you trade forex, candles can go from 23H to 23H, or from 00H to 00H : they will not be quite the same, so the calculation of the pivot points will not be the same.

Here, this indicator will clearly get rid of this problem, since it will only consider the highest and the lowest of the previous days.

Here’s what this indicator shows:

– a GREEN line for the average of the highest and lowest of the previous day

– a BLUE line for the average of the highest and the lowest of the last 3 days

– a RED line for the average of the highest and the lowest of the last 5 days

What is the purpose of this indicator ?

– It allows to have a visualization of the current momentum : as for the pivot points, the position of the prices with respect this set of levels (which can almost be considered as a kind of pivot points) makes it possible to visualize the trend

– It allows to consider entries for « long » trades (break of the highest line), or for « short » trades (break of the lowest line)

You are free to set the rules of your strategy, such as :

– stop loss (eg at the opposite line / precise number of points)

– take profit (number of points / last higher or lower / stop follower)

etc.

Personally, I didn’t yet dig the question more than that ; but…

– I think this simple approach must be effective, also limiting the risk of overtrading, and could serve as a basis for an effective day trading strategy.

– I propose you to try to use this strategy, to test different rules, and to communicate to me the results

So, together we could develop an effective day trading strategy, shared by all.

Best regards and Happy trading

Here is the code :

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. Jessar • 10/27/2017 #

    Hallo, wirklich ein sehr guter Indikator!

    Ich bin Programmier technisch leider noch ein Anfänger, könnten sie mir helfen diesen Indikator in einen Code einzubauen.

    Würde in gerne als Trend Filter verwenden, hätte mir sowas gedacht wie IF mid1day > mid5day then c1 = 1 aber wenn ich mid1day verwende findet er es nicht! danke

  2. Jessar • 10/27/2017 #

    Wäre auch super wenn wir dieses Gespräch in das Forum verlegen könnten.

  3. Andyswede • 10/27/2017 #

    Really good, thanks a lot 🙂

  4. Paul • 10/27/2017 #

    Thanks for posting. I was currently searching how to improve day-trading based on support and resistance levels. Definitely will focus next strategy based on this indicator and will post back!

  5. Jessar • 10/27/2017 #

    Könntest du im Forum etwas öffnen und später darüber zu sprechen?

  6. arahussein • 10/27/2017 #

    Hi All,
    I am new to trading and i find this indicator very logicail! Hence my (dumb?) question, has anyone had tried this for swingtrading? If yes, any guidence on how to proceed?
    Many thanks in advance,
    Aram

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
avatar
Anonymous Hi Odin, Thanks for this screener based on the popular criteria to trade trends from Marc...
Vonasi The indicator code can easily be adapted for use as a filter in strategies as well. For exam...
AVT Tested today in manual DAX trading (transcripted to MT and changed look into aka oszillator)...
Vonasi I think that short time frame charts will be too noisy for this indicator. One blue bar real...
Vonasi I forgot to mention in the description that Sunday pivot lines are ignored and Monday's pivo...
AVT Like that, simple and clear!
Vonasi Thanks AVT. I like simple - some people would say that I do simple very well! Sometimes you ...
Nicolas Formule de l'indicateur Momentum: Le Momentum se calcule avec une simple soustraction pour ...
Roberto1 Hi, can this code be converted for the Nanotrader Platform or for the MT4 Platform?
Nicolas This website is dedicated for PRT programming, but you can still ask for private coding with...
s00071609 I am using this indicator but it keep crashing as i change the timeframe. For example, chang...
Nicolas in the mean time you can try this one: https://www.prorealcode.com/prorealtime-indicators/ho...
Gianluca Is it possible to have an indicator where those value are as instogram ? and separated? in o...
GraHal Is this the Discussion Topic you need @Gregg https://www.prorealcode.com/topic/scalping-i...
bertrandpinoy bonjour Nicolas y a t il une possibilité de signal sonore dès qu une vente ou un achat serai...
Nicolas Oui cela nécessitera une adaptation du code cependant, merci de formuler une demande sur le ...
Nicolas Please open a new forum topic, and respect the posting rules. Add a precise description of w...
FXTT ok will do, apologies, as I said I am new here. many thanks
Noobywan Version v2 including requested additions: https://www.prorealcode.com/prorealtime-indicators...
crolakstrading Hi Nicolas.. I'm really big fan of this indicator! is there any possibility to make this ind...
Nicolas Yes, that's possible. Please open a new topic in the forum.
crolakstrading Just saw your reply thank you!! I will open up a new topic!!
Trading_En_El_Ibex35 Para calcular el punto pivote y los niveles de soporte y resistencia para operar durante la ...
supertiti Hola mis disculpas, creia que tu eres Jose Antonio Madrigal ! gracias por las explicaci...
Trading_En_El_Ibex35 espero que las explicaciones te hayan sido de ayuda saludos
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...
juju333 Merci Nicolas, j'utilisais avec bonheur ce code dans la 10.3, il ne tourne plus dans la v11....
Nicolas Remplacer les lignes 11 et par 12 avec: yearlyHigh = Highest[max(1,BarIndex - lastYearBarI...
juju333 merci !!!
zilliq Be careful, It works only if you are in daily timeframe, and on your graphic you are on hou...
DerPat I guess you are right, like always. If you change n to 24 you have at least the hours of a d...
gabri DerPat, you can also change line1 to read as follow to adapt this script to hourly timefram...
roos Hi Nicolas, another really helpful bit of code, thank you! Can I ask how you might amend so ...
Denis Good evening Nicolas, could you tell me where thae arrows on the chart come from ? I don't s...
Nicolas there is no arrow in this indicator.
Doctrading Yes, nice idea.
noisette I tried some backtests with "9:30 MACD" with "Breakout strategy" but results are much better...
Doctrading Hello, can you send us your code ?
rajiwas Hello Nicolas, With Daily Pivot, it easy for me to show current day pivot e.g. if Date = T...
Nicolas You'll find many other pivots points indicators in the library, just use the search box of t...
rajiwas Thanks for the suggestion.
Nicolas Ahah, I'm not the author of this one :) I know you are a great coder Wilko, why don't you p...
Wilko Thanks for the flattery! I will, I promise.  /F
Nicolas Still don't have seen anything from your own :) You promised me! Ahaha 
Andres Uffff, I didn't adjust the different index spreads. With the heavy spread of Italy It's nega...
davidp13 Good day. I know this was posted such a long time ago, but I though rebuilding the system on...
davidp13 Also to note that the one position in my code does not close the other, which as far as I kn...
Doctrading Thanks, man !
rajiwas How is it possible to add currentWeekHigh and currentWeekLow, currentWeekOpen and currentWee...
Takeshi Totally don't match the PRT basic pivots on weekly
Grantx When I add this code, the indicator appears in the panel below price. How do I get it to dis...
Patrik72 Hello, thank you very much for the great indicator. One question, is it possible just have l...
datageek is it possible to add Mid pivot points (midR1 and MidS1)?
Nicolas Dans l'onglet prix, choisir d'appliquer l'échelle qu'au prix uniquement.
Eloi MERCI

Top