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
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'...
Bard Very interesting approach Vonasi! I'm getting a 404 error when trying to download though?
Vonasi I just tested and I was able to download with no error.
Psari Hi Vonasi, I am a newbie and was wondering whether you could possibly help me with this pro...
Bard I've also just noticed that changing the "Bands Deviation" setting from 1.25 to eg 3 doesn't...
bartekz Hi @Nicolas, Really impressed by your work. I am trying to replicate the Wave-PM indicator t...
Nicolas You don't have to replicate it, download the file and import it into your platform.
Marius Zammit Still learning and very new to all this. Can this indicator be turned into an automated trad...
Nicolas Yes sure, please create a dedicated post in the automated trading forum.
leederbyshire Hi is it possible to replace the dots with red/green vertical lines? Thank you.
darbes Hi How does it go on live ? JC
antonio73 Balmora74, io vedo che funziona anche su timeframe ad 1 minuto con piccole ottimizzazioni, t...
Juananantoniorodriguez hola buenas, a este sistema automático, Cómo se le podría poner un stoploss de beneficio sim...
juanj
5 years ago
juanj I have actually completely redesigned this indicator with loads of improvements, so will res...
arnaudat Merci nicolas, j'ai déjà pris cette version et en plus je suis sur les futures. Par contre d...
ullle73 hi nicolas, when im making a strategy out of this i get the error "PRC_VWAP z-score" called ...
Nicolas Please open a new topic in the ProOrder forum section and post the code there in order to ch...
Bard Problems with Safari latest s/ware and this site and links and adding code. Let me add the...
grimweasel47 Ok thanks Nicolas - could this be adapted to take into account MFI and then have price, volu...
Nicolas I don't understand what you mean exactly, would be better to open a topic about this idea wi...
jissey Bonjour Bolsatrilera,j'essaie de vous contacter pour le cm rsi ;je le trouve interessant, m...
jissey J'essaie de vous contacter pour l'indicateur"cm rsi"....
Nicolas Yes, that's how it goes when using loops..
JosephFelix Hi, Could I please have help with adding these indicators 'on price'? Every indicator that I...
Nicolas Just add it on price by clicking the wrench on the left upper side of the price chart.
joobeng Sorry, I solved the problem. I have add the CBL indicator using the spanner icon on the pric...
Nicolas Adjust the price settings for the Y Axis to use the price only.
XXXXVII Hello Your indicator is interesting. However, I can't see the orange line. Do you have ...
s00071609 Is it possible to have fibo numbers like 1, 2, 3, 5,8 sequence by modifying the calculation?
Nicolas sorry i dont get it. you want to plot the next level at current price + ratio?
s00071609 I meant not plotting 4, 6 and 7. This question about having 1,3,5,8 sequence was meant to be...
bertrandpinoy hi Leo, are you still using thoses strategy right now?
avatar
crazytrader Any improvements of this?
princedon184 hi my name is prince i need help
YvesRobert Merci beaucoup Nicolas. Existe t'il un petit programme qui permet de tracer sur la graphe en...
Nicolas Oui il y a celui ci: https://market.prorealcode.com/product/prt-renko/?lang=fr
YvesRobert Bonjour Nicolas, j'ai une question technique à te poser. Je visualise souvent le cours en RE...
jebus89 Big thanks for sharing this :) Seems to work as expected, good stuff.
ALE
6 years ago
settival CIAO ALE CREDO DI AVER SETTATO PER BENINO LO SCALPING INDICATOR MA NON VISUALIZZO I SEGNALI ...
graff.laetitia Hello, I'm sorry to bother you, I'm new to trading, I managed to download the indicator but ...
Alby118 i can get it to work? dax 1 min. upload indicator on the4 chart. thank you
GraHal Is this the Discussion Topic you need @Gregg https://www.prorealcode.com/topic/scalping-i...
bertrandpinoy bonjour Nicolas y a t il une possibilité de signal sonore dès qu une vente ou un achat serai...
Nicolas Oui cela nécessitera une adaptation du code cependant, merci de formuler une demande sur le ...
Nicolas
7 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 ...

Top