Volatility scalper indicator

Volatility scalper indicator

This indicator is sensing the high volatility of market price. It reflects when the market makes big moves on the same bar. I think it can be applied to any timeframe, but i have a better feeling on applying it on higher timeframe on forex pairs. Nevertheless, it would also make the job on any market, but the treshold parameter would be adapt to point/decimal of the item you would trade.

 

 

 

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. Dimi.A • 10/13/2015 #

    Hey Nic, is there any issue with the indicator on your end with different pairs. I’m not sure what settings I should be using. Could you please provide your settings?Thanks mate!

    • Nicolas • 10/13/2015 #

      The “threshold” parameter should be adapted to the instrument, for Forex, use 0.01 as mentioned in the code.

  2. Dimi.A • 10/13/2015 #

    Thanks mate, how about 0.001? Or is that too sensitive?

    • Nicolas • 10/13/2015 #

      Depends of which pair you are trading and the actual volatility. Since it is not calculated dynamically, you have to set it with a value that suits to the market.

  3. Sofitech • 10/13/2015 #

    Bonjour. J’aimerais savoir s’il est possible de “truquer” un peu l’indicateur pour qu’il donne le résultat sur timeframe plus important que celui affiché… bref de contourner la limitation MTF de PRT pour cet indicateur.

  4. Maz • 10/13/2015 #

    I actually like this very simple idea. It can also be useful for market micro-structure systems (seconds and milliseconds) when used in conjunction with other filters. 
    I have introduced an automatic threshold parameter with smoothing and vertical shift controls. 
    // Volatility Scalper
    // Version 1.2
    // --

    // Variables
    // threshATRPeriod = 40
    // smoothing = 2
    // verticalShiftPercent = 0
    // --

    threshATRPeriod = max(1, threshATRPeriod)
    smoothing = max(1, smoothing)

    diff = averagetruerange[1] - averagetruerange[2]
    if(close-close[1])>0 THEN
    upsidevol = averagetruerange[1] + diff * 0.5
    upsideVol = max(upsideVol, 0)
    downsidevol = 0
    ELSE
    upsidevol = 0
    downsidevol = averagetruerange[1] + diff * 0.5
    downsideVol = max(downsideVol, 0)
    ENDIF

    t = DEMA[smoothing](AverageTrueRange[threshATRPeriod])
    t = t + (t*(verticalShiftPercent/100))

    RETURN upsidevol coloured(150, 200, 100) style(histogram, 1) as \"up\" , downsidevol coloured(200, 150, 100) style(histogram, 1) as \"down\", t as \"treshold\"

     

    • Nicolas • 10/13/2015 #

      Thanks Maz, I’ll have a look tomorrow.

avatar
Register or

Likes

avatar avatar avatar
Related users ' posts
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...
christophe11560 salut gabri, Je n'ai pas de commentaire sur "s*s", c'est ton choix personnel. Je me posais...
gabri Hi, the SQRT(254) it is used to annualize the value. In terms of the "s*s" I just used the s...
christophe11560 Merci pour ton retour
guillermus69 is this " a= log(close/close[1])" better than a = ((close/close[1]) -1) *100 . I ...
gildaslm Hi gabri, thanks very much for your work, it helps me a lot. Have you ever tried to make the...
gandolfi thanks for your screener. Do you have the code for original Sharp ratio in order to compare ...
Abz Thanks gabri
Mattzi In your opinion is less than 20 stocks a bad idea? Thank you.
gabri No, you can pick as many or as little as you want. The portfolio composition depends on many...
xel Hi! I found myself that the indicator posted here contain an error, I want to edit or fix i...
Jan Wind Thanks for the indicator. Seems to indicate the start of the short term trend quite well, ...
Nicolas Questo indicatore è stato progettato solo per i dati intraday, ma potrebbe essere adattato a...
MrCrous //FR Bonjour, Dans le code ci dessus, je ne comprends pas ce que fait la ligne : linea...
Nicolas J'ai déjà répondu à cette question quelque part sur le forum. Il faudrait chercher un topic ...
dzim0032 J'avais oublié de mettre un commentaire pour la vente du scalper dont les règles sont justes...
Lotech123 Thanks for this indicator. Working on a 3 M timeframe with the DJI, it can produce some inte...
JSTAR PRODUCTIONS Hi there, I downloaded the Indicator but the indicator does not show up on my charts. Am...
JSTAR PRODUCTIONS Hi, Worked it out. Thanks
poonsl2828 Hi! Francesco I have test it on GBP/USD but it only have a trade on 9 Jun which i backtes...
ullle73 why not use 1h chart? has 95% hitrate
ullle73 i see most of positions are only 1 pip before exit?
Francesco78 Hi Pepmartorell, please let's continue the discussion on the forum thread so that we can sha...
Francesco78 Hi Pepmartorell, please let's continue the discussion on the forum thread so that we can sha...
Jusmih1 Hi there, i am looking at your Strategy however when you put in automatic trading mode its ...
bruces Hi. Thank you that is what I am looking for. As well as the chart, I want to also add to a...
Jodal Bonjour Nicolas, Merci pour cet indicateur! Est-ce possible de configurer une alerte pou...
Nicolas Merci pour le post dans le forum en respectant les règles de publication énoncées dans le ca...
Dron De lo mejorcito
fabio407 Thanks, Nicolas. Very useful. Would you tell me where to find what result conveys the functi...
Nicolas This is not an instruction of the programming language but a variable from this indicator (l...
fabio407 OK. I didn't notice it. Many thanks, Nicolas!
Wilko And not only readable.... makes it much easier to iterate different entry/exit-conditions, d...
IGOSNELL Hi Interesting strategy, when I used $ M-R Dif EURUSD M15 Long if does not enter any positi...
ilvillans HI, I modified the system, from good results but from this error: Replace the variables wit...
Nicolas Restart your platform in order to be sure to use the last version, there was a version rollb...
bertrandpinoy bonjour voud pouvez m envoyer le code modifier par vous?
Nicolas Désolé , je ne comprends pas votre question.
Nicolas Rien, il faut l'appliquer sur la charte. Soit le mettre sur le graphique du prix, à l'aide d...
signorini Merci pour votre réponse. Je l'applique sur la charte, j'utilise la petite clé pour effacer ...
signorini Je vous remercie, Nicolas. C'est fixé. Très bon week-end.

Top