The Falcon v2 [SETUP]Hello,
as requested here is the setup version of my previous script. Works perfectly for automatic trading using buy and sell simple strategy.
The indicator is built upon RSI , EMAs and some other personnal tricks so predict trends.
I coded a stop loss and take profit system : you have to set up the script parameters before creating the alert.
As usual I am selling access to the script, with a trial for those who want to test first. I am also open to development or reverse engineering commissions.
Stoploss
ATR Stop LossAdds an indicator that can be used to set stop losses.
This is the close price minus the ATR + 10%.
The 10% is there to let the market perform and avoid whipsaws.
TSLThis is a customized indicator that displays a trailing stop-loss directly on the chart:
The stop-loss is calculated using our Sublime Trading formula
The formula creates a stop-loss that is unique to each instrument traded
The stop-loss follows price as the trend develops
The stop-loss prevents the risk of being stopped out too early from pullbacks in a trend
The stop-loss helps remove subjectivity from exit management
SL/TP assistantThis is a simple script to quickly see changes in % in each candle.
In blue open/close variation. In red Histogram with range between high and low.
This helps me understand very quickly what's the typical change in % for a specific timeframe/pair, so I can fine tune my Stop Losses and Take Profits.
Highest/Lowest Channel Multi-Time FramePlots the Highest and Lowest source price for N bars back. Similar to Donchian Channels except any price source can be used (best results: close ). Can be set to any interval independent of the chart interval. Repainting will occur if the chart interval is less than the indicator interval.
ATR PointsUtile script per valutare lo stop loss con il metodo dell'ATR.
La variabile Length definisce i periodi di riferimento (default 14)
La variabile Multiplier definisce un moltiplicatore del risultato che permette di aggiustare il fattore di confidenza a secanda della propria strategia di trading. Il valore di default rappresenta l'ATR moltiplicato per 1.
Hyper TrendHyper Trend can help you with setting your stop loss and take profit levels and shows if exisiting price levels are in long zone or short zone. Tune the indicator first for the chart you intend to use Hyper Trend on with the given options. Enjoy !
PS: Multiplier 2 gives results similar to the famous Super Trend indicator developed by Olivier Seban.
Parabolic GlitterThis 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 "Increment" and "Start" arguments (i.e. SAR default is Start = 0.02, Increment = 0.02, therefore Increment/Start Ratio = 1). The same logic applies to the Max/Start Ratio Argument (i.e. SAR default is Start = 0.02, Max = 0.2, therefore Max/Start Ratio = 10).
The Adaptive Coloring argument determines whether the plotting points are red in downtrends and green in uptrends, or if all the plotted points are given the same color (defaults to silver).
SuperTrend BFI 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 !