[SM] Bitcoin cycles bull market
An indicator to determine the seasonality / cyclicality of bitcoin for long trades.
Application
- For traders: Identification of zones with lower risk of entering long positions
- For swing traders and investors: customizable calendar of entries into long position
Indicator structure
1. Vertical zones (green and red) of time ranges. Only for historical bars. The range width is adjustable in the indicator settings.
2. Table (in the form of a calendar) for determining the time of entering a trade in the future. The table is not editable. It displays the result of the configured zones on the historical bars.
General settings
- choose the color of the Tradingview theme (light or dark)
Table settings
- Turn table display on / off
- Set the number of months to be displayed in the table
Settings of vertical zones (green and red)
Each cycle (1 month summer, 1 month autumn, ...) has four dates
- start date of the green zone (day and month)
- date of the end of the green zone
- start date of the red zone
- date of the end of the red zone
Cyclic
Cyclic Polygamma BandsThe polygamma function is the (n+1)st derivative of the logarithm of the gamma function where n is the respective order. An approximation of this derivative at order n=1 is taken and applied to my own calculation of upper and lower bands (along with a mean), to create the cyclic polygamma bands. Cyclic, as it is weighted to mimic the local alternations in price (peak to trough corresponding to turning points of a set of moving averages). Lower cyclic weights for trending markets, higher cyclic weights correspond to choppier markets. It has 3 plots. The CP-H, CP-Mean and CP-L, where the CP-H is the red band, CP-L is the green band and CP-Mean the mean of these 2 bands. The method of trading is dependent on the user, but generally in an (here, undefined) uptrend, prices that snap the CP-L are considered bullish. Same logic for shorts and the CP-H.
The raw calculation is the unfiltered calculation. Cyclic is recommended, but the CP-Mean has exhibited interesting behavior (use at your own discretion). Cyclic aims to follow the local cycles of price.
Low cyclic weight will allow the weight of the polygamma to be higher. High cyclic weight will mimic price more, responding quicker to price. Use high if markets are chopping.
CyclicRsiLib█ OVERVIEW
This library is complementary for Cyclic RSI High Low With Noise Filter.
█ CREDITS
LoneSomeTheBlue
WhenToTrade
AlertFrequency()
: AlertFrequency
Parameters:
: : _string
Returns: : _freq
CyclicRSI()
: CyclicRSI
Parameters:
: : _source, _length, _expression
Returns: : osc
Credits to WhenToTrade
AddToZigzag()
: AddToZigzag
Parameters:
: : _id, value, max_array_size
Returns: : array.unshift, array.pop
Credits to LonesomeTheBlue
UpdateZigzag()
: UpdateZigzag
Parameters:
: : _id, value, max_array_size, dir
Returns: : AddToZigzag, array.set
Credits to LonesomeTheBlue
BoolZigzag()
: BoolZigzag
Parameters:
: : ph, pl, dirchanged, _id, dir
Returns: : AddToZigzag, UpdateZigzag
Credits to LonesomeTheBlue
NoiseSwitch()
: NoiseSwitch
Parameters:
: : _string, _id
Returns: : FilterNoise
LineGray()
: LineGray
Parameters:
: : _id
Returns: : LineGray
LabelDir()
: LabelDir
Parameters:
: : _id, _string, _color, _float
Returns: : LabelDir
TernaryLabel()
: TernaryLabel
Parameters:
: : _dir, _bool1, _bool2, _string1, _string2
Returns: : str_label
TernaryColor()
: TernaryColor
Parameters:
: : _dir, _bool1, _bool2
Returns: : col_label
Financial Astrology Uranus LongitudeUranus energy influence the wish to change, to innovate, to disrupt the confort zone, is the spirit of the inventions, revolutions and technology. Rules the industries of electricity, computing, aviation, technology, fin-tech and internet (because without web servers that needs electricity the network cannot operate). Through the course of the zodiac Uranus will reveal the human sectors that will be disrupted, at this moment 2021 is moving through Taurus so is expected that human finances are disrupted which is currently happening with all the innovations and momentum of the fin-tech startups that are innovating applications of the blockchain.
Note: The Uranus longitude indicator is based on an ephemeris array that covers years 2010 to 2030, prior or after this years the data is not available, this daily ephemeris are based on UTC time so in order to align properly with the price bars times you should set UTC as your chart timezone.
Commodity Channel IndexI was checking the formula of built-in " cci " function and decided to publish a more customizable version of the Commodity Channel Index, so you can play with levels and a bunch of different sources.
If someone doesn't know what is this:
This indicator was originally developed by Donald R. Lambert ( "Commodities" magazine, 1980) to identify cyclical or seasonal price patterns in commodities. Now it is applied not only to commodities but to market indices, stocks and Forex.
Good luck!