TACBOLSA

RB-BBTrader

Category: Indicators By: TACBOLSA Created: November 7, 2017, 1:39 PM
November 7, 2017, 1:39 PM
Indicators
17 Comments
RB-BBTrader

This post is about a trading system that combine 2 indicators, the configuration of the indicators are explained below (to be like the screenshot). I also add a PDF that explain how to get the same look and feel than me, for every line and for color zones too.

Configuration

Hide maximum, minimum, maximum1, minimum1

Trader: Green Bullish, Red Bear

BBsignal: Green Bullish, Red Bass Player

 

Add 3 color zones are added:

  • maximum1 <> maximum
  • Minimum1 <> Minimum
  • Trader <> BBsignal

 

Indicator based on supports and resistances that is combined with “Volume” waves osc:

  • Green Zone Indicates overselling area.
  • Red Zone Indicates overbought area.

 

//Definimos trader

p= Average[8]
maximo=highest[150](p)
minimo=lowest[150](p)
maximo1=highest[50](p)
minimo1=lowest[50](p)
BB = ExponentialAverage[12]((close))
BBsignal = ExponentialAverage[12](BB)

Trader = bb + 1*STD[8](BBsignal)

return trader as "trader",BBsignal as "BBsignal", maximo as "maximo",minimo as "minimo",maximo1 as "maximo1",minimo1 as "minimo1"

“Volume” waves oscillator. Synchronize the entry with the price change in the supports giving the entry:

  • Buy signal: BBtrader over BBSignal
  • Sellshort signal: BBSignal over BBtrader

 

//RB@72 @ 
//Oscilador de Volumen "Volume" waves oscillator
cero=0

Onda = Weightedaverage [150] (close)
Wave= ((close/Onda)-1)*100


return Wave*10 as "Vol-Ex",cero coloured (0, 0, 0) as "cero"

 

Download
Filename: RB-BBTrader-2.itf
Downloads: 569
Download
Filename: RB-Volumne-v1-2.itf
Downloads: 520
Download
Filename: ConfiguracionBBTrader.pdf
Downloads: 665
TACBOLSA
TACBOLSA Master
Analista independiente y programador de indicadores.
Author’s Profile

Comments

Juanjo
8 years ago
#

Hola¡¡ la estrategia se podria aplicar sobre acciones con marco temporal diario?? gracias.

rb-72
9 years ago
#

Thank you, area of twist by dilatacion of the price, missing part of the code that is not public, if you go through my blog Tiburonesdealetacorta.com you can get more information of the indicator and soon we will publish more code.

Thomas007
9 years ago
#

after reading your blog now I understand why there is only a part of your code here. I'm trying to work it out myself from your screenshorts :) great work!

Thomas007
9 years ago
#

It's a very powerful tool. Thanks for sharing! The Signal crosses the Trader a few times but the trade is triggered only on the very max or min on your charts. How do you define those points? Thanks

rb-72
9 years ago
#

The image in Proreatine is EUR / USD 1 Minute

rb-72
9 years ago
#

Yes, it works in Forex, indexes 1 and 5 minutes

Stenozar
9 years ago
#

Thanks! I'll try it!

Stenozar
9 years ago
#

Hi rb-72, does it work for Forex or Indexes? Thanks!

rb-72
9 years ago
#

RB-BBTrader is only available for Prorealtine

Chinary
9 years ago
#

Hey, please! I need help on which platform should we use this files? Can't they work on mt4/mt5 trading platforms? Thanks in advance

Andyswede
9 years ago
#

Thanks! Nice one :)

Paris
9 years ago
#

don t speak a word of german but danke looks cool

rb-72
9 years ago
#

Strategy for scalping 1 Minute, 5 Minutes.

rb-72
9 years ago
#

Thanks Nicolas

hartgeld
9 years ago
#

das glaube ich schon, jedoch stimmen die Dateinamen nicht überein und bei mir fehlen die Pfeile für dir Trendwechsel....

hartgeld
9 years ago
#

Hallo RB, sehr guter Indikator, leider bekomme ich nicht die aktuellen Versionen sondern nur rb-bbtrader-2.itf und rb-volumne-v1-2.itf zugestellt. Gruß hartgeld

Nicolas
9 years ago
#

Das sind gute Dateien, keine Sorge.

ProRealCode ProRealCode
Loading...