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: 1663
Gender: None specified

Re: PowerX Strategy "PowerZ"

Postby IgazI » Sat Nov 12, 2022 3:40 pm

aliassmith wrote:
Agreed "crypto" is the future. By that I mean some form of electronic currency. The plebs will believe it's good for convenience and security. Meanwhile "they" will be able to control everything.

Also it will come down to betamax or vhs. How about Blu-ray vs. HD DVD?

Currently Bitcoin is the old legacy model. It is new tech but slow and clunky. Which coin will win out?


We are just going to have to trade what we see until we see something different :)

twys.jpg
twys.jpg (132.5 KiB) Viewed 1647 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.

Goonslinger
rank: 50+ posts
rank: 50+ posts
Posts: 135
Joined: Sun Nov 09, 2014 8:20 pm
Reputation: 18
Gender: Male

Re: PowerX Strategy "PowerZ"

Postby Goonslinger » Sun Nov 13, 2022 9:53 am

IgazI wrote:
Goonslinger wrote:
IgazI wrote:TheStreet: Luc Olinga:

SBF_ZERO.jpg

It is definitely not a time to be invested in dog coins. . .

PS: I am down about $1,950 at the moment.

ADABTC.jpg


I think we will see prices drop more when USDT eventually pops.

I know you've mentioned before that you hold for a long time but do you see crypto ever recovering to the levels before? I can't help but feel that the recent turn of events will put people off permanently.


Without regulation, no, but regulation is coming and coming fast.

Betting against crypto is like betting against the internet; it's just an AOL chat room now, but that's not all that it will be in the future :lol:

I hold ADA because I believe in the mission and intelligence behind the product, and I believe that it will have no rivals when it reaches its final form.

As with anything else you allocate risk to it and it either works or it doesn't. . .
the risk that I decided to take with crypto is equal to losing 1 Bitcoin, and I'm ok with that.

I'm currently just buying USDC and adding 500-1000 ADA here and there.

Even a toothbrush will 5x, eventually, that is just the world we live in.


Thanks for sharing, Igazi.

Won't regulation just make it like any other fiat currency? I've never really truly understood what makes it more appealing than the currencies we already have.

I had never really looked into ADA as there are many, many coins but from what I can see it does seem interesting. Not sure that I'm prepared to invest in any coin just now though - I'll wait for them to peak so that I can get my fingers burnt (again) :P

For anyone else interested, you can read about some of the research that goes into ADA here - https://iohk.io/en/research/library/ and the uses cases here - https://cardano.org/enterprise/.

Note: there is quite a bit of reasearch that goes in to it - have fun looking into this rabbit hole!

aliassmith wrote:Agreed "crypto" is the future. By that I mean some form of electronic currency. The plebs will believe it's good for convenience and security. Meanwhile "they" will be able to control everything.

Also it will come down to betamax or vhs. How about Blu-ray vs. HD DVD?

Currently Bitcoin is the old legacy model. It is new tech but slow and clunky. Which coin will win out?


