Trend Balance Point (TBP)

v10.3
Trend Balance Point (TBP)

The Trend Balance Point is a system created by J. Welles Wilder and published in his book ‘New Concepts In Technical Trading Systems’. The system uses momentums to define whether to enter the market long or short and provide a Stop Loss and a Target Price for each entry. Positions are opened on THE CLOSE of the current day and closed as soon as the Target Price or the Stop Loss is hit.

According to Mr. Wilder the system works well in ranging markets and when ADX is below 20.

I personally never used this system and I haven’t done any backtesting either because PRT doesn’t allow to buy on close.

Blue skies!

 

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. AleX • 04/10/2017 #

    Ho provato la strategia sul Mib giornaliero su di un foglio excel nel mese di Gennaio, su 7 giornate in cui ADX < 20 fa il 100% di gain mentre dove ADX>20 ha risultati inferiori al 50% ed essendo che gli stop loss sono circa il triplo dei take profit la strategia è effettivamente in perdita, proverò a continuare il test in altri mesi anche considerando le commissioni che per ora non ho calcolato. Proverò a fare test più approfonditi ma sembra una strategia vincente a prima vista. 

  2. gabri • 04/10/2017 #

    Alex, grazie per avere fatto il backtest. Wilder era un piccolo genio anche se con idee non toppo ortodosse alle volte. Per sua stessa definizione questo sistema ha un rapporto risk/reward negativo (voluto) e quindi devi necessariamente vincere molto piu’ spesso di quanto perdi. Inoltre da per scontato che anche tale sistema (come gli altri che lui ha creato tra cui RSI e ADX) vengano utilizzati su strumenti con elevato Commodity Selection Index (CSI). Magari nei prossimi backtest puoi tenere conto anche di questo.
    Buona Pasqua

  3. AleX • 04/10/2017 #

    ho provato anche per febbraio e la strategia ha il 75% di risultati positivi e quelli negativi non raggiungono in ogni caso lo stop loss quindi con una perdita contenuta. Ho cercato informazioni sul CSI e sarebbe bello codificarlo su prorealtime, inoltre per poter funzionare su questa piattaforma è assolutamente necessario riuscire ad automatizzarla perché difficilmente si può aspettare ogni giorno la mezzanotte per impostare l’entrata lo stop loss e take profit per il giorno seguente. Grazie ancora per la condivisione. 

  4. gabri • 04/10/2017 #

     Codificare il CSI e’ possibile. Io uso una sua modifica (siccome lavoro solo sull’azionario molti parametri non mi servono) e si riduce a moltiplicare ADXR per ATR. Io non uso un normale ATR ma un ATR bilanciato (allego la formula). Lo screener mi restituisce le azioni con valore di CSI maggiore e poi a quel punto e’ facile.
     
    a=100*averagetruerange[periodo](close)/average[periodo](close)

     

  5. gabri • 04/10/2017 #

    Dopo Pasqua codifichero’ anche un altra strategia che Wilder suggerisce di usare quando il mercato e’ orizzontale che si chiama Reaction Trend System.
     

  6. Alex975 • 04/10/2017 #

    Wilder personalmente lo definisco un poeta del trading.. 
    Utilizzo alcuni strumenti di Wilder, il più delle volte modificate e vestiti sulla mia operatività, ma il CSI proprio non lo mai approfondito.
    Bel contributo da parte di tutti e due.. Alessandro

  7. AleX • 04/10/2017 #

    Vi faccio partecipi dell’evoluzione del mio studio, mi avete appassionato a Wilder che da ignorante non conoscevo. Ho provato a codificare in excel l’ADX e il Trade Balance Point come da tuo codice e i primi risultati sono ottimi direi. A breve cerco di semplificare il foglio di calcolo e se riesco a condividerlo. Non credo che si possa automatizzare la strategia perché così come concepita la maggior parte dei trade vengono chiusi in giornata e il backtest tick per tick non permette un analisi a lungo termine, oltre al problema di non poter entrare in chiusura ma solo in apertura. Sappiate però che anche entrando in apertura i risultati rimangono buoni. Quindi continuo su excel con il problema del trovare i dati corretti intraday per le varie commodities. Stay in touch 😉 

  8. gabri • 04/10/2017 #

    Grazie mille Alex!!
     

