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...
Hello All, This is backtesting result of following indicator/strategy. I didn't work on adding other indicators. maybe in the future I can try to combine this with other indicators. You can visit following link to see "Pivot Point SuperTrend" . by using this backtesting tool, you can test&find better options There is option "Use Center Line to Close Entry...
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 stop-loss to be affected by intersections. Therefore, this...
"How to code moving stop-loss mechanism", is one of the most often repeating questions in private messages I receive, so just to focus on this mechanism, I made a spin-off from my previous script: TradingView-Alerts-to-MT4-MT5-dynamic-variables-NON-REPAINTING . The logic here moves the stop-loss each time a trade is running and a new pivot high/low is detected....
The Parabolic Stop-and-Reservse (PSAR) is a trend indicator, intended to capture reversal signals and show entry and exit points. The PSAR is bullish when the PSAR is below the candle body (usually indicated by a dot) and bearish when the PSAR is above the candle body. The PSAR generally only moves in the direction of the trend, making it useful for markets with...
This indicator overlays a series of Parabolic Stop And Reverses (SARs) to continuously illustrate trends as they form in addition to a range of good possible levels at which to place stop orders. The Initial Start argument gives the minimum value for the SAR function's "Start" argument. The Increment/Start Ratio argument gives the ratio of the SAR function's...
## THIS SCRIPT IS ON GITHUB ## MORE BACKTEST SuperTrend is a moving stop and reversal line based on the volatility (ATR). The strategy will ride up your stop loss when price moviment 1%. The strategy will close your operation when the market price crossed the stop loss. The strategy will close operation when the line based on the volatility will...
I am republishing this indicator as something changed within TradingView's script engine so that the old script ceased to function ( a minor syntax error that used to be acceptable but no longer is). Anyhow here's the fixed version which as you can see has done a great job of keeping us on the right side of the trend with once-hot stocks like Skyworks !
Hello my young padawans looking for the FORCE to get richer on your next trade I got pinged at least three times today asking where the hell is the indicator of the day. You asked, I delivered :) Here's your free open-source Trade Manager Version. My associates might kill me for sharing that one... anyway this is a real GIFT. I won't share such quality...
Hello traders, This is a script I use daily as a scalper and it helps me a lot, maybe it can help you, this is why I am sharing it! PART 1 - DESCRIPTION This program is specifically designed to help scalpers but can be used for all types of trading but won't be as useful. This script is what I call an entry helper as it calculates dynamically the position size,...
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...
Standard Percentage-based Stop Loss for long and short, with configurable extra exit conditions. Just copy/paste into your script. Uses "low" and "high" values for crossing the stop loss threshold, but can be changed to "close" if you prefer (change "low" and "high" on lines 31 and 32 to "close")
This will help you figure out what stop loss settings work best for you. Some people might prefer ATR 14 * 0.5 for shorter timeframes, some might prefer more extreme settings such as ATR 30 * 2 to not get stopped out as often.
I'm a big fan of simple strategies. This one is a very simple one. So it consists only from one Trailing SL. When SL is hit, the position is reversed and SL is tracked for a new position. You can choose one of 3 types of SL: % of your price ATR - it is calculated as current ATR * multiplier Absolute As you can see even this simple strategy can show...
This strategy work when ADX line Crossover the 25 value, if the price was above the Alligator lines then its buy signal and if it was under the Alligator Lines then its sell signal Stop Loss is the Jaw line ( you could choose any of the 3 lines ), and the take profit is 1.5 the stop loss ( also you can change the risk to reward ratio ) I add a filter if the...
Simple 3 EMA Strategy with plotted Take Profit and Stop Loss Entry condition: - Middle EMA cross above the Slow EMA - Set take profit and stop loss exit conditions based on ATR Indicator Exit condition: - Fast EMA cross below the Middle EMA
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...
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