Aliassmith Beats a "Dead Horse"

free & uncensored discussion arena for TheRumpledOne

Moderator: moderators

User avatar
aliassmith
rank: 5000+ posts
rank: 5000+ posts
Posts: 5057
Joined: Tue Jul 28, 2009 9:50 pm
Reputation: 2848
Gender: Male

Re: Aliassmith Beats a "Dead Horse"

Postby aliassmith » Sat Nov 05, 2022 3:45 pm

aliassmith wrote:
IgazI wrote:Alias,

would you mind taking a look at this indicator and letting me know what you think about the stop loss recommendations?


Code: Select all

 
//@version=5
indicator("RMA Range", shorttitle = ".7RMA", overlay = false)
rangeLen = input(12, title = "rLen")
relMA = ta.rma(ta.atr(3), rangeLen)[1] * 0.7
mid = (ta.lowest(relMA, rangeLen * 2) + ta.highest(relMA,rangeLen * 2) ) / 2
palette = relMA >= mid ? color.new(color.blue,15) : color.new(color.red,0)
palette2 = relMA >= mid ? color.new(color.red,15) : color.new(color.blue,0)
transpStamp = relMA > mid ? 15 : 0
x = plot(relMA, color = color.new(palette, 20), style = plot.style_line, join = true, linewidth = 1)
y = plot(mid, color = color.new(palette2,90), style = plot.style_line, join = true, offset = 0 )
fill(x,y, color = color.new(palette,65))
 


I might be doing something wrong. All I see is a window at the bottom with a red and blue wave.


Ok I am a dumbass. I see what it is doing.
I'll put more study into it. So far, the predictions seem fair.
Trade Your Way as Long as It Makes Money!

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: Aliassmith Beats a "Dead Horse"

Postby IgazI » Sat Nov 05, 2022 7:26 pm

aliassmith wrote:
Ok I am a dumbass. I see what it is doing.
I'll put more study into it. So far, the predictions seem fair.


RMA
"Everything Should Be Made As Simple As Possible, But Not Simpler!"

User avatar
aliassmith
rank: 5000+ posts
rank: 5000+ posts
Posts: 5057
Joined: Tue Jul 28, 2009 9:50 pm
Reputation: 2848
Gender: Male

Re: Aliassmith Beats a "Dead Horse"

Postby aliassmith » Sat Nov 05, 2022 8:21 pm

aliassmith wrote:
aliassmith wrote:
IgazI wrote:Alias,

would you mind taking a look at this indicator and letting me know what you think about the stop loss recommendations?


Code: Select all

 
//@version=5
indicator("RMA Range", shorttitle = ".7RMA", overlay = false)
rangeLen = input(12, title = "rLen")
relMA = ta.rma(ta.atr(3), rangeLen)[1] * 0.7
mid = (ta.lowest(relMA, rangeLen * 2) + ta.highest(relMA,rangeLen * 2) ) / 2
palette = relMA >= mid ? color.new(color.blue,15) : color.new(color.red,0)
palette2 = relMA >= mid ? color.new(color.red,15) : color.new(color.blue,0)
transpStamp = relMA > mid ? 15 : 0
x = plot(relMA, color = color.new(palette, 20), style = plot.style_line, join = true, linewidth = 1)
y = plot(mid, color = color.new(palette2,90), style = plot.style_line, join = true, offset = 0 )
fill(x,y, color = color.new(palette,65))
 


I might be doing something wrong. All I see is a window at the bottom with a red and blue wave.


Ok I am a dumbass. I see what it is doing.
I'll put more study into it. So far, the predictions seem fair.


I was checking it out on some YM charts. I used the Higher number on the ribbon as the stop. It seems interesting so far. I'll do some more later
Attachments
YM1!_2022-11-05_16-18-57.png
YM1!_2022-11-05_16-18-57.png (216.5 KiB) Viewed 1437 times
Trade Your Way as Long as It Makes Money!

User avatar
aliassmith
rank: 5000+ posts
rank: 5000+ posts
Posts: 5057
Joined: Tue Jul 28, 2009 9:50 pm
Reputation: 2848
Gender: Male

Re: Aliassmith Beats a "Dead Horse"

