Supertrend is a trend finding indicator. This indicator helps you to use 3 supertrend indicators in one go
Hello, This is my version of Super Trend The biggest problem with supertrends is that there are a lot of false signals, which when the trend is uncertain give a lot of losses My task in creating this script was to minimize the number of false sinhals. Smart supertrend is both dependent on ATR, price movmment as well as ADX, CLOUD It works in such a way that...
This example show how to make multiple take profits in percent.
I don't expect to iterate any further on this script, unless any weird issue crops up. Description and usage detailed in the comments at the top of the script. Cheers! To repaint or not to repaint, all the relevant sources are exposed as inputs for customisation - so the choice is yours. Cheers!
Hi, Here is a 'template', using array's, for multiple orders and different SL/TP levels per trade (This is an example with max 5 open trades) The 'switch' makes sure that the first available position will be used, for example, when 'L1' is closed in the past, and a buy condition is triggered, position 'L1' will be filled, should it be that 'L1', 'L2', 'L3' are...
Send MACD alert through email (available for free/pro user): // 3 - buy // -2 - short // 0 - close position // 1 - ignore Example buy signal Alert: STRAT3. BINANCE:BTCUSDTPERP, price = 31080 Example sell signal Alert: STRAT-2. BINANCE:BTCUSDTPERP, price = 31080 Example close signal Alert: STRAT0. BINANCE:BTCUSDTPERP, price = 31080 Example ignore signal Alert:...
An implementation of the Guppy Multiple Moving Average, as originally described by Daryl Guppy. Alert presets have been added for convenience, including - Price enters investor group - Price rises over investor group - Price falls under investor group - Trader-group rises above Investor group - Trader-group falls below Investor group Learn more about...
Reverse formulated what the closed source version is and releasing open source publicly to give back to the community. If you have any questions feel free to join our Discord!
Multiple Ema 20/50/100 and you can add more EMA Plot easily by changing the codes.
Create and customize up to 6 EMAs and 6 SMAs. Useful for both long-term and short-term trading. Comes configured with the moving averages I use for trading.
This indicator was build upon based on Gann Angle and Gann Multiplier as refered of The Tunnel Thru The Air Or Looking Back From 1940, written by WD Gann . Credits to FaizHebat for calculation. Indicator features : 1. Font size from tiny to huge. 2. Table position. 3. Color for cell table and plot can be input or reversed. 4. Plot can be show or hide and also...
This indicator will use a moving average to create the channel around the price. It has some settings Display Settings Here it's possible to select what the indicator will display, from the middle line to the 3rd band level. Reversion points will appear when the price cross out the selected band Swing back option, when active, will make the indicator display...
Simple script for using multiple moving averages all in the same indicator. Default settings are 9 EMA, 25 SMA, 99 SMA.
Due to popular demand (one person asked) this is an updated version of my EMA 12 indicator. This indicator will show up to twelve moving averages at a time in a single indicator. Or, to put it another way, a moving average ribbon. You can turn individual MAs off or on at your discretion, to show from none to twelve at a time, to better visualize support and...
Bollinger Bands, with incremented additional outer bands. Set as you would normally, but with the addition of an incremental value for the added outer bands. Defaults with Length 20, base multiplier of 2.0, and an Increment value of 0.5 for additional outer bands at 2.5 and 3.0. Adjust values to suite your needs. All lines and zones have colour and formatting...