Daily Pivot Standart alertableWith this Indicator u can set allert between the Pivot points s15.directupload.net
So it is useful for scalping
Breadth Indicators
OWEN 34-144EMA Trader //@version=3
study("OWEN 34-144EMA Trader", overlay=true)
m = ema(close, 34)
pm = ema(close , 34)
t = ema(close, 144)
pt = ema(close , 144)
prev = pm - pt
curr = m - t
plot(m, "Momentum", blue, transp=0)
plot(t, "Trend", red, transp=0)
cross_up = prev <= 0 and curr > 0
cross_down = prev >= 0 and curr < 0
Demand Index StrategyDemand Index Strategy
Goes Long if Indicator is > 1
Goes Short if Indicator is < 1
I have no clue how and when to use it.
Please message me if you found something.
TheStocksDoctor_WVF + ADX + CCIThis script is a modified version of CM Williams Vix Fix for which I have added an indicator that shows when ADX and CCI are both indicating positive momentum - highlighted by green bars. This is part of TheStocksDoctor Trading System.
Inputs are as follows:
Lookback period Standard Deviation High ---> 22
Bolinger Band Length ---> 20
Bollinger Band Standard Dev.. ---> 2
Lookback period percentile high ---> 50
Highest Percentile ---> 0.85
----Highlight bars Below... --->
Show Highlight bar if WVF WAS true is now False --->
Show highlight bar if WVF IS True --->
----Highlight bars Below Use Filtered... --->
Show highlight bar for filtered entry --->
Show highlight bar for AGGRESSIVE Filtered Entry? --->
Check below to Turn all Bars Gray --->
Check box to Turn Bars gray? --->
Long-term look back current bar has to close Below... ---> 40
Medium-term look back current bar has to close below... ---> 14
Entry price action strength --close... ---> 3
--------Turn On/Off Alerts below... --->
---To activate alerts you HAVE To Check... --->
---You can un Check the box BELOW... --->
Show Williams Vix Fix Histogram... --->
Show Alert WVF = True? --->
Show Alert WVF wa true now False? --->
Show Alert WVF Filtered? --->
Show Alert WVF AGGRESSIVE Filter? --->
ADX Smoothing ---> 17
DI Length ---> 17
Godmode 4.0.2 [Supply/Demand]First off, a huge thank you to the following people:
LEGION:
LazyBear: www.tradingview.com
xSilas: www.tradingview.com
Ni6HTH4awK: www.tradingview.com
sco77m4r7and:
SNOW_CITY: www.tradingview.com
oh92: www.tradingview.com
alexgrover: www.tradingview.com
cI8DH: www.tradingview.com
DonovanWall: www.tradingview.com
shtcoinr: www.tradingview.com
This is the third iteration of Godmode. This time I borrowed the method used by shtcoinr to render supply/demand, resistance and support zones. The idea here is to input the appropriate benchmark tickerid to the asset class you're trading and to paint zones according to the price activity of the selected tickerid. This works very well trying to paint meaningful zones against noisy stocks, currencies, commodities etc. Use a correlation coefficient to determine the best benchmark for your asset class.
Want to Learn?
If you'd like the opportunity to learn Pine but you have difficulty finding resources to guide you, take a look at this rudimentary list: docs.google.com
The list will be updated in the future as more people share the resources that have helped, or continue to help, them. Follow me on Twitter to keep up-to-date with the growing list of resources.
Suggestions or Questions?
Don't even kinda hesitate to forward them to me. My (metaphorical) door is always open.
Error in dataIt gaves you a clear look into how many errors the data has for a current market.
Basically it checks if close =open and by how much margin that is correct
All Longs Shorts USDSummary longs, shorts of cryptos ( BTC ETH EOS XRP LTC XMR) in millions USD on Bitfinex.
Donchian BacktestExecutes backtest using donchian channels breakout strategy (buy on upper breakout / sell on lower breakout)
Donchian period can be customized differenly for upper and lower channels
UVOL / DVOL RatioPlots the NYSE, NASDAQ, AMEX UP Volume and DOWN Volume ratios as a histogram - and adds the index UVOL / DVOL ratios as a line graph.
DVOL is represented as negative - UVOL as positive. When either is above 2 its a good predictor of the day's outcome. At least - it tells you if the bulls or bears are winning the day.
Really simple to use / edit to your needs
Enjoy