avatar
Register or

Likes

avatar avatar avatar avatar avatar avatar avatar avatar avatar avatar avatar avatar
Related users ' posts
Nicolas
8 years ago
julien1978 changing the trendDetectionLength setting does not seem to have any effect on the wave calcu...
arran i can't seem to get this indicator to work on forex pairs. it works great on indices etc. An...
Nicolas Indicator needs Volume, and there are no volumes with forex pairs with IG.
Nicolas https://www.prorealcode.com/topic/ayuda-screener-indicador-perfect-trend-line/#post-51291
Manu L. Bonjour Nicolas, suite a une de mes precedentes demande dans le forum indicateur, j'ai touv...
AntoGH C'est selon moi le meilleur indicateur, que j'ai vu, si vous trouvez mieux dîtes moi car dif...
avatar
Anonymous Found: just remove "T coloured(r,g,b) as "Top", Bo coloured(r,g,b) as "Bottom"... after return
darbes Hi I tried to use indicator in a strategy code. But backtesting is asking to define Signalb...
getset Hello, I like this indicator, it's small and very nice to use. So i changed the code a littl...
Jiacky mma = average[per,1](close) should be mma = average[per,1](close * 1000). Otherwise TDF will...
Lydia1948 Hi I really like this indicator - is it easy to change the colour of the blue dots to say g...
Nicolas Lines 23 and 24 are the Red and Blue value between 0 to 255, you can change the color of the...
vuduyet94@gmail.com Hi. I want Indicator Reversal Bars. I look in the library without seeing. hope the helping. ...
bolsatrilera Hi Nicolas, I have this version of the True Balance Power ,created by eykpunter on Tradingvi...
bolsatrilera and the code : REM TRUE BALANCE OF POWER // código original de eykpunter para la plataform...
Al Ok grazie Gabri
Paul thnx for posting. Combine it with Williams’ 3 bar trailing stop to create strategy!
gabri Paul, he uses the best day of the week to trade (he figured out the best day to enter, exit...
rafadonl2 is not taken into account in the procedure. It considers only if it is a doji or when candle...
Guibourse Okay thanks, just a question : how do you plot your two lines in the same window as price ? ...
rafadonl2 sorry, I don't understand your question. Indicator draws Heikin Ashi candle, not price cand...
Nicolas
8 years ago
swapping Bonjour Nicolas, comment doit-on modifier le code (ou ajouter la variable "style") pour que ...
Nicolas Il faut changer la dernière ligne du code par : return ibuf108 style(line,2) as "Vostro", ...
swapping Merci beaucoup Nicolas, c'est mieux ainsi ...
flodefacebook Merci Nicolas pour cet indicateur. Très utile dans une technique de retournement.
HeikinAshi thank you for this very interesting indicator Nicolas! did you define a tradable setup fo...
mahdi how can I import itf file into mt4? please help
Nicolas That code is not for MT4, we do not offer free assistance for this platform, but you can ask...
guinsu2000 hello could you share your copy in a pdf or where you whant please ?
ERICM en copiant collant : erreur de syntaxe apparaît le popup demande de définir length1, length2...
Nicolas En téléchargeant le fichier itf et import dans la plateforme, vous n'aurez pas ces problèmes.
Bateson Bonjour Nicolas un grand merci pour ce travail que je souhaiterai faire évoluer. Je n'arrive...
gblast I added this indicator to my pro real time but its not showing up on my candles. Its invisible
BERTJES82 Hi Nicolas, is it possible to adjust the starting date of the VWAP on the charts? Thanks in ...
Nicolas Yes, have a look there: https://www.prorealcode.com/prorealtime-indicators/vwap-date-anchored/
Dadoo Merci Nicolas!
avatar
Anonymous Thanks for sharing! On the other hand can we remove the vertical gray lines?
ShaunG Appreciated! Thanks 100%
tonbijl good afternoon when i enter the code i get an error message Syntax error
Steven Bahia Hi Nicolas - great indicator - is there a way to place a alert when the Oscillator crosses ...
Nicolas Alerts can't be programmed, you have to set them yourself with the Alert tool of the platfor...
Steven Bahia just to add to this would there be a way to establish a entry price from the Oscillator

Top