This strategy is based on MTF strategy found on Forex Factory forum and published by bobby2 (credits to him). This is quite simple but need improvement to work properly: 1- it is made for 5 min chart 2- when 15min stochastic cross above 50 and 5min stochastic is rising, buy 3- when 15min stochastic cross below 50 and 5min stochastic is falling, sell
Union of three RSI indicators: 1h, 4h and daily. In order to show 1h RSI, you have to set it as active time frame on the chart. Purpose: spot "triple oversold" moments, where all the three RSI are under the threshold, which is 30 by default but editable. Target Market: Cryptocurrencies. Didn't try it on other ones, may work as well. Fits Crypto well as, by...
It is based on the intersection of the kagi function and the weighted moving average Available for all time frames Available for all crypto currency pairs High-yield on all time frames The script is the dream of all traders Repaints like a boss. Use at your own risk, or dont use at all! ------------------------------ Основан на пересечении функции каги...
Available for all time frames Available for all crypto currency pairs High-profitable on all time frames The script is the dream of all traders Repaints like a boss. Use at your own risk, or don't use at all!
Follow the arrows, don't be to quick.
This strategy is based off of Chris Moody's Vix Fix Indicator . I simply used his indicator and added some rules around it, specifically on entry and exits. Rules : Enter upon a filtered or aggressive entry If there are multiple entry signals, allow pyramiding Exit when there is Stochastic RSI crossover above 80 This works great on a number of...
Ignore the other one (it contains some errors). On this FRAMA you can play with length, SC and FC. Just read on below links to understand more about this super useful moving average: etfhq.com etfhq.com www.quantshare.com
You must be using the renko chart with traditional settings with the block size set at .0001. This can be done by going to settings. Style at the bottom should be changed from ATR to traditional. The set the block size as .0001.
//@version=2 strategy("ProfitStrategy01", overlay=true) // Simple Profit making strategy by joinfree Phigh = (open>close?open:close) Plow = (open>close?close:open) longC = (strategy.position_size Phigh ) and (Plow > Plow ) and (close > open ) strategy.entry("buy", strategy.long, 100000, when=longC) strategy.exit("buy", "buy", 100000, profit=200,...
Hey everyone, Recently we developed a chrome extension for automating TradingView strategies using the alerts they provide. Initially we were charging a monthly fee for the extension, but we have now decided to make it FREE for everyone. So to display the power of automating strategies via TradingView, we figured we would also provide a profitable strategy along...
Hi, this my new script which show you correct Ichimoku signals, when price exit cloud. SELL SIGNAL: - red line below blue - green line below price - price exit cloud bottom - price below 3 EMA's! BUY SIGNAL: - red line above blue - green line above price - price exit cloud upper - price above 3 EMA's! You can change ichimoku parameters and input 3 EMA's. If u...
This study displays a ribbon made of two moving averages identified by a filled Area. This provides visual aids to determine the trend direction and pivot points. The moving average will be Red if its value is decreasing, and green if it is increasing. When both MA's are the same color we have a trend direction. If those are different then we have a trend...