This indicator by default comes with the MACD shown but can be switched to show the RSI instead. Settings for each indicator can also be customized as well as Buy/Sell signals given based on pull back crossovers that follow the 200 EMA of the price Chart. There's an above/below middle fill option you can use but I tend not to but I know some traders like to see...
Adaptive ATR Channels are adaptive Keltner channels. ATR is calculated using a rolling signal-to-noise ratio making this indicator flex more to changes in price volatility than the fixed Keltner Channels. What is Average True Range (ATR)? The average true range (ATR) is a technical analysis indicator, introduced by market technician J. Welles Wilder Jr. in...
This code shows expected reaction target prices after sudden moving based on MFI . Red area means the price is on overbought area, green area means the price is on oversold area. If you see red area under price, you can make short option to next to the horizontal beginning price of red area. If you see green area over price, you can make long option to next to the...
Wolf EMA & OHL & SIGNALS this indicator is mainly used for fast trading techniques (scalping). provides various tools for comprehensive trend analysis. 5 EMAs are used to have possible market entry or exit signals. EMA Thanks to the combination of the EMAs of different timeframes, you can immediately get an idea of the resistances or supports of the...
Trend Identifier for 1D BTC.USD It smoothens a closely following moving average into a polynomial like plot. And assumes 4 stage cycles based on the first and second derivatives. Green: Bull / Exponential Rise Yellow: Distribution Red: Bear / Exponential Drop Blue: Accumulation Red --> Blue --> Green: indicates the start of a bull market Green --> Yellow -->...
The ADX and MACD confluence can be a powerful predictor in stock movements. This script will help you find those confluences in an easy to understand visual manner. It includes Buy and Sell signals for detected confluences, and will show colored candles to help you determine when to exit a trade. When the candles turn to white that means the detected confluence...
This Signal Indicator that emits a signal based on two MAs crossover/crossunder. It is designed to be used as an External Input for "Template Trailing Strategy" to verify the correctness of the External Deal Condition Mode of the aforementioned script and the Internal Strategy logic. Also, this script is a simple example on how to create custom signal indicators...
Library "TradingHook" This library is a client script for making a webhook signal formatted string to TradingHook webhook server. buy_message(password, amount, order_name) Make a buy Message for TradingHook. Parameters: password : (string) password that you set in .env file. amount : (float) amount. If not set, your strategy qty will be...
buy sell signal this indicator is only for education purpose
This indicator is mainly based on Overbought and Oversold . Indicator for short-term trading. This way you can get small but acceptable signals. The main basis of the indicator is as follows: To buy, the indicator is waiting for the instrument to be oversold from the RSI point of view. Then, if the chart crosses the bottom line of the Envelope indicator from...
This indicator highlights points where price significantly deviates from a central level. This deviation distance is determined by a user-set value or using a multiple of a period 200 Atr and is multiplied by successive values of the Fibonacci sequence. Settings Method: Distance method, options include "Manual" or "Atr" Size: Distance in points if the...
Built with love "Double EMA With Pullback Buy Sell Signal " This indiator will help you to find a Double EMA Pullback Signal You can combine with your own strategy, or use this purely DISCLAIMER : Measure the risk first before use it in real market Backtest The Strategy was very important, so you know the probability Fundamentally Logical : Pullback (Some...
Avoid Fake Signals, and identify the trend. How it works ? - it calculates main trend direction by using the length that is user-defined. so you can change it as you wish - then it calculates trend direction for each 9 lower lengths. if you set the length = 20 then the lengths are 19, 18,...11 - and it checks if the trend directions that came from lower lengths...
P-Signal Gravity will help you choose a trading strategy, taking into account volatility and exchange commissions. The white circles indicate the probabilistic position of the virtual center of gravity. The reliability parameter determines the probability of finding such a center of gravity. The table shows the latest price and the expected P/L, taking into...
This is a simple scalping strategy that works for all time frames... I have only tested it on FOREX It works by checking if the price is currently in an uptrend and if it crosses the 20 EMA . If it crosses the 20 EMA and its in and uptrend it will post a BUY SIGNAL. If it crosses the 20 EMA and its in and down it will post a SELL SIGNAL. The red line is the...
Library "BjCandlePatterns" Patterns is a Japanese candlestick pattern recognition Library for developers. Functions here within detect viable setups in a variety of popular patterns. Please note some patterns are without filters such as comparisons to average candle sizing, or trend detection to allow the author more freedom. doji(dojiSize, dojiWickSize) ...
To complete our previous work on breakouts with pivot point-based levels, we introduce an indicator returning pivot point based trendlines with highlighted breakouts. Users can control the steepness of the trendlines as well as their slope calculation method. The indicator also includes integrated alerts for trendlines breakouts. Settings Length: Pivot...
I simulated the NLTTa_EoRfA indicator with the Bitcoin-USD For details about the indicator, visit my profile on tradingview For Simulation, with default settings, we order When on Long setup and price on green area - open a long position that closes on red area When on Short setup and price on red area - open a short position that closes on green area And we...