ZiBoll Style Execution

v10.3
ZiBoll Style Execution

The ZiBoll Style Indicator is based on special view of the bollinger bands. The bollinger values are computed with the help of a weighted average of the Low’s and of the High’s.

When those MA’s are computed , they where  compared with the close to create a Boolean result.

Signals are given by red and blue arrows. (arrows into red and blue circles). Compare with the backtest arrows, it don’t fit. I like to discuss this matter.

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. atlante • 02/20/2020 #

    hi is posible you put the code for version 11.thank you

    • Zigo • 02/20/2020 #

      Normaly it do work in version 11.

  2. bertrandpinoy • 02/20/2020 #

    Hello to all, please does a coder can bring the indication of the price level on the chart of when the fleche applies…thank you in advance.

    • Zigo • 02/20/2020 #

      @bertrandpinoy
      add between line 50 and 51 : drawtext(“#dnh#”,barindex,low-2.618*AverageTrueRange[14](close),Dialog,Bold,30) coloured(55,55,255,255)
      add also between line 55 and 56 : drawtext(“#upH#”,barindex,low-2.618*AverageTrueRange[14](close),Dialog,Bold,30) coloured(0,255,255,255)

avatar
Register or

Likes

avatar avatar avatar avatar avatar avatar avatar avatar avatar avatar avatar avatar avatar avatar
Related users ' posts
xel @DerPat - I don't see any question regarding the indicator.  Anyway, I think I give enough l...
diegofe_2000 Xel, tu eres el creador de este indicador? Bueno te  cuento que es muy bueno para hacer est...
xel Buen día @diegofe_2000 -  Claro, mandalo y por aquí lo probamos en otros instrumentos y si g...
verdi55 At least there should be some moving average that has also reverted into the opposite direct...
verdi55 In addition to the moving average, wait until at least one bar is completely back inside the...
rama This works excellent on range bound I tried , give 90% win rates on dax , 3 min chart. can s...
cepamoi Unfortunately, this still does not work: ONCE haOpen = medianprice haOpen = ((Open[1]+High...
Nicolas Force calculation to wait 1 bar of history already loaded: ONCE haOpen = medianprice if b...
cepamoi Now it works. Thanks a lot Nicolas! Here is the full code: // variables : // period ...

Top