veryfid

Tesla Coil

veryfid 업데이트됨   
This indicator reads the charts as frequency because the charts are just waves after all. This is an excellent tool for finding "Booms" and detecting dumps. Booms are found when all the frequencies pull under the red 20 line. Dumps are detected when all the lines drag themselves along the 20 line as seen is screenshots below.
Below is another 2 examples of a "boom". Everything sucks in before exploding out.
Below is an example of a dump:
릴리즈 노트:
Added signals for pos and neg crossover. Added bg coloring. Added alerts for pos/neg crossover and "boom" for when all lines are under 20. Added mirror option.
릴리즈 노트:
A big shout out to @KryptoBeau for the latest update and improvements. Here are the changes:
144 plot(len1 * 3 ,"3xlen1", color=#bbd9fb)//original line
155 cond1 = rcm < 20 and len < 20 and average < 20 and len1 < 20//original line - had problems because of the len1*3 issue
160 cond3 = crossunder(average,20)//KB edit from "crossover"
166 bgcolor(cond2 and bgcolor ? color.new(color.white, transp=inputBackgroundTransparency) : na, title="cond2 Background")//KB changed from cond1.
169 plotshape(signals ? cond3 : na, title="Neg Crossover", location=location.top, style=shape.circle, size=size.tiny, color=color.new(color.red, transp=20))//KB Edit to Neg Cross over not Pos Crossover
릴리즈 노트:
Tesla coil is now easier to read. Use this indicator to pin point the best trades and exact moment of explosion. Enter trade on a crossover and you skip the sideways wait before a breakout. Look for crosses on each set of lines. Lines light up as it pulls in for an explosion. Big things also happen when the purple and light blue lines cross. Use with a fast oscillator like boom hunter pro and it is hard to make a bad trade. Enjoy
릴리즈 노트:
Minor fix to alerts. Alerts trigger when the white lines cross, when the purple lines cross and when the blue lines cross.

There are 3 lines displayed. All are based on formulas by John Ehlers. These lines measure the cycles of charts, using them together we can enter trades at the beginning/end of cycles. These are moments of extreme volatility.

Cosine IFM - An instantaneous frequency measurement of dominant cycle periods.

In-phase and quadrature IFM - An instantaneous frequency measurement of dominant cycle periods using in-phase and quadrature analysis.

Average - Average of the 2 above lines as well as RCM. These are strong cycle measurements as it uses 3 sets of data to find the mean.

The white and purple lines will help find explosive volatility.

오픈 소스 스크립트

이 스크립트의 오써는 참된 트레이딩뷰의 스피릿으로 이 스크립트를 오픈소스로 퍼블리쉬하여 트레이더들로 하여금 이해 및 검증할 수 있도록 하였습니다. 오써를 응원합니다! 스크립트를 무료로 쓸 수 있지만, 다른 퍼블리케이션에서 이 코드를 재사용하는 것은 하우스룰을 따릅니다. 님은 즐겨찾기로 이 스크립트를 차트에서 쓸 수 있습니다.

면책사항

이 정보와 게시물은 TradingView에서 제공하거나 보증하는 금융, 투자, 거래 또는 기타 유형의 조언이나 권고 사항을 의미하거나 구성하지 않습니다. 자세한 내용은 이용 약관을 참고하세요.

차트에 이 스크립트를 사용하시겠습니까?