TKP T3 Trend With Psar Barcolor

TKP T3 Trend With Psar Barcolor

This indicator is intended to help identify reversals and attempt to anticiapate them.

Bull trends are identified by blue bars, while bear trades are identified by red. Points of reversal are indicated with yellow candles. //Bars change to yellow as bar close crosses the Tilson moving averages. Blue or red is confrimed as the two Tilson avergaes themselves cross.

Buy and sell signal is given on yellow bars

Psar helps identify reversals and provide stop loss values

Arrows appear above or below candles to incorporate a momentum aspect. This condition is based on a rising or falling TSI value while under or over the signal line. This can show momentum ‘headwinds’ or ‘tailwinds’ as TSI ‘curls’.

Description from original author: Bjorgum

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. Alai-n • 227 days ago #

    Hello, after watching the attached video of Chris Moody, it seems to me that a certain number of elements are missing! What do you think? https://www.youtube.com/watch?v=k91gA-YrXZQ

    • LucasBest • 227 days ago #

      It is not the same indicator… The one of the video is this one below :
      https://fr.tradingview.com/script/GE7tSQK1-CM-Sling-Shot-System/
      The one translated here is this one below :
      https://www.tradingview.com/script/5zoE62bC-TKP-T3-Trend-With-Psar-Barcolor/

  2. Alai-n • 226 days ago #

    @LucasBest Thanks for the precision.

  3. Actaru5 • 223 days ago #

    Hi, I couldn’t see the candles well. Changing the code solves the problem.
    from line 164 to line 171 should be:

    // Heikin-Ashi Bar Input
    haOpen = (haopen + haclose)/2
    haClose = (open + high + low + close) / 4
    IF NOT haOpen[1] = undefined THEN
    haOpen = (haOpen[1] + haClose[1]) / 2
    ENDIF
    haLow = MIN(MIN(haOpen, haClose),low)
    haHigh = MAX(MAX(haOpen, haClose),high)

    great job @LucasBest

  4. Alai-n • 179 days ago #

    @LucasBest Hello, do you think it is possible to isolate moving averages? I would like to use them in a Screener. I made a few attempts, but they ended in failure!

avatar
Register or

Likes

avatar avatar avatar avatar avatar avatar
Related users ' posts
Nicolas Pour créer des alertes, vous pouvez suivre ce petit tutoriel : https://www.prorealtime.com/f...
thibault76 Bonjour Nicolas, cette stratégie est intéressante. Par contre, en 2022, le code ne fonction...
Nicolas Aucun message d'erreur pour ma part en version 11.1. Tu es certain de créer un code d'indica...
Jan Wind Thanks for sharing ! The Gain/Loss ratio is a bit low, 1,16, hardly offset the risks take...
drive whats the period ?
Lucas0000 Hola. estoy buscando un programador en proorder, para hacer un programa basado en el Q-trend...
rama what is the buy condition or sell condition for this can you suggest a code k1=1 buy and k1...
rama I would like to know at point 1 an alert or binary indicator so that I can place order
maxlys Bonjour Nicolas, merci pour ce code qui a l'air intéressant. Comment ajouter dans le code l'...
Marcel The line is just a moving average line. The indicator reacts on the Parabolic SAR dots.
Mattzi I dont get the dots! What am i doing wrong? :)
Mattzi Ignore this comment ;)
MauroPro It is possible to apply this indicator ON the chart , because when I try to apply the formul...
Nicolas Yes, just apply it on the price chart by using the wrench on the left upper side of your pri...
MauroPro Hi Nicolas, thanks for the reply, I managed to apply the indicator on the chart.
Nicolas
7 years ago
Loop Hi All! Would it be possible to have the same indicator with the MACD calculated with the DE...
Nicolas Why not, but do you think it would make such a noticeable difference?
Loop Good question Nicolas! That's why I was curious to check it! MACD based on DEMA is usually m...
eisi If i switch between different Markets, the Backgroundcolour will appear where it should not...
datageek How can I get alerts on colour change?
NAMBO40 Hello, I would like to add a 25 period SMA moving average. It's possible?
denmar Hi Could somebody please enlighten me how this code operates. I wish to use the code (is...
denmar Testing email notification to Denmar
David Black #gm74 Did you ever get this figured out? gm74
Adolfo Onrubia Ups! Sorry. Variable "S" is to set an specific Spread if needed. Could be "0", or the distan...
GraHal Hi Adolfo, big thank you for your code, but I am a bit confused. Spread is the difference b...
Meta Signals Pro Hi, For me there is a mistake here L32 maxriesgo = round(equity*riesgo) => round(equ...
Investment Account Wow great thanks ... looks good! Do I set the colour shades up from within the indicator 's...
avatar
Anonymous Thanks for your comments and yes, that is exactly how I set up the colour levels.
Vish Thanks I have added this in my watch list. Has anyone tried it yet ? Does it work on currenc...

Top