Sweep Institucional indicator

Sweep Institucional indicator

Market sweeps are not mere random fluctuations, they are strategic moves designed to capture liquidity or to set the stage for more significant price movements. Therefore, understanding these sweeps can be key to anticipating big rallies or crashes, allowing traders to optimally position their trades.

The Sweep Institucional Indicator not only helps to identify these critical points with astonishing accuracy but also provides deep insights into the psychology behind market actions.

The Sweep strategy involves identifying potential trades based on the creation of a sweep (liquidity grab) at the Swing High or Swing Low.

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. francis59 • 68 days ago #

    Hello Ivan, thanks for this very nice and powerfull indicator. Could you have time to create a screener to catch as close as possible the “right” times to buy and to sell based on your indicator? (if it’s a good idea to do that)

    Thanks in advance
    Have a good day

    • Iván • 68 days ago #

      Hi
      We could find stocks with sweep on:

      //PRC_Sweep Institucional
      //version = 0
      //28.02.24
      //Iván González @ http://www.prorealcode.com
      //Sharing ProRealTime knowledge
      ///////////////////////////////////////////////
      /////////////inputs////////////////////////////
      cooldownPeriod =10 //”Cooldown Period”
      prd = 20
      src1 = low
      src2 = high
      ////////Calculations//////////////////////////
      /////pivots low
      if src1 > src1[prd] and lowest[prd](src1) > src1[prd] and src1[prd] < lowest[prd](src1)[prd+1] then
      $prevpivotlowy[lastset($prevpivotlowy)+1] = $pivotlowy[max(lastset($pivotlowy),1)]
      $prevpivotlowx[lastset($prevpivotlowx)+1] = $pivotlowx[max(lastset($pivotlowx),1)]
      $pivotlowy[lastset($pivotlowy)+1] = src1[prd]
      $pivotlowx[lastset($pivotlowx)+1] = barindex[prd]
      z = z + 1
      endif
      /////pivots high
      if src2 < src2[prd] and highest[prd](src2)<src2[prd] and src2[prd]>highest[prd](src2)[prd+1] then
      $prevpivothighy[lastset($prevpivothighy)+1] = $pivothighy[max(lastset($pivothighy),1)]
      $prevpivothighx[lastset($prevpivothighx)+1] = $pivothighx[max(lastset($pivothighx),1)]
      $pivothighy[lastset($pivothighy)+1]=src2[prd]
      $pivothighx[lastset($pivothighx)+1]=barindex[prd]
      t=t+1
      endif
      ////////////////////////////////////////////////////////
      pLow = $pivotlowy[max(1,lastset($pivotlowy))]
      pHigh = $pivothighy[max(1,lastset($pivothighy))]

      lp = lowest[prd](low)
      hp = highest[prd](high)
      lowestclose = lowest[prd](close)
      highestclose = highest[prd](close)

      ////////////////////////Sweep conditions///////////////////////////////////////////
      bullishSFP = low < pLow and close > pLow and open > pLow and low = lp and lowestClose >= pLow

      bearishSFP = high > pHigh and close < pHigh and open < pHigh and high = hp and highestClose <= pHigh

      bullCond = bullishSFP[3] and (close > pLow) and (close[1] > pLow[1]) and (close[2] > pLow[2]) and barindex >= bullSignalIndex + cooldownPeriod

      bearCond = bearishSFP[3] and (close < pHigh) and (close[1] < pHigh[1]) and (close[2] < pHigh[2]) and barindex >= bearSignalIndex + cooldownPeriod

      //Draw sweep lines
      if bullcond then
      bullsignalindex = barindex
      elsif bearcond then
      bearSignalIndex = barindex
      endif

      screener[bullcond or bearcond]

  2. inverse • 61 days ago #

    Like the way you think Ivan … 🙂

avatar
Register or

Likes

avatar avatar avatar avatar avatar avatar avatar avatar avatar avatar avatar avatar avatar avatar
Related users ' posts
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)?

Top