Buying and Selling Pressure Raw Raw Buying and selling pressure Indicator. The Raw buying and selling indication is provided in terms of a Columns. Green bars above zero show the buying pressure and the red bars below the zero line show the selling pressure. This presents a good visual representation of the dominating pressure.
This strategy is just for training, its purpose is just learning code in pine script. Don't make buy or sell decision with this strategy. Turkish/Turkce Bu strateji sadece pine script'te kodlamanın nasıl yapildigini ogrenmek icindir. Bu stratejiye dayanarak, kesinlikle al-sat islemleri yapmayin. How it works? When RSI and Stoch are in oversold area and if...
Gives an signals when 2 Ema's cross. You can - change EMA values - change the signal start year
Setup 9.1 by Larry Williams. The indicator will give text signal and change the color of the signal candle, being based exclusively on the setup 9.1 ----------//--------------- PT-BR Setup 9.1 do Larry Williams. O indicador irá dar sinal de texto e alterar a cor do candle de sinal, se baseando exclusivamente no setup 9.1
This strategy is based on my script "AVERAGE MULTI_SMA" The strategy is based on the created media, giving BUY signal when the price closes above the average and the average is rising. For the SELL signal the price closes below the average with the average falling. For those who are interested in how the "AVERAGE MULTI_SMA" script works, I ask you to analyze...
/@version=2 //By Tantamount //RSI with overbought and oversold alert features! Highly configurable indicator that includes a Topography map feature, used to detect & easily show threshold crossovers. //RSI is used to measure the velocity and change of directional price movements. It is very useful to help determine when an asset is reaching an overbought or...
MULTI-TF AVERAGE BBANDS - with signals (BETA) Overall, it shows where the price has support and resistance, when it's breaking through, and when its relatively low/high based on the magic of standard deviation. created by gamazama. send me a shout if u find this useful, or if you create something cool with it. %BB: The price's position in the boilinger band is...
For AkibaDeep. Checks if RSI < 30 recently and if MACD diverges, placing a buy signal. Then, places a sell signal when MACD converges back.
This script finds sell / buy rates and adds its linear regression to the chart. its aim is finding buying and selling power, then you can try to find trend reversals. Also you can find divergences, it's very important signal for trend reversal. Linear regression is a basic and commonly used type of predictive analysis. if you choose lower periods then it will be...
The Grement - Low Time Frame Scalping (M15-M30) This is how it's work : You need to put your candle on HEIKIN ASHI STYLE (Lower Noise, Clear Detail of Situation) *Important* Light Blue Zone : Buy Zone (Long) Blue Zone : Buy Zone Definetly Dark Blue Zone : Prepare to Sell (Short) Black Zone : Sell Zone (Short) (Wait for Next Buy Zone) The Two Black...
I decided to make my power fractals indicator open source. (/script/el8MaHcq-Power-Fractals/) Feel free to use/change/improve.
//@version=2 //By Tantamount //Channel Commodity Index (CCI) with overbought and oversold alert features! Highly configurable indicator that includes a Topography map feature, used to detect & show minute threshold crosses. //CCI is a momentum based technical trading tool used to help determine when an asset is reaching an overbought or oversold condition and is...
Simple Renko strategy, very profitable. Thanks to vacalo69 for the idea. Rules when the strategy opens order at market as follows: - Buy when previous brick (-1) was bearish and previous brick (-2) was bearish too and actual brick close is bullish - Sell when previous brick (-1) was bullish and previous brick (-2) was bullish too and actual brick close is...
This is a beginner script, any feedback is welcome. It indicates a bull trend with or without volume (yellow and green arrow) and give a buy signal (green flag) once the trend is "confirmed" and the stock became good for the buy market. I look forward to make this for a bear market as well, but it's not good for now. Symbols and its meanings: Yellow Arrows...
//Strategy based on the idea that stop loss and take profit are often placed at full price levels or round numbers, whcih acts as resistance and supports levels //Buy Rules: //Actual price (close) is above round number. //Round number level was not touched in previous ten bars (arbitrary value). //Place a buy and follow the order with a trail step because price...