This is a trend trading strategy designed mainly for forex made of two big components: First we have the currency meter, which is made of taking TSI of different INDEXes such as EUR, USD, GBP, JPY, NZD, AUD , CHF and CAD. Once we establish which one is the weakest and most powerful, we pair them together and we go on that chart. Lastly we check with the EMA 200...
I wrote some Support/Resistance scripts before this. In this new script, I implemented the logic of the code from the scratch, so it's very different from my previous S/R indicators and I think it's more advanced, accurate and efficient. As the result it could do the followings for now: - Draw more strong classical resistance/support levels by checking previous...
A simple but effective Forex strategy requested by user @pipcollector. Suggested chart timeframe is 5mins. Indicator marks potential long/short entries based on the following conditions: LONG ------ Price above pip median ema on daily, 4 hour and 1 hour timeframe. These 3 timeframes and median EMA lengths are configurable. Background color is set to...
This is a test of an easy scalping method: buy if actual close is below forecast close and sell if actual close is above forecast close. Take profit and stop loss shall be very small (few pips) as in most of scalping strategies. No filter is used for only long or only short positions, but you can select buy only or sell only based on other indicators or whatever...
CM Opening Range Asia AndEurope Sessions Requested by rayhug1 to use Asia Range of 5pm Est to 2am Est...uses 540 minutes (5pm to 2am Est — 9 Hours) to calculate the Range...then breakouts trigger after 2am -Ability to change Start and End Times to use any entire session. ---Defaults to 540 minutes (9 hours) but Opening Range Calculation can be changed to 1...
This script is based on scarf's "DeMarker with Highlights" and adds dots indicating where a possible reversal could occur, as well as a zones that can help you identify consolidation areas. This script also adds smoothing to decrease false signals so that the indicator is more reliable to signal reversal zones. It is also very useful in determining divergence in...
**You must enable bar colors in the options for the script if you wish to see them** This indicator is very useful for spotting trends / tops / bottoms. This is the ultimate altcoin pump spotting tool. Use on higher timeframes for greatest accuracy. If altcoin is newish (ZEC for example), try 4h rather than 1D or 3D. Green = Uptrend Red = Downtrend Gray =...
Idea: This indicator is designed to know the high traded volume sessions in advance before the day starts. The predictive volume bars will be plotted in advance once a new trading session starts. Logic Used: The basic idea is to store each bar volume / Volume MA data for the selected time. So, the first bar of each data is stored for all selected historical...
Sideways detection indicator using Bollinger bands . In this case we take the original ratio between lower and upper and we smooth it even harder in order to get a better idea about the accuracy of the trend. If the initial ratio is not between 0 and 1 and the smooth ratio is higher than our selected value, we get an idea if we are a in trending market or...
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...
A powerful indicator that gives you information about trend direction and strength. It gives you buy signal when both lines are green and sell signal when both lines are red. The indicator adapts automatically to your resolution (for example if you see charts hourly it adapts to hourly timeframe), but you can turn off this option and set different resolution...
FRAMA Strategy I found this strategy on internet, in a well-known forex forum. I have translated the two indicators mentioned in that strategy (originally in mq4) in pine script. Thanks to Fractured and Shizaru for the FRAMA snippets, to mejialucas for Supertrend snippet, to JayRogers for trade management snippet and to Trost for backtesting snippet. I also added...
This is a strategy made from ichimoku cloud , together with MACD, Chaiking Money FLOW and True Strenght Index. It can be adapted to any timeframe and any type of financial markets. The idea behind its very simple, We combine the long / short strategy from ichimoku, like cross between lines and below/above cloud together with histogram from MACD for...
Dynamic Take Profit & Signals (DTS) help us to dynamically place potential take profit levels. These levels are measured based on standard deviation in conjunction with swing high and low points. Head over to the settings to control your take profit and multiplicative factor setting. In short, higher values of either setting will return more spread out between...
There are a million Forex Trading Session indicators out there, but I couldn't find one with all of the following requirements: 1. Automatically show the Sessions that actually affect the current pair (for instance, Tokyo session doesn't matter when trading EURGBP) 2. Editable colors or at the very least no distracting colors 3. Editable times for each exchange...
Hi, Welcome to my 4th script. Someone asked me some questions about the Bollinger Band strategy I previously published. When I went back to my published script I couldn't help myself but simply try and make it better. Which I did. Since I've published that script, I've gained much more knowledge about how Pinescript functions. As well as gaining more and more...
To use indicator you need to provide enter and stop prices(you can drag these lines also). Also you able to set your Account Size in USD, Risk in % and Commission you pay your broker per lot. Indicator calculates all this information and provides you with Lot Size(with commission) you need to open a position and target prices for 2R and 3R(also includes...
Hello, today I bring a swing reversal strategy that work on all financial markets. It uses timeframes starting from 1h, the bigger the better. Its very dangerous because it has no stop loss, neither a take profit. Our exit condition is based on the reversal on the entry . For entry we have 2 types : normal and reversal Lets say we want to go long , for that we...