PowerX Strategy "PowerZ"

everything that doesn't belong elsewhere cometh here

Moderator: moderators

User avatar
IgazI
rank: 1000+ posts
rank: 1000+ posts
Posts: 2016
Joined: Sat Feb 17, 2018 5:28 pm
Reputation: 1664
Gender: None specified

Re: PowerX Strategy "PowerZ"

Postby IgazI » Mon Oct 17, 2022 3:25 pm

Update 2.0

I added mid-levels to the Fibonacci River:

the_fibber.jpg
the_fibber.jpg (112.64 KiB) Viewed 4579 times


200 River VS 200 Bollinger . . .

^vs_BOL.jpg
^vs_BOL.jpg (187.18 KiB) Viewed 4578 times


I changed the color of the mid-line to be more visible:
PS: it doesn't show up very well in the pic. . .just "trust me bro" :lol:

^color_Mid.jpg
^color_Mid.jpg (146.98 KiB) Viewed 4574 times
"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.

User avatar
IgazI
rank: 1000+ posts
rank: 1000+ posts
Posts: 2016
Joined: Sat Feb 17, 2018 5:28 pm
Reputation: 1664
Gender: None specified

Re: PowerX Strategy "PowerZ"

Postby IgazI » Mon Oct 17, 2022 5:18 pm

I tried to make it as visually obvious as possible:
the darker blue is 'OB'/'OSold'

^RVR.jpg
^RVR.jpg (150.94 KiB) Viewed 4555 times
^onPoint.jpg
^onPoint.jpg (129.8 KiB) Viewed 4554 times
^dxy.jpg
^dxy.jpg (145.27 KiB) Viewed 4542 times
"Everything Should Be Made As Simple As Possible, But Not Simpler!"

User avatar
IgazI
rank: 1000+ posts
rank: 1000+ posts
Posts: 2016
Joined: Sat Feb 17, 2018 5:28 pm
Reputation: 1664
Gender: None specified

Re: PowerX Strategy "PowerZ"

Postby IgazI » Mon Oct 17, 2022 6:06 pm

PS: it's "good news" if it touches "overbought", it's "great news" if it stays "overbought".
^where_we_are_at.jpg
^where_we_are_at.jpg (157.87 KiB) Viewed 4541 times
"Everything Should Be Made As Simple As Possible, But Not Simpler!"

User avatar
IgazI
rank: 1000+ posts
rank: 1000+ posts
Posts: 2016
Joined: Sat Feb 17, 2018 5:28 pm
Reputation: 1664
Gender: None specified

See Post #1

Postby IgazI » Mon Oct 17, 2022 8:13 pm

Update 3.0

It looks better than this resized image. . .

New version of RGA is availible now:
- main RSI flips in red/green (arrows)
- additional RSI flips in muted yellow (arrows)
- three colors instead of 4

^all_RSI_CLR_limiter.jpg
^all_RSI_CLR_limiter.jpg (118.4 KiB) Viewed 4516 times
Last edited by IgazI on Mon Oct 17, 2022 9:00 pm, edited 1 time in total.
"Everything Should Be Made As Simple As Possible, But Not Simpler!"

User avatar
IgazI
rank: 1000+ posts
rank: 1000+ posts
Posts: 2016
Joined: Sat Feb 17, 2018 5:28 pm
Reputation: 1664
Gender: None specified

Re: PowerX Strategy "PowerZ"

Postby IgazI » Mon Oct 17, 2022 8:51 pm

Personally. . .
I like white backgrounds :lol:

^white.jpg
^white.jpg (142.18 KiB) Viewed 4507 times
"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.

User avatar
IgazI
rank: 1000+ posts
rank: 1000+ posts
Posts: 2016
Joined: Sat Feb 17, 2018 5:28 pm
Reputation: 1664
Gender: None specified

Re: PowerX Strategy "PowerZ"

Postby IgazI » Tue Oct 18, 2022 1:23 am

Dark blue is OB/OS:
Above solid lines: trending
Below solid lines: trending
Between solid lines: ranging


I just finished the "aliasscript", so now I can follow along with what the cool kids are doing :lol:

^OB_1.jpg
^OB_1.jpg (144.28 KiB) Viewed 4474 times
"Everything Should Be Made As Simple As Possible, But Not Simpler!"

User avatar
IgazI
rank: 1000+ posts
rank: 1000+ posts
Posts: 2016
Joined: Sat Feb 17, 2018 5:28 pm
Reputation: 1664
Gender: None specified

Re: PowerX Strategy "PowerZ"

Postby IgazI » Tue Oct 18, 2022 1:35 am

The color change and the 20 period moving average are nearly identical. . .

^compare.jpg
^compare.jpg (187.03 KiB) Viewed 4467 times
"Everything Should Be Made As Simple As Possible, But Not Simpler!"

User avatar
IgazI
rank: 1000+ posts
rank: 1000+ posts
Posts: 2016
Joined: Sat Feb 17, 2018 5:28 pm
Reputation: 1664
Gender: None specified

Re: PowerX Strategy "PowerZ"

Postby IgazI » Tue Oct 18, 2022 3:45 am

A better "20 SMA" ?

Code: Select all

//@version=4
study("A Better 20 MA", "20 Canadian", overlay=true)
//-----Moving-Average-----//
ma1 = (sma(hlc3, 16) + sma(hlc3, 19)[3]) / 2
sig = lowest(ma1, 2) < ma1 ? color.lime : highest(ma1,2) > ma1 ? color.red : color.black
plot(ma1, color = color.new(sig,86), style = plot.style_line, linewidth = 3)


Smoother color change, no?

PS: I guess I'll have to adjust the 'aliasscript', on page 1, to an updated version 5 'better MA'. . .

Blue line is a regular 20 period moving average:
^ma_clr_change_opt.jpg
^ma_clr_change_opt.jpg (105.5 KiB) Viewed 4432 times
us30.jpg
us30.jpg (91.78 KiB) Viewed 4415 times
"Everything Should Be Made As Simple As Possible, But Not Simpler!"

User avatar
IgazI
rank: 1000+ posts
rank: 1000+ posts
Posts: 2016
Joined: Sat Feb 17, 2018 5:28 pm
Reputation: 1664
Gender: None specified

Noice

Postby IgazI » Tue Oct 18, 2022 3:48 pm

I love RGA and the aliasscript both equally :lol:
they can be found on page 1 of this thread.

^gah_dmn.jpg
^gah_dmn.jpg (130.71 KiB) Viewed 4368 times
UNO_youKnow.jpg
UNO_youKnow.jpg (115.61 KiB) Viewed 4364 times
"Everything Should Be Made As Simple As Possible, But Not Simpler!"

User avatar
IgazI
rank: 1000+ posts
rank: 1000+ posts
Posts: 2016
Joined: Sat Feb 17, 2018 5:28 pm
Reputation: 1664
Gender: None specified

Re: PowerX Strategy "PowerZ"

Postby IgazI » Tue Oct 18, 2022 5:55 pm

The Fibonacci River is next on my list of indicators to improve. . .
PS: that first OB/OS zone looks like the perfect SL size, doesn't it? will have to investigate!

^OBOS.jpg
^OBOS.jpg (169.33 KiB) Viewed 4337 times
"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.


Return to “general”