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 You'll need to preload bars to get the good calculations of you indicators. I did not test i...
David Nicolas I tried DEFPARAM Preloadbars = 5000 And still the same drawn output of entries/exit...
marcara Hi, Thank you very much for the Moving Average Daily indicator, I am using it as indicator i...
algotrader This indicator looks coolBut on attempt to use it for a strategy dev'I get an error.."The in...
dajvop @algotrader if you at the bottom of the code add: RETURN Buffer1 as "up", Buffer2 as "down",...
Bateson Si cela peut servir, l'indicateur Sadukey a été créé en utilisant un générateur de filtre ap...
Nicolas Je l'ai converti depuis un code pinescript. De mémoire il s'agit bien d'une variation d'une ...
Captain_Walker @Nicolas, I've copied your code into PRT indicator panel to create it. When I attempt to sav...
Nicolas Download the itf file and import it.
Nicolas Please post any question on forums, thanks.
Lavallette Bonjour Nicolas. J'utilise la version 11 et moi aussi j'ai une ligne horizontale malgré l'a...
Nicolas il faut modifier la ligne 20 avec: if adaptive=1 and averagePeriod > 1 and barindex>(...
Nicolas
9 years ago
supertiti bonjour à tous J'utilise cet indicateur depuis plusieurs mois, une fois règlé "K" à sa conv...
Nicolas
9 years ago
GraHal Forked code I mention above is here ... GraHal wrote: So below is the PRC Stochastic RSI v...
GraHal Try again (quite limited what you can do as Comments in the Library) https://www.prorealco...
AutoFlanders Thanks GraHal, that's what i was looking for
Doctrading Nice Job ! Here is my version of the code :  KBO = 0 Tenkansen = (highest[9](high)+lowe...
gefinance Thanks for this code. The only thing left missing is the time lapse, otherwise, lots of old...
dakaodo Hi, Wilko. Acc to the original FRAMA paper by Ehlers, Ehler's own code only takes inputs for...
dakaodo For reference, here is Ehlers' original paper: http://www.mesasoftware.com/papers/FRAMA.p...
dakaodo Here is the code with only SC included, per ETFHQ. pri=customclose //len>=4, even on...
Nicolas Hi, there's no reason why it should not work on a 5 min chart. Just apply the indicator on y...
Percygreen77 good evening sorry for my english but the indicator don't work can you help me i have 10.3 v...
Nicolas By adding it on price, it should display the pattern detection on the price chart, and not ...
Nicolas
9 years ago
soulintact Thank you very much Nicolas for this great indicator. I have tried to apply it to a trading ...
laitus No funciona este indicador ¿¿?? ¿Alguien sabe por qué?
Nicolas
9 years ago
Better Volume
Better Volume
39
Indicators
Keyeming Hello Nicolas; not sure to undersntad line 167, and in the video I d'ont remember that the a...
Nicolas I don't know, this code is 6 years old and I made a 1:1 translation of the provided code by ...
Alai-n https://emini-watch.com/free-stuff/volume-indicator/
Nicolas
9 years ago
T3 Velocity
T3 Velocity
16
Indicators
tatankayotanka As you can do to set a marker directly in the price property page and then view it such as m...
Nicolas It may be a good idea to discuss this in the forum instead. Please open a new topic in probu...
Wester Hi, is this more or less the same as the TTM Squeeze indicator (john carter)
Nicolas I don't know really, just like you I found a lot of different formulas there and there on th...
CarlosFC  Thanks a lot Nicolas. I posted it. Carlos.
besho hello Nicolas how can i get this indicator i tried copy and paste the code but i didn't...
Guibourse Hi ! I am asking once again for your help : would it be possible to use the ATR as a "take p...
Tradingrob Many thanks for the indicator, however if the price is below the indicator, then the indicat...
aldtrading Merci pour ton travail ! J'ai de bons résultats en utilisant cet indicateur
Etienne Hi, I'm quite late in this thread. I'd just like to propose an enhancement because this in...
Nicolas Thanks Etienne.
Bard Hi Nicolas, I wanted to make this scaled indicator above between -1 and +1 instead of 0 to +...
Nicolas The code is correct, don't know if the label and color are the same as other trading softwar...
peppe novellino Hi Nicolas, the settings of the alligators are not editable. How can I change it? Thanks in ...
pabo_swe I got very bad performance with this script, it was slow... it seems like if one breaks out ...
juju333 Merci Nicolas, j'utilisais avec bonheur ce code dans la 10.3, il ne tourne plus dans la v11....
Nicolas Remplacer les lignes 11 et par 12 avec: yearlyHigh = Highest[max(1,BarIndex - lastYearBarI...
juju333 merci !!!
Madrosat Bonjour Nicolas Je souhaiterais faire colorier le fond du graphique supérieur en vert lorsq...
Nicolas Merci d'ouvrir un sujet dans le forum approprié.
Nwab Hello Mr Nicolas.. Please how can I set this up as an indicator to work on mt5. Your guidan...

Top