This script is a mixture of my two previous scripts "True Strong Classical Support/Resistance Levels" and "Hidden Supports & Resistances + Round Levels". This combination brings on better identification of the most efficient support/resistance levels. Note that "Hidden SnR Levels" part of the code is only expected to work on Forex charts, but apart from that, the...
It is considered the percentage of candles with low and high closure for a certain period. Then, a moving average is built from these values. When the moving average of the ratio of tall candles to low candles is greater than the ratio of low candles to high, then long (that is, when the green line crosses the red). And vice versa - a condition for short. It also...
Applies gray background coloring for each major active Forex session, the more sessions active the lighter the background. Adjusted coloring for low (Sydney, Tokyo) and high (Frankfurt, London, New York) liquidity. Market opening hours for Sydney, Tokyo, Frankfurt, London and New York have been set to 08:00 - 17:00 local time and are converted to EST while taking...
Simple but effective don't pay $300 for an MT4 indicator when you can use this for free. Feel free to make it your own!
THis is a FOREX scalping system that can be optimized with almost all majors and crosses pairs. Its made of multiple elements such as : MACD Stochastic RSI Fast VW moving average Slow VW moving average Time management( forex sessions as inputs) Rules for entry Long Last 2 MACD values were ascending, fast moving average is below moving average and stochastic RSI...
This strategy is mainly designed for swing trading applied to FOREX. In this case we make use of 2 moving averages but with different time frame, lets say 1h and 1 day. When they cross above we would initially have a long trade, but in this strategy we trade it in reverse, so we would actually enter a short position. The same for short trade. At the same time...
Hello, this is both a strategy and indicator that revolves around Heikin Ashi candles. In this case we take 3 different time frames, in this example we use daily , weekly and monthly. The conditions for entry are : For long : we check that we have a green daily candle, at the same time we check that the weekly and monthly candles are also green. For short : We...
This is a famous indicator I have seen used by many Forex traders in MT4 platform. This indicator uses the difference between EMA of "close" and EMA of "open" to form the oscillator lines (not just a convergence/divergence calculation between EMA of "close") Current market state is determined by which histogram is above zero line. For more confirmation, wait for...
Hello fellow traders and automation lovers. It has been about 2 years since we originally created Autoview to connect your exchanges/brokers with your TradingView alerts. We've since added multiple exchanges, parameters and have built a large community filled with awesome, passionate traders. One of the first strategies we built was sadly not a viable one for...
This script is what I currently use to day trade forex on a 5-minute timeframe. The script features Multi-timeframe EMA20 that uses timeframe multipliers and is smoother by the factor by which you're multiplying your current timeframe. Default settings are set to display EMA20 on the current (M5) timeframe, as well as M15, H1, H4 and D1 timeframes. The...
Software part of algotrading is simpler than you think. TradingView is a great place to do this actually. To present it, I'm publishing each of the default strategies you can find in Pinescript editor's "built-in" list with slight modification - I'm only adding 2 lines of code, which will trigger alerts, ready to be forwarded to your broker via TradingConnector...
This indicator allows you to filter noisy chart, with engulfing candles which have been rejected from current trend lines. Trend lines by default are 21 MA (fast) and 10 MA (slow one). If fast moving average is greater than slower one, automatically indicator would represent that like uptrend, and if opposite then like a downtrend. Consider to work only on...
This is a full strategy designed for forex major pairs, specially EUR/USD using 1h time frame chart. Its components are 200 EMA MACD OBV PSAR RIsk management with tp and sl movements Rules for entry For long = Previous histogram from MACD was below 0 and current one is above 0. CLose of a candle is above EMA 200 , OBV oscillator is negative and we have an...
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...
Hello Traders, I want to share this modified experimental script I´m testing for 1 minute charts... It´s completely based on Sirof´s ANN (Artificial Neural Networks script, Murari´s modification), all the credits are for them (I just tested and switched minor modifications to the code for scalping and alert functions since I have not studied and comprehend the ANN...
Dear Followers, today I'm glad to present you an indicator which calculates Moon Phases and let's you set an alert over it. This is a public free indicator based on the public one by @paaax: I added my usual alert system logic, plus some more customization inputs for easy coloring. The lower the timeframe you use it and set your alerts on, the more precise the...
Hello, today I bring another amazing strategy for forex . Its made of T3 moving average , combined together with a pattern rule and a specific entry time. We take all of that and we trade it in inverse. So what normally for long would be : close higher than the previos high and close higher than the average, we use this as a short condition. We do the same...