Tuschar Chande’s Trend Score

Tuschar Chande’s Trend Score

 

This is a trend indicator conceptualized by Tuschar Chande. It is a method of rating the trend by comparing the current day’s close to the close x days ago.

If today’s close is greater than close x days ago, score = 1

If today’s close is less than the close x+1 days ago, score = -1

Tuschar Chande suggested comparing the close to the closes from 11 to 20 days ago.

Therefore,

Trendscore = 10 day sum of the scores from days 11 to 20.

The trend score for this case will oscillate between +10 to -10.

(description found on internet).

 

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. supertiti • 02/06/2018 #

    Bonsoir à tous

    For those who like me want to calibrate this indicator on a scale of 0 to 100 to join it to other indicators of the same scale :
    // ChandesTrendScore PRC //06.02.18 modifié DID
    //Nicolas @ http://www.prorealcode.com //Sharing ProRealTime knowledge

    // score = 0
    score = 50

    //for i = 11 to 20 do
    for i = a to b do
    if close>close[i] then
    score=score+1
    else
    score=score-1
    endif
    next

    CTSM = WeightedAverage[SmoothingPeriod](score)

    RETURN CTSM

    // Variables :
    //SmoothingPeriod = 5
    // a = 51
    // b = 100
    // score = 50

    //nota : le add PRT code ne fonctionne pas ?!

avatar
Register or

Likes

avatar avatar avatar avatar avatar avatar
Related users ' posts
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?
Fabio Anthony Terrenzio this strategy works only in a well defined trend
brosly Good afternoon I am trying to get the complete code of lex strategy made by adolfo since I s...
dreif123 hi Adolfo, is Alex Auto Trading Botindex working on DAX as well ? if so , can you post the...
Doctrading I forgot to write at the beginning :  a = 50 b = 50 These are intermediate levels Sorry
DerPat Thank you. This one could be an aid in my current research on stochastics.
Pelayo it is possible that in line 12 we should put seuilinf=-b, thaks for all
Doctrading Hello, Someone asked me something (his results seemed to be different) on my email, but it ...
Glen Marquis Not your best..So what is your best strategy? :)
GraHal Hi Nicolas I like this and would like to understand it fully so please forgive the (maybe) d...
Nicolas Hi GraHal, the Factor parameter is only a multiplier of the ATR that is added or subtracted ...
GraHal Nicolas, thank you for your useful and informative response. Yes I optimise using ProBackte...
Denis Hello, Congratulations and thank you for this work. I do not understand one thing, however...
Nicolas
9 years ago
GraHal Hi Nicolas Britains .itf file didn't work for me ... I had to change h to hh at line 13 and...
Nicolas Thank you GraHal for pointing this error, i have corrected the code in the file. The code in...
Nicolas
9 years ago
Nicolas
9 years ago
U Trend Sensor
U Trend Sensor
4
Indicators
Nicolas Hi Stef, thanks again for contributing to my near perfect english :)
Salocin Hi Nicolas, seems to be a pretty cool one as an indicator. can you define "plotsingal". Syst...
Nicolas Download the itf file attached to the post, there's everything needed in it. Just import thi...
Nicolas
9 years ago
cosmicsurfer I actually live up the road from Daryl Guppy. On the first day of my training i walked aroun...
Pleidian Hi, I'm trying to add the guppy indicator to my charts but i keep getting a box that's says ...
Nicolas Wrong copy/paste? Always a better idea to download the ITF file and import it into the platf...
Yantra "i believe this indicator could help any trend followers in trading decision. " I'm wonderin...
Nicolas
10 years ago
Tradesun Salve, ho provato ad inserire l'indicatore nella piattaforma ma mi chiede di definire la var...
maximus78 Tradesun, se scarichi il file ITF allegato e lo importi nella piattaforma ci sono già le var...

Top