Hello guys This script follows traditional technical indicators MACD, ADX, RSI and pivot points If the price is above the resistance and the MACD has crossover ,and the RSI 14 is above 50 ADX is higher than 20, and DI+ is higher than DI-. This is a buy signal and vice versa for a sell signal The script moves the stop loss to the entry price after the first target...
Using "Price Action - Support & Resistance by DGT" and the MACD (Moving Average Convergence Divergence) indicator in TradingView can help develop a trade strategy. Here's a step-by-step approach you can follow: 1. Identifying Support and Resistance Levels: Apply the "Price Action - Support & Resistance by DGT" indicator to your chart. This indicator helps you...
The Hull Moving Average indicator can in some cases be used to outline support and resistance levels. It doesn't work for every asset out there but there are some that have enjoyed this in the past 6 months, such as the OCEAN cryptocurrency on the chart above. This is a strategy to utilize this method, so you can test the assets you trade, including using...
The WHAT =============> A strategy based off 3 indicators: 1) the original TV's "Pivot Points Standard" indicator 2) Cyclic RSI High Low With Noise Filter indicator ( ) from @RozaniGhani-RG as basis for determining uptrend or downtrend 3) Mesa Advanced Triggers indicator ( ) from @jordanfung to filter out the best high/low points where to open and close...
This strategy first calculates areas of support (bases), and then enters trades if that support is broken. The idea is to profit off of retracement. Dollar-cost-averaging safety orders are key here. This strategy takes into account a .1% commission, and tests are done with an initial capital of 100.00 USD. This only goes long. The strategy is highly customizable....
This script was recently shared for limit only orders here: This version does not worry about keeping orders in the books and moving them around, instead it will simply market in and out. I am sharing this to reveal the difference between the 2 setups.
Automated - Fibs with Limit only orders This script was designed to demonstrate how you can use a single alert to move your limit orders around. It is not meant to be traded live and has been built to work with Binance Futures Testnet. You will notice a lot of plots with 5 different titles. New = Place your limit buy at a fixed-price. Move = Cancel the current...
作品: 支撐壓力策略 A simple Support Resistance Breakthrough Strategy, the only difference is that it is PineScript @version=4. interested parties can use it as a reference. Its logic is simple, wish your all the best. 一個簡單的支撐阻力突破策略,唯一的差異,在於它是PineScript第四版。有興趣的可以拿來當作參考,簡易的指標。祝你們順心。 Support level refers to the support price that the exchange rate may encounter when it...
My strategy regarding the Fibma/Fibema lines (also see my Fibma/Fibema study) You can enable/disable each strategy to see what works best in what timeframe Thanks!
Strategy based on MACD and Bollinger Bands, where BBs are calculatend from macd signal. Strategy doesn't open at breakout of bands but it waits for a pullback. Upper and lower bands are used as resistance and support. There are various parameters that can be optimized. I have also a study with alerts. Please use comment section for any feedback or cointact me...
Cueing Off Support And Resistance Levels, by Thom Hartle modified by HPotter for trade signals. The related article is copyrighted material from Stocks & Commodities. You can change long to short in the Input Settings Please, use it only for learning or paper trading. Do not for real trading.
Exits added using trailing stops. 2.6 Profit Factor and 76% Profitable on SPY , 5M - I think it's a pretty good number for an automated strategy that uses Pivots. I don't think it's possible to add volume and day open price in relation to pivot levels -- that's what I do manually .. Still trying to add EMA for exits.. it will increase profitability. You can...
Breakout strategy of H4 and L4 levels. Manual entries and exits - higher profits BUT because I am a novice in pinescript, Can someone please: 1. Show me how to add exit strategy lines : close> ema(close,3) for exit short and opposite for long. I added myself but I can't make it to work in relation to camarilla entries; instead it shows all ema crossings.. 2.Why...