Crypto Market Cap, BTC/USD, ETH/USD, USDT/USD, XRP/USD, Bitcoin
Apple, Advanced Micro Devices Inc, Amazon Com Inc, TESLA INC, NETFLIX INC, Facebook Inc
S&P 500, Nasdaq 100, Dow 30, Russell 2000, U.S. Dollar Index, Bitcoin Index
US 10Y, Euro Bund, Germany 10Y, Japan 10Y Yield, UK 10Y, India 10Y
An aggressive scalping indicator designed for short timeframes. Made up of: - The 21 and 55 EMA, but these are customisable to be any length and either the: ema, sma, tema, hma or wma - The TD sequential - Support & resistance zones which are indicated by red and green shaded horizontal areas The TD numbers 8 and 9 signal a possible turning point, especially if...
Hello traders Here we go again.... with the second strategy snippet. Reminder: the first snipper was a Trailing Profit strategy script What's on the menu? A trailing stop is designed to protect gains by enabling a trade to remain open and continue to profit as long as the price is moving in the investor's favor. The order closes the trade if the price...
This script is for research purposes only. I am not a financial advisor. Entry Condition This strategy is based on two take profit targets and scaling out strategy. The entry rule is very simple. Whenever the EMA crossover WMA, the long trade is taken and vice versa. Take Profit and Stop Loss The first take profit is set at 20 pips above the long entry and...
This script is for research purposes only. I am not a financial advisor. Entry Condition This strategy is based on two take profit targets, two stop loss, and scaling out strategy. The entry rule is very simple. Whenever the EMA crossover WMA, the long trade is taken and vice versa. Take Profit and Stop Loss The first take profit is set at 20 pips above the long...
Constructs the trailing ATR stop above or below the price, and switches directions when the source price breaks the ATR stop. Uses the Average Directional Index (ADX) to switch between ATR multipliers. The higher multiplier is used when the ADX is rising, and the lower ATR multiplier is used with the ADX is falling. This ADX criteria further widens the gap between...
In this script I combined SSL channel with RSI and EMA 200 mainly. Can be modified to apply EMA 50/100 condition aswell. Also contains SL/TP in pip points to play with. Credits goes to : @ErwinBeckers for ssl @Skrymtn for EMA crossover For more details/ improvements feel free to message me.
I realized that the zone changes in the stoploss remained slow, so I couldn't make enough use of the characteristics of technical indicators when opening positions. This pushed me to keep stop-loss under the influence of a dependent variable. This script helped me a lot (everget) : I've redesigned the...
This script provides high probability entry points and includes Take Profit and Stop Loss targets. It attempts to predict when the market conditions are set to move up, and prints long positions. In addition to Long Entry Arrows, it will print Take Profit / Stop Loss targets. This indicator is highly adjustable. Hence the name 'Experimental' in the title....
Taking your first steps into automated trading may be challenging. Coinrule's mission is to make it as easy as possible, also for beginners. Here follows the best trading strategy to get started with Coinrule. This strategy doesn't involve complex indicators, yet was proved to be effective in the long term for many coins. Results seem to be improved when trading...
Another script based on Linda Raschke's strategy with the same name from her book about swing trading.
ATR is an indicator that has been removed and replaced with a moving average.Bar colors and infopanel have been added. //Barcolor Green = ExMov > Most and close > Most and low > Most Blue = ExMov > Most and close > Most and low < Most Red = Most > ExMov and close < Most and high < Most Yellow = Most > ExMov and close < Most and high > Most //It gives White color...
Little tool to quickly identify stops and take-profit levels based on Average True Range. User can change ATR multipiers, as well as the ATR length used. Green and red lines show these levels; plot is visible over last 8 bars only to reduce clutter. Label showing the current ATR, up above the last bar
The strategy contained in this post comes courtesy of babypips (.com), an excellent resource for all thing forex related. If you are new to trading, the site is definitely worth checking out! Code commentary and an introduction to Inside Bars are available for this post on the Backtest-Rookies (.com) website. Note: If you are interested in custom development...
//@version=3 study("MavilimW,DARVAS,Tillson T3,trailing stop loss,ichimoku", overlay=true) M1= wma(close, 3) M2= wma(M1, 5) M3= wma(M2, 8) M4= wma(M3, 13) M5= wma(M4, 21) MAVW= wma(M5, 34) plot(MAVW, color=blue, linewidth=2) //@version=3 //author KıvanÇ @fr3762 on twitter //creator Nicholas Darvas //iff(low=lowest(low,5),low,iff(low =lowest(low,5),low ,iff(low...
A simple visual representation of ATR trading targets. The indicator shows ATR targets (TP and SL) from the last swing points (if you entered there) There is an option to chose targets for a long or short position. JD. #NotTradingAdvice #DYOR I build these indicators for myself and provide them open source, to use for free to use and improve upon, as I believe...
I am sharing the strategy version of the indicator used before. It is very simple to use. These are the settings I use, you can change, test and use as you wish. Atr Period 5 Highest High Period 10 Multiplier 2.5 It can generate more signals in shorter time frames. The success rate will be higher in longer time frames.
As introduced by StockCharts.com, Chandelier Exit was developed by Charles Le Beau and featured in Alexander Elder's books, this sets a trailing stop-loss based on the Average True Range (ATR). Chandelier Exit can be formulated as a stop-and-reverse (SAR) or as a traditional trailing stop-loss version shown by Stockcharts.com. The main difference is that, in...
This simple script analyzes the trend in real time... Alerts, SL, TP, bla, bla, bla...