- range_bound.jpg (114.56 KiB) Viewed 1401 times
PowerX Strategy "PowerZ"
Moderator: moderators
Please add www.kreslik.com to your ad blocker white list.
Thank you for your support.
Thank you for your support.
Re: PowerX Strategy "PowerZ"
It formed a range of support around 0.4220 and is currently moving up. . .
nothing too exciting.
nothing too exciting.
"Everything Should Be Made As Simple As Possible, But Not Simpler!"
Re: PowerX Strategy "PowerZ"
Updated the 'Range Bandles' indicator (skin):
I don't know how to plot projection candles, so you have to hide the underlying range bars and display the projections.
<== 1 minute chart
7 range bar chart ==>
I don't know how to plot projection candles, so you have to hide the underlying range bars and display the projections.
<== 1 minute chart
7 range bar chart ==>
Code: Select all
//@version=5
indicator("rangeBandles", overlay = true)
len = input(3, title = "rangeLen")
h = high
l = low
c = high
o = low
r = high - low
perR = r * 0.15
c := c - perR
o := o + perR
rh = ta.highest(c,len)[1]
rl = ta.lowest(o,len)[1]
A = c > c[1] and o < o[1]
B = c < c[1] and c > o[1]
C = o > o[1] and o < c[1]
disconnected = not A and not B and not C
l := c[1] < c and disconnected ? c[1] : l
h := o[1] > o and disconnected ? o[1] : h
signal = c > rh ? "up" : o < rl ? "dn" : "na"
signal := signal == "na" and signal[1] == "up" ? "up" : signal == "na" and signal[1] == "dn" ? "dn" : signal
palette = signal == "up" ? color.blue : signal == "dn" ? color.red : color.fuchsia
transpStamp = signal == "up" ? 100 : 45
plotcandle(o,h,l,c, color = color.new(palette,transpStamp), wickcolor = color.new(palette,25), bordercolor = color.new(palette,25), display = display.all)
"Everything Should Be Made As Simple As Possible, But Not Simpler!"
Re: PowerX Strategy "PowerZ"
This is my short-term prediction. . .
I don't think that $0.74 is an unreasonable target.
Under $0.43 I'll just continue to buy.
I don't think that $0.74 is an unreasonable target.
Under $0.43 I'll just continue to buy.
"Everything Should Be Made As Simple As Possible, But Not Simpler!"
Re: PowerX Strategy "PowerZ"
I've been experimenting with a 3rd version of The Whale that colors the candles to the trajectory of the RSI and the 20 period MA to the color of the AO. . .
the real wicks are also displayed:
the real wicks are also displayed:
"Everything Should Be Made As Simple As Possible, But Not Simpler!"
Please add www.kreslik.com to your ad blocker white list.
Thank you for your support.
Thank you for your support.
Re: PowerX Strategy "PowerZ"
Crypto is taking a few punches right now. . .
I don't trade crypto with leverage so I can sit here all day
The worst thing that can happen is also the best thing that can happen, because ADA is not going anywhere.
I don't trade crypto with leverage so I can sit here all day
The worst thing that can happen is also the best thing that can happen, because ADA is not going anywhere.
"Everything Should Be Made As Simple As Possible, But Not Simpler!"
Re: PowerX Strategy "PowerZ"
IgazI wrote:I've been experimenting with a 3rd version of The Whale that colors the candles to the trajectory of the RSI and the 20 period MA to the color of the AO. . .
the real wicks are also displayed:
whale_3.jpgDXY.jpg
If only I had a tenth of the coding skills you guys have...

My threads
Patterns Observation
post148989#p148989
BONZ
post151670#p151670
MENTAL FORTIFICATION
post168148#p168148

Patterns Observation
post148989#p148989
BONZ
post151670#p151670
MENTAL FORTIFICATION
post168148#p168148

Re: PowerX Strategy "PowerZ"
Don_xyZ wrote:IgazI wrote:I've been experimenting with a 3rd version of The Whale that colors the candles to the trajectory of the RSI and the 20 period MA to the color of the AO. . .
the real wicks are also displayed:
whale_3.jpgDXY.jpg
If only I had a tenth of the coding skills you guys have...![]()
![]()
They day you want it is the year you'll have it
"Everything Should Be Made As Simple As Possible, But Not Simpler!"
Re: PowerX Strategy "PowerZ"
What if. . .
you just hold.
Well then. . .
you just hold.
Well then. . .
"Everything Should Be Made As Simple As Possible, But Not Simpler!"
Re: PowerX Strategy "PowerZ"
I guess we are liquidating everyone today, aren't we? 
"Everything Should Be Made As Simple As Possible, But Not Simpler!"
Please add www.kreslik.com to your ad blocker white list.
Thank you for your support.
Thank you for your support.
