Hello traders I hope you're all doing well and the quarantine will soon be over in your respective countries. We all have strong opinions on how it could have been handled by our respective governments but the facts cannot be contested. And basically, they acted based on a lot of unknown data. Obviously, we can throw away some conspiracy theories but what's the...
Hello traders This script is a Pinescript adaptation of this FXCM/LUA script Draws a flexible number of moving averages between 1 and 5 - with a end result looking like a rainbow Formula Each Moving Average is defined as a Moving Average of the previous MA The first MA is based on candle close MA = MA of Price MA = MA of MA .... MA = MA of MA ...
Hello traders Here we go again.... with another strategy snippet. Reminder: it's an alternative of this Trailing Stop strategy script Entry logic The entry is based on a Simple Moving Averages (SMA) cross. This part doesn't matter here - as I wanted to focus on the ATR multiple stop loss component. ATR STOP This strategy snippet uses an entry stop loss...
Hello traders My way to fight this situation is to stay productive. Hope some of my scripts will help you out as most of us are locked-down at home, hence have more time for trading - and preparing ourselves when the sun will shine on us again I - Concept This is an upgrade of this script which captured only the regular divergences This screener detects...
Hello traders I hope you're all hanging on at home with what's going on these days... The good news is.... it gives us more time to trade ^^.... #positive #attitude I - Concept This screener detects whether the regular RSI divergences based on the TradingView Divergence built-in indicator (made by the gentleman @everget I believe) With this screener, you can...
Hello Traders This is a proof of concept and a cool pinescript utility It displays a risk to reward division as a fractional value. For example Risk: 300 Reward: 600 This will be displayed as 1/2 as we can earn 2 units for a potential loss of 1 unit (600/300 = 2) for those wondering the NASA level mathematics behind :) Best regards Dave
Hello traders This is the strategy version of this script I - Concept I present to you, ladies and gentlemen, the first screener for harmonic patterns. Starting with an ACBD pattern screener this time!! I used the calculations from Ricardo Santo's script In short, he's using fractals (regular or Bill Williams ) for the pattern calculations. A...
Hello traders This is a simple algorithm for a Tradingview strategy tracking a convergence of 2 unrelated indicators. Convergence is the solution to my trading problems. It's a puzzle with infinite possibilities and only a few working combinations. Here's one that I like - Engulfing pattern - Price vs Moving average for detecting a breakout Definition...
Hello traders This is a quick helper displaying the US bank holidays labels 1 day before the actual bank holiday date Useful to be reminded when it's better to not trade as the big "whales" aren't trading either - and are probably drinking cocktails on their yachts in the Caribbeans island This is my way of saying that, the days where the USA are off, the...
Hello traders Someone requested the strategy version of the Supertrend CCI indicator It's a Supertrend not based on candle close but based on a CCI ( Commodity Channel Index ) How does it work? Bull event: CCI crossing over the 0 line Bear event: CCI crossing below the 0 line When the event is triggered, the script will plot the Supertrend as follow UP...
Hello traders A bit of context Definition: Volatility is defined as the close of current candle - close of the previous N candle This is an alternative version of my Best Volatility Calculator The other version is displayed on a panel below. This one overlays on the chart using the "overlay=true" setting This indicator shows the average volatility, of...
Hello traders, This indicator shows the average volatility, of last N Periods, for the selected time frames. You can select up to 2 timeframes with this version Volatility is defined as the close of current candle - close of the previous N candle Presented as Currency, Pip, percentage labels in a panel below. Will calculate in real-time only for the current...
Hello traders This is an upgraded version of my Dollar Cost Average (Data Window) script 1 - What is Dollar-Cost Averaging ( DCA )? Dollar-Cost Averaging is a strategy that allows an investor to buy the same dollar amount of investment at regular intervals. The purchases occur regardless of the asset's price. I hope you're hungry because that one is a...
Hello ladies and gentlemen traders Continuing deeper and stronger with the screeners' educational series one more time. This one is heavy crazy mega cool (pardon my french). I - Concept I present to you, ladies and gentlemen, the first screener for harmonic patterns. Starting with an ACBD pattern screener this time!! I used the calculations from Ricardo...
Hello traders, This script is an adaption of an FXCM indicator called Pivots Cloud Takes in input two timeframes, build the pivots based on them and fill the space between those pivots Should be non-repainting Best Dave
Hello traders, That one is an experiment I was curious to see what a supertrend based on moving average cross could give How does it work? Bull event: fast moving average crossing over the slow moving average Bear event: fast moving average crossing under the slow moving average When the event is triggered, the script will plot the Supertrend as follow UP...
Hello traders Today I present you a Supertrend not based on candle close but based on a CCI (Commodity Channel Index) How does it work? Bull event: CCI crossing over the 0 line Bear event: CCI crossing below the 0 line When the event is triggered, the script will plot the Supertrend as follow UP Trend = High + ATR * Factor DOWN Trend = Low - ATR *...
Hello traders, I offer you today the BTC halving countdown updated in real-time on your charts I inspired myself greatly from the gentleman @everget's script LTC halving countdown below ( The countdown date is coming from that source www.bitcoinblockhalf.com. The halving date is estimated to be around May 13th, 2020 . That date is hardcoded in the...