Draw Forex institutional levels

v10.3
Draw Forex institutional levels

If like me you are trading institutional levels on Forex and want them to always appear automatically around the price, here is a little indicator to do that, easily customizable.

Valid for all pairs and JPY pairs.

It draws a maximum of 4 lines around the price.

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. Theo • 08/15/2019 #

    Salut, qu’elle est ta définition de niveau institutionnel et comment les trouves tu?

  2. Etops • 08/15/2019 #

    Hello, les niveaux sur lesquels il y a des réactions fortes de la part des banques, les niveaux ronds pour moi vu que je fais du swing H4. Ex EUR/USD : 1.11 , 1.12, 1.09 …
    En intraday sur le forex, les niveaux sont x.20 , x.50, x.80. Ex EUR/USD : 1.1120 , 1.1150, 1.1280 …
    J’aurais donc du préciser que mon indicateur est adapté à mon swing D/H4, pas à de l’intraday.

    • tobytarczy • 08/15/2019 #

      Hi have been trying to modify the code you so kindly shared to reflect to the image you have attached. I am not sure how the lines should be labelled, however I have tried to modify the code. Just so you know I am not a real coder. Here is what I have done so far.

      // Draw Forex Institutionnal levels
      // Etops 13/08/2019
      defparam drawonlastbaronly=true

      price = close[0]
      if price/10 <1 then
      ref = round(close[0]*100)/100
      step = 0.01
      S1M= ref + step
      R1W= ref+2*step
      Piv = ref
      S1W = ref-2*step
      Startfrom = 0
      Offset = 8 * pipsize

      drawhline(ref) coloured(0,0,0) Style(dottedline,1)
      DRAWTEXT("Piv W", barindex + 25, Piv + offset, Dialog,italic,10) coloured(0,0,0)

      if abs(price-(ref+step))<0.0200 then
      drawhline(ref+step) coloured(0,255,0) style(dottedline,1)
      DRAWTEXT("S1 M", barindex + 5, S1M + offset, Dialog,italic,10) coloured(0,255,0)
      endif

      if abs(price-(ref+2*step))<0.0200 then
      drawhline(ref+2*step) coloured(255,0,0) style(dottedline,1)
      DRAWTEXT("R1 W", barindex+ 5, R1W+ offset, Dialog,italic,10) coloured(255,0,0)
      endif

      if abs(price-(ref-step))<0.0200 then
      drawhline(ref-step) coloured(0,0,0) style(dottedline,1)
      DRAWTEXT("Piv W", barindex+ 5, Piv + offset, Dialog,italic,10) coloured(0,255,255)
      endif

      if abs(price-(ref-2*step))<0.0200 then
      drawhline(ref-2*step) coloured(0,255,0) style(dottedline,1)
      DRAWTEXT("S1 W", barindex+ 5, S1W + offset, Dialog,italic,10) coloured(0,255,0)
      endif
      else

      What I would like to understand is what is the difference from the first Drahline(ref), and the drawline(ref-step), and what should be the corresponding labels and what they signify/reference, e.g. "R1 W", "S1 M" vs "S1 W".

      many tahnks

      Toby

  3. Theo • 08/15/2019 #

    D’accord merci

  4. tobytarczy • 08/15/2019 #

    Hi, I have been looking for something like this. I have a f questions about the indicator.
    Does it work on all time frames, for example will I see lines at different levels when I look at the 1HR and Daily? Or are the labels you have shown in the image referring to time frames, e.g. Monthly, Weekly, Daily, 4HR? Also, how do you add the labels to your code.

    I am not very good at coding, can make a few adjustments but that is about it.

    Thank you in Advance.

    Toby

avatar
Register or

Likes

avatar avatar avatar avatar avatar avatar avatar avatar avatar avatar avatar avatar
Related users ' posts
Doctrading Hello,  The strategy should be improved, no doubt. But it was just one of my ideas, which h...
ALEALE Yes Nicolas is very difficult, macro economic data can destroy any work!!  
styrke depends which.. I personally think that it's much more easier to trade on XBTUSD, try to co...
raviesco Hello Nicolas, Thanks for the post. Do you have an updated version of this screener/indi...
GraHal Ooops got that excited I sent that last one twice! ha (and can't delete it, sorry) I got it...
Eric n = 3  dont forget to allow 3 contract in proorder
UkCoopDownUnder Tried EURUSD GMT and GMT -1, as far back as I can go, Nov 2018 on 15mn Tf, 22% loss
Doctrading Hello, Someone asked me something (his results seemed to be different) on my email, but it ...
Glen Marquis Not your best..So what is your best strategy? :)
Benjamin Costa Ok thank you for your answers. Gianpiero, i have an Interactive brokers account. Noisette, i...
oldup It works on ProOrder - but  I don't like the maxWin = MaxLoss.    
oldup Just divise StopLoss /2 - Result is better  
Doctrading Bonjour, Tu as raison, il faut faire attention à la fiabilité de certains backtests. Le pro...
Duccio Hi DocTrading, I've backtested your strategy and I notice that 75% of position have been cl...
Doctrading Hello,  No, I don't use this strategy on real account, because my own strategies (that you ...
komiko 9a marche pas ? le code sur prorealtime "erreur de syntaxe l'instruction retur et autorisée ...
Nicolas En effet, il s'agit bien du code d'un indicateur et non d'un screener ou d'une stratégie de ...
RussJ Hey people Some great screeners on here but I'm pulling up too many stocks when I s...
Doctrading Defparam cumulateorders = false n=1 // Plus le "ratio" monte, moins il y a de positions ...
Malloc Bonjour :) Je sais que cette stratégie a été partagée il y a de ça plusieurs années mais ...
lilo789 Hi guys! Do you know if it is possible to set the buy size to a relative % of the available...
luigiR Hallo doc, thank again for your strategy but can you suggest me  an example of the optimizat...
Wilko Do NOT take this system live! The backtest results will never be repeated live due to a shor...
mrripley99 So I've played around with this just recently and have achieved some good results in an IG d...
Doctrading Maybe you can also change the hourly beginning of the day (not 23PM but 12AM, OOH in french)...
Duccio Hi Doctrading,there is a way to control the max loss of the positions in this code? For exa...
Doctrading Hello, Yes, there is a command I think, but I don't know it. Nicolas knows it. You can als...
Pierreee That a realy great strategy !!!  It's realy profitable in daily trade. I'm gonna put some ...
entony hello timeframe on what works best and how couples ??grazie
111111dw i am running this on the cac 5m time frame but the results are very different from the backt...
Doctrading Hello fesxeurex, It can display both : when it is in formation, and when it has been formed...
the_giorgio Bonjour Doc, Je crois que votre définition du harami est erronée Critères du Harami D...
dfl3tch3r Great screener...Has anyone got code for trade/backtest the next bar breakout (short or long...

Top