This script lets you add up to 8 EMAs (Exponential Moving Averages) that can be set to any timeframe and length. The difference between this and other EMA indicators is that it has a simple label attached to each EMA showing which timeframe it belongs to and what length it is, so you can get that information at a glance while trading without having to remember the...
This example show how to make multiple take profits in percent.
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...
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:...
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...
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...
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...
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...
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.
Multiple Ema 20/50/100 and you can add more EMA Plot easily by changing the codes.
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!
Simple script for using multiple moving averages all in the same indicator. Default settings are 9 EMA, 25 SMA, 99 SMA.
This indicator presents standart RSI and MACD indicators in a single indicator. The appearances of these indicators have been modified a little bit and squeezed into one window. To overcome the scale problem the MACD values has expanded with 1000 and divided by the current price to use both indicators in the same scale. Original values could be determined from...
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!
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...
This is a second attempt at an easy to understand multiple time frame strategy. This one uses ATR for exits. If the position is long, and the price closes below the ATR multiplier, it triggers a close. If the position is short, and the price closes above the ATR/multiplier, it triggers a close. This generates a lot of little trades but is useful because it...