Aliassmith Beats a "Dead Horse"
Moderator: moderators
- aliassmith
- rank: 5000+ posts

- Posts: 5057
- Joined: Tue Jul 28, 2009 9:50 pm
- Reputation: 2848
- Gender:

Re: Aliassmith Beats a "Dead Horse"
Market is moving like clockwork
- Attachments
-
- Screenshot_20221017_095643.jpg (23.43 KiB) Viewed 1456 times
-
- Screenshot_20221017_095808.jpg (97.39 KiB) Viewed 1456 times
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.
Thank you for your support.
- aliassmith
- rank: 5000+ posts

- Posts: 5057
- Joined: Tue Jul 28, 2009 9:50 pm
- Reputation: 2848
- Gender:

Re: Aliassmith Beats a "Dead Horse"
More fun with US30 M1
- Attachments
-
- Screenshot_20221017_102631.jpg (97.4 KiB) Viewed 1444 times
Trade Your Way as Long as It Makes Money!
Re: Aliassmith Beats a "Dead Horse"
Code: Select all
//@version=5
indicator(title = "$ZILLIONZ", shorttitle = "aliasscript", overlay = true)
//-----Chart-Setup-----//
h = high
l = low
c = close
o = c[1]
updnCon = h[1] < c ? "up" : l[1] > c ? "dn" : "ne"
updnCon := updnCon == "ne" and o < c and h[1] > c ? "s" : updnCon
palette = updnCon == "up" ? color.blue : updnCon == "dn" ? color.red : updnCon == "ne" ? color.black : updnCon == "s" ? color.white : color.fuchsia
plotcandle(o,h,l,c, color = palette, wickcolor =color.gray, bordercolor = color.rgb(101, 112, 151))
//-----Moving-Average-----//
ma1 = ta.sma(hlc3, 20)
signal = ta.lowest(ma1, 2) < ma1 ? color.blue : ta.highest(ma1,2) > ma1 ? color.red : color.black
plot(ma1, color = color.new(signal,5), linewidth = 2)
//-----Arrows-----//
aliasUpCon = high[1] < close
aliasDnCon = low[1] > close
upColor = color.new(color.blue, 80)
dnColor = color.new(color.red, 80)
plotshape(aliasUpCon, style = shape.triangleup, location = location.abovebar,color = upColor)
plotshape(aliasDnCon, style = shape.triangledown, location = location.belowbar,color = dnColor)
"Everything Should Be Made As Simple As Possible, But Not Simpler!"
Re: Aliassmith Beats a "Dead Horse"
is your computer setup just a laptop or do you have some crazy multi screen situation? Im looking for a new computer and assume it doesnt really need crazy specs to handle trading. probably like 8gb+ of RAM. curious what yall use
- aliassmith
- rank: 5000+ posts

- Posts: 5057
- Joined: Tue Jul 28, 2009 9:50 pm
- Reputation: 2848
- Gender:

Please add www.kreslik.com to your ad blocker white list.
Thank you for your support.
Thank you for your support.
Re: Aliassmith Beats a "Dead Horse"
buffalo wrote:is your computer setup just a laptop or do you have some crazy multi screen situation? Im looking for a new computer and assume it doesnt really need crazy specs to handle trading. probably like 8gb+ of RAM. curious what yall use
Most of the time I use my phone or a Surface Laptop Go 2 (max specs), as both can be wielded with one hand.
Surface Laptop Go 2
$699.99
Platinum
Intel Core i5
8GB RAM
256GB SSD
It can handle anything a 60yo would do with a computer
"Everything Should Be Made As Simple As Possible, But Not Simpler!"
- aliassmith
- rank: 5000+ posts

- Posts: 5057
- Joined: Tue Jul 28, 2009 9:50 pm
- Reputation: 2848
- Gender:

Re: Aliassmith Beats a "Dead Horse"
Don_xyZ wrote:aliassmith wrote:Don_xyZ wrote:
Why is your spread that big?
Congrats for the big TP!
1.8 pts spread no commissions
No comm is common. Mine is 1 pt no comm. Someone in the group took a screen shot of MFF and it shows 0 spread on GER30. Can you confirm this, Alias? If yes, this is a crazy opportunity. My broker only give 0.5 pt spread for DE40.
- Attachments
-
- Screenshot_20221018_010529.jpg (92.72 KiB) Viewed 1306 times
Trade Your Way as Long as It Makes Money!
- aliassmith
- rank: 5000+ posts

- Posts: 5057
- Joined: Tue Jul 28, 2009 9:50 pm
- Reputation: 2848
- Gender:

Re: Aliassmith Beats a "Dead Horse"
Trading with Dave this morning on US30 M1.
Made 87 points and there was definitely more to be had.
There was 60 points trade I was daydreaming and missed.
I hear that PROcharged was on the stream also
Made 87 points and there was definitely more to be had.
There was 60 points trade I was daydreaming and missed.
I hear that PROcharged was on the stream also
Trade Your Way as Long as It Makes Money!
-
Yirbu
- rank: 500+ posts

- Posts: 632
- Joined: Mon Jun 27, 2022 9:04 am
- Reputation: 438
- Location: Europe
- Gender:

Re: Aliassmith Beats a "Dead Horse"
aliassmith wrote:Market is moving like clockwork
...and when I went to bed yesterday something flashed in my head... was that a 100 lots trade?
Nah... or was it? Had to get up to verify it, ha, ha
- aliassmith
- rank: 5000+ posts

- Posts: 5057
- Joined: Tue Jul 28, 2009 9:50 pm
- Reputation: 2848
- Gender:

Re: Aliassmith Beats a "Dead Horse"
Yirbu wrote:aliassmith wrote:Market is moving like clockwork
...and when I went to bed yesterday something flashed in my head... was that a 100 lots trade?
Nah... or was it? Had to get up to verify it, ha, ha
I don't know about lots.
$100 a point because its an index.
Or in futures terms it would be 20 contracts
If its EU then 50 lots x2 would be $1000 a pip.
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.
Thank you for your support.


