القيمة السوقية للعملة الرقمية, BTC/USD, ETH/USD, USDT/USD, XRP/USD, بيتكوين
مؤشر الدولار الأمريكي, EUR/USD, USD/JPY, GBP/USD, AUD/USD, USD/CAD
سابك, مصرف الإنماء, الواحة, تكافل الراجحي, شمس, كيان السـعودية
ستاندرد أند بورز 500, مؤشر ناسداك المركب, داو جونز 30, نيكاي 100, مؤشر داكس, فوتسي 100
السندات الأمريكية لأجل 10 سنوات, سندات اليورو, السندات الألمانية لأجل 10 سنوات, عوائد السندات اليابانية لأجل 10 سنوات, السندات البريطانية لأجل 10 سنوات, السندات الهندية لأجل 10 سنوات
System is based on TMA Bands + OSMA + EMA Zone. Signal is generated when: - price recently touched lower or upper band - price is crossing EMA Zone - OSMA is aligned in direction of trade to be taken Natural Target would be opposite band set by TMA.
Default HMA's + Trend Signals Default SMA's ALMA BarColoring The idea behind this script was to incorporate a few different moving average types into 1 indicator...
This oscilator was created by Ricardo Santos using MACD's histogram as the series to find low and high fractals and from there find and plot divergences. I just modified it a little bit to make it to look more like the MACD public library indicator and use the actual MACD series (instead of the histogram) to find the fractals and from there plot divergences. I did...
Today I bring an indicator specialized in crypto markets. Its made of multiples EMA : very fast, fast, normal, slow, very slow The logic behind its simple : For long : we check that the EMA are in ascending order like EMA 5 > EMA 10 > EMA 20 .... and at the same time that last close of candle is above all of them. For short : we check that the EMA are in...
William %R Scalper or WPR Scalper tool is used with small time frame : 5 , 3 or 1 minute, it uses two different William %R indicators : one for fast move with 9 period WPR9 and one slow with 54 period WPR54. You can find buy zone when WPR9 < -90 and WPR54 < -80 and sell zone when WPR9 > -10 AND WPR54 > -20. For experience user only you can adapt the two periods...
Hey, I am glad to present you one of the strategies where I put a lot of time in it. This strategy can be adapted to all type of timecharts like scalping, daytrading or swing. The context is the next one : First we have the ATR to calculate our TP/SL points. At the same time we have another rule once we enter(we enter based on % risk from total equity, in this...
Description This study project is a Scalping Pullback trading Tool that incorporates the majority of the indicators needed to analyse and scalp Trends for Pull Backs and reversals on 1min, 5min or 15min charts. The set up utilies Heikin Ashi candle charts. Incorporated within this tool are the following indicators: 1. Major industry (Banks) recognised important...
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...
Transaction setup parameters Time frame: M5, M15 Currency pair: Any except XAU/USD Trading strategies === BUY === Price break out of the lower Bollinger Bands The Pinbar reversal candlestick appears and closes the candle on the lower Bollinger Bands Stop loss: Nearest bottom + 3-5 pips Profit target: 10-20 pips === SELL === Price break...
This script uses the highs and lows of the candles (instead of the close) to make a "channel" to reference while scalping. Use the green lower line as a guide to go long and the red upper line as a guide to go short. You may use the lines as potential entry points and direction but you may want to consider exiting before the opposite colored line prints, as that...
This indicator is an implementation of the Bollinger Band and Awesome Oscillator Scalping system. This technique is for those who want the most simple method that is very effective. It is BEST traded during the busiest trading hours, 3am to 12am EST NY time. This method doesn't work in sideways markets, only in volatile trending markets. Time Frames: 1, 5, 10,...
This is my most successful strategy to date! Please enjoy and join the Open Source movement by sharing your code and ideas online! OPERATING PRINCIPLE The strategy is based on Ehlers idea that any indicator can be turned into a signal-producing trade system through smoothing and other filtering processes. In fact, I'm using his Zero Lag EMA (ZLEMA) as a baseline...
Hello traders Still on holidays but I don't and will never forget you <3 I realize more and more that you guys don't only want some indicators and learn about pinescript. You also want some guidance and get some mentors providing you with comprehensive and simple trading methods and tricks. I'm against those posting many scripts a day that in the end will make...
This panel spots divergences of some well knonw indicators. It may be usefull because you have all indicators in one panel only. Also, you can check on chart which indicator gives better results of each pair on stock or index or crypto. TO DO: to add custom indicators. thanks to: RicardoSantos for his script of panel coding Tradingview scripts ...
//These signals mostly consist of crossovers between a 13 VWMA and a 62 VWMA. I've found these two moving averages to be quite special in their ability to //recognize a quick trend using volume data. The VWAP is used in the alert system as well, to give some perspective on which direction we are looking to take. We //are also using ATR. We only take trades when...
Original Version found here: Changes: -Changed source used to `close` as i think this is a much more expected level for future S/R on a retest (obviously subjective) -Removed the majority of the plots as they were melting my CPU. -Added Alert functionality on the closest S/R levels ~~-Tried doing some...
This code is a custom made backtest for a Metatrader 4 EA that is being sold by another person at this link www.mql5.com I made this backtest myself to see how the EA would perform. I don't have the author's source code, but by looking at how the EA ran, it was very easy to see how it worked. When using this backtest,...
This strategy is based on TD sequential study from glaz. I made some improvement and modification to comply with pine script version 4. Basically, it is a strategy based on proce action, supports and resistance and can be used also for scalping. It could be improved with exit rules, stop loss based on ATR etc. I have also a study with alerts. Please use...