Postby aliassmith » Sat Nov 05, 2022 8:35 pm

aliassmith wrote:
aliassmith wrote:
aliassmith wrote:
I might be doing something wrong. All I see is a window at the bottom with a red and blue wave.


Ok I am a dumbass. I see what it is doing.
I'll put more study into it. So far, the predictions seem fair.


I was checking it out on some YM charts. I used the Higher number on the ribbon as the stop. It seems interesting so far. I'll do some more later


So far missed one. Your estimate was a few points shy. Setting the SL from PA would have worked.
Attachments
YM1!_2022-11-05_16-34-31.png
YM1!_2022-11-05_16-34-31.png (223.92 KiB) Viewed 1433 times
Trade Your Way as Long as It Makes Money!

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: Aliassmith Beats a "Dead Horse"

Postby IgazI » Sun Nov 06, 2022 1:57 am

aliassmith wrote:
aliassmith wrote:
aliassmith wrote:
Ok I am a dumbass. I see what it is doing.
I'll put more study into it. So far, the predictions seem fair.


I was checking it out on some YM charts. I used the Higher number on the ribbon as the stop. It seems interesting so far. I'll do some more later


So far missed one. Your estimate was a few points shy. Setting the SL from PA would have worked.


Seems pretty close. . .
probably just need to use 2 or 3 minute data for the stop size.

It has been a very windy day today; power outages, downed lines, . . . #-o
"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
aliassmith
rank: 5000+ posts
rank: 5000+ posts
Posts: 5057
Joined: Tue Jul 28, 2009 9:50 pm
Reputation: 2848
Gender: Male

Re: Aliassmith Beats a "Dead Horse"

Postby aliassmith » Mon Nov 07, 2022 3:52 pm

Saw Nas Trading was live same time as Daveteaches. Had to go with Nas, I can read his charts without a bunch of scribbles. Plenty of points were made.
Trade Your Way as Long as It Makes Money!

spacamonte
rank: <50 posts
rank: <50 posts
Posts: 6
Joined: Sun Oct 08, 2017 9:21 pm
Reputation: 3
Gender: Female

Re: Aliassmith Beats a "Dead Horse"

Postby spacamonte » Mon Nov 07, 2022 8:11 pm

Watching Dave live for the first time today. There is a lot of great info, but was wondering if that guy was stoned in the late morning... :shock: :lol: Great motto, "No zone, no trade". Thanks for sharing the site! Will check out Nas Trading...

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

Re: Aliassmith Beats a "Dead Horse"

Postby Goonslinger » Mon Nov 07, 2022 8:48 pm

Which YTers would you recommend watching?

So far I've seen you refer to ICT, Oliver Velez(sp?) and (now) Nas Trading.
"So let it be written; so let it be done."

User avatar
kiwiarian
rank: 500+ posts
rank: 500+ posts
Posts: 775
Joined: Thu Dec 23, 2021 8:15 am
Reputation: 455
Location: New Zealand
Gender: Male

Re: Aliassmith Beats a "Dead Horse"

Postby kiwiarian » Mon Nov 07, 2022 10:49 pm

I watched DaveTeaches stream, NAS was talking about coffee when I looked at his so jumped onto Daves. Gosh very energetic and almost high on life he seems, won't fall asleep in his ones compared to ICT.
Sample all of them and see what teaching style fits with you maybe. Everyone claims to have the golden goose...

User avatar
aliassmith
rank: 5000+ posts
rank: 5000+ posts
Posts: 5057
Joined: Tue Jul 28, 2009 9:50 pm
Reputation: 2848
Gender: Male

Re: Aliassmith Beats a "Dead Horse"

Postby aliassmith » Tue Nov 08, 2022 12:00 am

Goonslinger wrote:Which YTers would you recommend watching?

So far I've seen you refer to ICT, Oliver Velez(sp?) and (now) Nas Trading.


I watch different people for different reasons. There is more than one golden goose out there. I prefer structure, S@D and PA. They seem to call this smart money concepts or The Algorithm. I still have my own way of doing it based on MightyOne's teaching.
Trade Your Way as Long as It Makes Money!

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


Return to “TheRumpledOne”