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...
In the study of time series, and specifically technical analysis of the stock market, a moving-average cross occurs when, the traces of plotting of two moving averages each based on different degrees of smoothing cross each other. Although it does not predict future direction but at least shows trends. This indicator uses two moving averages, a slower moving...
Moving Average based strategies are very popular ones among both long-term investors and short-term traders as they can be tailored to any time frame. One of the main moving average strategies are crossovers. The very simple type is a price crossover , which is when the price crosses above or below a moving average to signal a potential change in...
Scalpy is made up of a 2 main parts. - The cloud comprising of a 10 period SMA and a 30 period SMA. - When the cloud is green you should be looking for long entries. - When the cloud is red you should be looking for short entries. - Price is most bullish above a green cloud and most bearish below a red cloud. - Being within the cloud indicates...
It is a trend detector indicator, using 3 moving averages. You can select different MA's and set the periods of them. If all 3 is increasing, the color will be green, if decreasing, the color will be red, gray otherwise. It can be used for e.g. scalping.
Plots yesterday's low and high, and the current day's open, as intraday support/resistance levels.
Just a quick hack to combine both studies. Could be used for scalping or whatever you find it useful for... ;) Alerts should work but no backtesting done on it.
Scalping strategy based on Bill Williams Alligator technique but calculated with heikin ashi candles. This strategy has to be applied to standard candles and low time frames (1min to 5min) Thanks to all pinescripters mentined in the code for their snippets. It could be improved with stop loss based on ATR etc. I have also a study with alerts. Please use...
This source code is subject to the terms of the Mozilla Public License 2.0 at mozilla.org © 03.freeman This strategy is based only on T3 moving average, but uses sma 200 as filter for enter long or short. The default settings considers a daily timeframe. The strategy is very simple: long if T3 increase, short if T3 decrease. Note that if you set volume factor...
This is part of a series of strategies developed automatically by a online software. I cannot share the site url, which is not related to me in any way, because it is against the TV reules. This strategy was optimized for GBPUSD, timeframe 1D, fixed lots 0.1, initial balance 1000€. LOGIC: - LONG ENTRY when previous candle is bear - LONG EXIT: RVI > signal...
I translated a scalping system by Navin Prithyani into pine and want to share it with you. Navin has a lot of resources for the system online including an extensive +60m video explaining the ins and outs. Including links is against the house rules, so you'll have to DYOR. Quick Criteria Overview: --- - Can see through EMAs - Entry above the signal candle - Stop...
v1 V2 V3 So I forgot this existed so here is the Opened sourced code (pm me for older sorce code there are 600+ Saves)(pm me for other scrips course code too lazy to republish everything) Changes: Simplified and annotated code/upgraded to v4 format as always adjust before using i use this indicator combined with the other frequency one to help me...
This is a simple script that will visually show where buy and sell points occur based upon configurable price action. I wrote this purposefully to evaluate stablecoins and other narrow or fixed ranged markets where algorythms don't generally do well. Putple triangles, pointing up, are buy signals. Purple triangles, pointing down are sell signals Alert...
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...
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 ...
All indicators used on the Technical Analysis Summary from TradingView, composed with oscillators and moving averages. Sell and strong sell will represent more indicators showing sell signals. Buy and strong buy will represent more indicators showing buy signals. A white bar will show neutral signal (don't trade). This can be good for binary options or scalping on...
This is an old compilation of mine suitable for scalping. To filter out the generated signals use Difference value between on the Settings menu.
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...