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
francis59 Hello Ivan, thanks for this very nice and powerfull indicator. Could you have time to create...
Iván Hi We could find stocks with sweep on: //PRC_Sweep Institucional //version = 0 //28.0...
inverse Like the way you think Ivan ... :)
Emil
11 months ago
Nicolas
11 months ago
5 main forex pairs average
5 main forex pairs average
4
Calculated instruments
Nicolas It's only compatible from PRT v12. With the "Calculated instruments" tool, you can know crea...
MaoRai54 many thanks. IG doesn't know when they'll release it :(
MaoRai54 Hi Nicolas, I'm here again. Today I got the v.12 in my demo account. I started it, I downlo...
Jiacky
2 years ago
Range Factor
Range Factor
0
Indicators
Stephane0174 Bonjour et merci pour le Screener. Je suis nouveau ici et je ne connais rien en programmati...
Nicolas Je pense que c'est le copier/coller des guillemets qui pose problème, il faudrait les retape...
smp I also have an End Of Day (EOD) cash pivot indicator for use on cash markets; this indicator...
Dom Hello, hello....je commence le trading et découvre par la même occasion le codage....et ce n...
Nicolas Merci, ça fait plaisir !
Be-n Bonjour tout le monde ! Dans l'indicateur de tendance, j'ai du mal à saisir la nuance entre ...
Maik2404 es sind leider nur long Positionen und keine Short zu erkennen.
Maik2404 Vytautas: es bleibt aber nur bei long Auslösungen
ullle73 this one is not a winner, have backtested it on almost all pairs, does not have an edge
Leo Does it opens pending orders?... maybe they were not trigger.
Mattzi Dont know, all i can see is that it opened an order yesterday in backtest but not live. Th...
Jean-Christophe Hello Leo, when running the strategy from 29/12/2015 to 31/08/2018 on ProRealTime Premium, I...
Nicolas Please add a request on forums for any MT4 code conversion, thank you. Follow these easy ste...
mecon I will do so, thank you!
avatar
Anonymous @mecon, did you ever get one?
apachx Hi. Please, describe the algorithm in words. I want to understand how it works, but for now...
Doctrading Hello, Higher timeframes are better. I suggest D1 or H4.Best regards,
Pinkybouh hello, I propose to add another conditions: ie: haussier: close > open and close >...
TheHovisTrader I'd be interested in the actual profit of this - in the example the stop range is at least 2...
Dimi.A Awesome mate.
mora87 Hi David and Nicola, I'd like to share idea with you guys which is related to David's Idea. ...
Nicolas Please ask for custom coding in forums instead.
Naren Yanan what is    diplus  diminus  please
Barney Has anyone tested this algon now when PRT 10.3 was released?
Yngve does anyone know if the issue with the TP/SL is resolved ?
JakeDB Answered my own question....Sorry about this question. 5 positions, take profit at 15, loss ...
maxxb sto facendo girare in demo questa strategia modificata a 10 minuti con stop e profit ottimiz...
Manuel9z Hello, this strategy improves with the SL 30 and the TP 10. I have done backtesting and it w...
Doctrading Hello, As I said, I didn't use spread for the screenshot as I don't trade Gold and I don't ...
smurfy Hi, I had been losing on gold and after I manually go through the 5min chart using IG and w...
eiffel Hi Smurfy, hope you are still there... I would like to help you to write and test the code.
Wilko This code is the work of a simple genius! Profitability lies in simplicity and repetition.
Nicolas Good joke. FYI, you'll find many identified recurring patterns there: http://paststat.com G...
Yngve i added a MA as a filter, that improved the equity curve quit nice actually

Top