I think it probably is the future too although "they" have and will always control everything. :(
"So let it be written; so let it be done."

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

Re: PowerX Strategy "PowerZ"

Postby IgazI » Sun Nov 13, 2022 2:21 pm

Goonslinger wrote:
Thanks for sharing, Igazi.

Won't regulation just make it like any other fiat currency? I've never really truly understood what makes it more appealing than the currencies we already have.


ADA is a technology, not a currency.

What makes it more appealing?
- a future with instant settlement for business transactions, stocks, and the selling of your car or house. . .
- a store of value: say what you want about crypto losses, the dollar is 'programmed' to destroy all* of your purchasing power over time:
Purchasing-power-of-the-US-dollar-4.png
Purchasing-power-of-the-US-dollar-4.png (85.37 KiB) Viewed 1586 times

- enables artists, content creators, and businesses, to make vastly greater sums of money.

Just to name a few.
Last edited by IgazI on Sun Nov 13, 2022 4:45 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: 1663
Gender: None specified

Re: PowerX Strategy "PowerZ"

Postby IgazI » Sun Nov 13, 2022 2:46 pm

I've scrapped the auto sizing in favor of just setting the closing ranges manually. . .
if you're way off on your sizing then the chart will look like a sea of wicks, so it is pretty easy for anyone to figure out.

You can also start at half the ( ATR * .8 ) value and adjust it from there.

Attached is the code.

self_directed.jpg
self_directed.jpg (189.57 KiB) Viewed 1578 times


Code: Select all

//@version=5
indicator("CL_Ranges", overlay =  true)
. . .
palette = (close[3] + close[2]) / 2 < close ? clr_Up : clr_Dn // <== trend changed to this.
-SEE POST #1-
"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: 1663
Gender: None specified

Re: PowerX Strategy "PowerZ"

Postby IgazI » Mon Nov 14, 2022 2:48 pm

How many closing prices do you need to use to determine that price is trending up?

a. >[2] | >[3]
b. >[2] | <[3] | >mid
c. <[2] | >[3] | >mid

I came to the conclusion that it requires at least 4 closing prices. . .
when_up.jpg
when_up.jpg (17.29 KiB) Viewed 1463 times


trend_is_.jpg
trend_is_.jpg (85.63 KiB) Viewed 1463 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: 1663
Gender: None specified

Re: PowerX Strategy "PowerZ"

Postby IgazI » Sat Nov 19, 2022 7:15 pm

In the latest version of the indicator:
- 'pointy places' are highest close of 5 with no higher price in 2 periods.
- 'the trend' is the midpoint of close[4] and close[3]: the midpoint of the first move of 5 periods.

You can just use the grid to set the ranges:
if there are 5 pips between numbers then you can set your range between 2 and 3:
these ranges represent your risk at max lot size.

version_3.jpg
version_3.jpg (132.26 KiB) Viewed 1150 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: 1663
Gender: None specified

Re: PowerX Strategy "PowerZ"

Postby IgazI » Tue Nov 22, 2022 3:50 pm

50,000 ADA is roughly the same as owning 1 BTC:

50k * $0.40 = $20000, and that is about where BTC was at that level.

That's my target size for Cardano ADA. . .

Of course, if it plummets to $0.20 then I'm obligated to buy more :lol:
"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: 1663
Gender: None specified

Re: PowerX Strategy "PowerZ"

Postby IgazI » Wed Nov 23, 2022 3:37 pm

I have added 'pointy places' to $ZILLIONSZ, aka "aliascript", if you are interested.

'movePointy' is a setting that moves the 'pointy place' marker away from the price extreme by a number of pips, eg 0.0001.

Let me know if you think I should add it to the first post or leave the aliascript as is.

pointyPlaces.jpg
pointyPlaces.jpg (131.65 KiB) Viewed 1030 times


Code: Select all

//@version=5
indicator(title = "$ZILLIONZ", shorttitle = "aliascript", overlay = true)
//-----Chart-Setup-----//
adj = input(0.0, "movePointy")
h = high
l = low
c = close
o = c[1]
updnCon = h[1] < c ? "up" : l[1] > c ? "dn" : "no"
updnCon := updnCon == "no" and o < c ? "white" : updnCon == "no" and o > c ? "black" : updnCon
palette = updnCon == "up" ? color.blue : updnCon == "dn" ? color.red : updnCon == "white" ? color.white :  updnCon == "black" ? color.black  : color.fuchsia
plotcandle(o,h,l,c, color = palette, wickcolor =color.rgb(107, 113, 133), bordercolor = color.rgb(66, 68, 77))
//-----Better-MA-----//
ma1 = (ta.sma(hlc3, 16) + ta.sma(hlc3, 19)[3]) / 2
sig = ta.lowest(ma1, 2) < ma1 ? color.new(color.blue,0) : ta.highest(ma1,2) > ma1 ? color.new(color.red,0) : color.new(color.black,0)
plot(ma1, color = color.new(sig,76), style = plot.style_line, linewidth = 3)

fh = h
fl = l
cond1 = close[2] > close[3] and close[2] > close[4] and close[2] > close[5] and close[2] > close[6] and close[2] >= close[1] and close[2] >= close[0] // is highest of 5, is >= 2 to the right.
cond2 = close[2] < close[3] and close[2] < close[4] and close[2] < close[5] and close[2] < close[6] and close[2] <= close[1] and close[2] <= close[0] // is lowest of 5, is <= 2 to the right.
plotchar(cond1 ? fh[2] + adj : na, char = "⬜", color = color.new(color.white,85), offset = -2, location = location.absolute, editable = false, display = display.all - display.status_line)
plotchar(cond2 ? fl[2] - adj : na, char = "⬜", color = color.new(color.white,85), offset = -2, location = location.absolute, editable = false, display = display.all - display.status_line)
plotchar(cond1 ? fh[2] + adj : na, char = "△", color = color.new(color.white,10), offset = -2, location = location.absolute, editable = false, display = display.all - display.status_line)
plotchar(cond2 ? fl[2] - adj : na, char = "▽", color = color.new(color.white,10), offset = -2, location = location.absolute, editable = false, display = display.all - display.status_line)

"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: 1663
Gender: None specified

Re: PowerX Strategy "PowerZ"

Postby IgazI » Wed Nov 23, 2022 6:39 pm

I trust Coinbase, but I purchased a hardware wallet today to avoid unnecessary risks.

I don't really trade in and out all that often, I mostly just buy and hold.
"Everything Should Be Made As Simple As Possible, But Not Simpler!"

User avatar
Yirbu
rank: 500+ posts
rank: 500+ posts
Posts: 632
Joined: Mon Jun 27, 2022 9:04 am
Reputation: 438
Location: Europe
Gender: Male

Re: PowerX Strategy "PowerZ"

Postby Yirbu » Wed Nov 23, 2022 8:03 pm

IgazI wrote:I trust Coinbase, but I purchased a hardware wallet today to avoid unnecessary risks.

I don't really trade in and out all that often, I mostly just buy and hold.


Good. If you have crypto you really need a hardware wallet. Especially if you just keep it and not actively use it to trade.
I can name at least 5 exchanges where I had crypto that were hacked and I lost capital. They all are gone now
Only Finex managed to pay everything back....

What's also nice about a hardware wallet is that it's easier to save dust...if you have just a couple of $...convert them into something exotic and after 2 years, suddenly you have a lot.

Trezor is a nice one.

Please add www.kreslik.com to your ad blocker white list.
Thank you for your support.


Return to “general”