SQUEEZE EMAC
Forums › ProRealTime forum Français › Support ProScreener › SQUEEZE EMAC
- This topic has 3 replies, 2 voices, and was last updated 7 years ago by ghary.
-
-
03/23/2017 at 4:49 PM #29646
Bonjour à tous,
A partir de deux indicateurs créés par Nicolas que j’ai fusionné ( le GRAB Candlestick Index et le Volatility Cycle Index ) j’aurais aimé faire un screener où le squeeze se trouve sous un certain niveau (-100) par exemple
ou mieux après une certaine période sous un niveau , repérer le décalage à la hausse du squeeze
Le screener que j’ai fais ne retourne rien alors les bonnes volontés sont les bienvenues pour sa fabrication.
1234567891011121314151617181920212223242526272829303132// SQUEEZE EMAC 23 mars 2017////////////////////////////////////EMAC = average[p,mmTYPE](close)// p = 34// mmTYPE = exponentielle//////////////////////////////////////PRC_Volatility Cycle indicator 02.12.2016 Nicolas @ www.prorealcode.com//Sharing ProRealTime knowledge converted and adapted from Metatrader4 versionInpBandsPeriod=20 // PeriodSmooth=2 // SmoothnessStdDev = std[InpBandsPeriod] (EMAC)//(close)highindex = highest[InpBandsPeriod](StdDev)[1]lowindex = lowest[InpBandsPeriod](StdDev)[1]if barindex>InpBandsPeriod thenVolDer = (StdDev-highindex)/(highindex-lowindex)VolSmooth = average[Smooth](VolDer)if VolSmooth>0 thenVolSmooth = 0elsif VolSmooth<-1.0 thenVolSmooth = -1.0endifendif/////////////////////////////////Squeeze = volsmooth * average [psq](EMAC)// psq = 20 periode squeezeRETURN VolSmooth as "Volatility Cycle" , Squeeze as " Squeeze "1 user thanked author for this post.
03/24/2017 at 12:33 PM #2975203/26/2017 at 12:45 PM #29907avec le code initial c’est mieux
123456789101112131415161718192021222324252627282930// SQUEEZE EMAC 23 mars 2017////////////////////////////////////EMAC = average[p,mmTYPE](close)// p = 34// mmTYPE = exponentielle//////////////////////////////////////PRC_Volatility Cycle indicator 02.12.2016 Nicolas @ www.prorealcode.com//Sharing ProRealTime knowledge converted and adapted from Metatrader4 versionInpBandsPeriod=20 // PeriodSmooth=2 // SmoothnessStdDev = std[InpBandsPeriod] (EMAC)//(close)highindex = highest[InpBandsPeriod](StdDev)[1]lowindex = lowest[InpBandsPeriod](StdDev)[1]if barindex>InpBandsPeriod thenVolDer = (StdDev-highindex)/(highindex-lowindex)VolSmooth = average[Smooth](VolDer)if VolSmooth>0 thenVolSmooth = 0elsif VolSmooth<-1.0 thenVolSmooth = -1.0endifendif/////////////////////////////////RETURN VolSmooth as "Volatility Cycle" , - 0.95 as " - 0.95 "03/26/2017 at 7:12 PM #29922Bonsoir supertiti,
ce screener détecte les baisses de volatilité ou la phase 1 des bollinger ?
Merci en tout cas pour le partage.
J’ai placé ton indicateur grab avec les bollinger cela donne une vu rapide dès mouvements hausses ou baisses.
J’ai ouvert un tropic sur la possibilité de mettre sous forme d’indicateur ou screener la théorie de Dow avec l’indicateur fractal zig-zag
-
AuthorPosts
Find exclusive trading pro-tools on