All things TradingView

everything that doesn't belong elsewhere cometh here

Moderator: moderators

buffalo
rank: 50+ posts
rank: 50+ posts
Posts: 69
Joined: Mon Dec 17, 2018 6:56 pm
Reputation: 46
Gender: None specified

Re: All things TradingView

Postby buffalo » Wed Jun 09, 2021 5:50 am

IgazI wrote:
buffalo wrote:4 hr z line formed on ETH/USD. gonna get in on 15 min rat entry

edit; nevermind didnt work lol

682021.png


Don't look at me, I don't trade ZLs. . .


much better shorts on pnf #-o

69.png
69.png (93.94 KiB) Viewed 5862 times

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

buffalo
rank: 50+ posts
rank: 50+ posts
Posts: 69
Joined: Mon Dec 17, 2018 6:56 pm
Reputation: 46
Gender: None specified

Re: All things TradingView

Postby buffalo » Sat Dec 04, 2021 2:21 am

heres some code for tradingview. highlights bars on if they closed over/under the 40 sma

deathlyhorse.png
deathlyhorse.png (37.16 KiB) Viewed 5500 times


Code: Select all

study(title="buffalo", shorttitle="dead-horse", overlay=true)

petd = sma(close, 40)
up = close > petd ? green : red

barcolor(up)

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: All things TradingView

Postby IgazI » Sun Dec 05, 2021 1:18 am

buffalo wrote:heres some code for tradingview. highlights bars on if they closed over/under the 40 sma

deathlyhorse.png

Code: Select all

study(title="buffalo", shorttitle="dead-horse", overlay=true)

petd = sma(close, 40)
up = close > petd ? green : red

barcolor(up)


Thanks, Buffalo!

When the 11 & 22 EMA falls below the 40 then I start to get worried.

The 2 SMA falling below the EMA is an early warning signal.

I use the 80 SMA as a support / resistance line.

I think that it is important to combine signals with intuition rather than take ever signal at face value.
"Everything Should Be Made As Simple As Possible, But Not Simpler!"

buffalo
rank: 50+ posts
rank: 50+ posts
Posts: 69
Joined: Mon Dec 17, 2018 6:56 pm
Reputation: 46
Gender: None specified

Re: All things TradingView

Postby buffalo » Sun Dec 05, 2021 9:06 pm

IgazI wrote:
buffalo wrote:heres some code for tradingview. highlights bars on if they closed over/under the 40 sma

deathlyhorse.png

Code: Select all

study(title="buffalo", shorttitle="dead-horse", overlay=true)

petd = sma(close, 40)
up = close > petd ? green : red

barcolor(up)


Thanks, Buffalo!

When the 11 & 22 EMA falls below the 40 then I start to get worried.

The 2 SMA falling below the EMA is an early warning signal.

I use the 80 SMA as a support / resistance line.

I think that it is important to combine signals with intuition rather than take ever signal at face value.


very much agree. while Im sure a lot of people (myself included) would love to use an oscillator and be done with it, theres more to it.

really want to do daytrading/scalping. had my first 1000 dollar trade on ethereum. bought in at 3677 in that spike down the other day. sold at around 4135 ish. 14% account growth no leverage.

indicators im currently looking at on chart below.

last thing, IqazI, thanks for posting "fractal opener" and "point of chaos" in this thread. very intriguing

xwYGanA0.png
xwYGanA0.png (101.22 KiB) Viewed 5376 times

buffalo
rank: 50+ posts
rank: 50+ posts
Posts: 69
Joined: Mon Dec 17, 2018 6:56 pm
Reputation: 46
Gender: None specified

Re: All things TradingView

Postby buffalo » Sun Dec 12, 2021 4:18 am

using the fractal indi iqazi posted on page 6 of this thread looks like it can get some good runs in, direction changes when theres a breakout after a fractal. (did not mark the breakout up at 13:48 acter the fractal because the indi colored it red)
Untitled12112021.png
Untitled12112021.png (42.05 KiB) Viewed 5183 times

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: All things TradingView

Postby IgazI » Sun Dec 12, 2021 2:12 pm

buffalo wrote:using the fractal indi iqazi posted on page 6 of this thread looks like it can get some good runs in, direction changes when theres a breakout after a fractal. (did not mark the breakout up at 13:48 acter the fractal because the indi colored it red)
Untitled12112021.png


I would just use BDP:

Type_1: green candle followed up by green close over.
Type_2: green candle followed by weak bar followed by green close over.
Type_3: line fails in the above types (close under) & there is again a close over the line.

Those three setups will make the money printer go 'brrrrrr'

Screenshot_20211212-085623.jpg
Screenshot_20211212-085623.jpg (103.82 KiB) Viewed 5152 times
"Everything Should Be Made As Simple As Possible, But Not Simpler!"

buffalo
rank: 50+ posts
rank: 50+ posts
Posts: 69
Joined: Mon Dec 17, 2018 6:56 pm
Reputation: 46
Gender: None specified

Re: All things TradingView

Postby buffalo » Sun Dec 12, 2021 6:15 pm

IgazI wrote:
buffalo wrote:using the fractal indi iqazi posted on page 6 of this thread looks like it can get some good runs in, direction changes when theres a breakout after a fractal. (did not mark the breakout up at 13:48 acter the fractal because the indi colored it red)
Untitled12112021.png


I would just use BDP:

Type_1: green candle followed up by green close over.
Type_2: green candle followed by weak bar followed by green close over.
Type_3: line fails in the above types (close under) & there is again a close over the line.

Those three setups will make the money printer go 'brrrrrr'

Screenshot_20211212-085623.jpg


marked up a chart from this morning looking for those setups. looks like with losers it couldve been about 100 bucks per eth risked before noon

12122021.png
12122021.png (75.25 KiB) Viewed 5118 times

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: All things TradingView

Postby IgazI » Sun Dec 12, 2021 7:44 pm

The first three are all 'type 2'
Screenshot_20211212-143621.jpg
Screenshot_20211212-143621.jpg (191.66 KiB) Viewed 5104 times


Screenshot_20211212-171830.jpg
Screenshot_20211212-171830.jpg (199.63 KiB) Viewed 5056 times
Last edited by IgazI on Sun Dec 12, 2021 10:22 pm, edited 1 time in total.

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: All things TradingView

Postby IgazI » Sun Dec 12, 2021 8:35 pm

buffalo wrote:
IgazI wrote:
buffalo wrote:heres some code for tradingview. highlights bars on if they closed over/under the 40 sma

deathlyhorse.png

Code: Select all

study(title="buffalo", shorttitle="dead-horse", overlay=true)

petd = sma(close, 40)
up = close > petd ? green : red

barcolor(up)


Thanks, Buffalo!

When the 11 & 22 EMA falls below the 40 then I start to get worried.

The 2 SMA falling below the EMA is an early warning signal.

I use the 80 SMA as a support / resistance line.

I think that it is important to combine signals with intuition rather than take ever signal at face value.


very much agree. while Im sure a lot of people (myself included) would love to use an oscillator and be done with it, theres more to it.

really want to do daytrading/scalping. had my first 1000 dollar trade on ethereum. bought in at 3677 in that spike down the other day. sold at around 4135 ish. 14% account growth no leverage.

indicators im currently looking at on chart below.

last thing, IqazI, thanks for posting "fractal opener" and "point of chaos" in this thread. very intriguing

xwYGanA0.png


No problemo =)
Very nice Eth gains!
Personally I have just been buying rather than trading crypto.

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: All things TradingView

Postby IgazI » Mon Dec 13, 2021 2:26 pm

I like the look of the 9 period Donchian Channel;
I see what he was trying to do with the 20 period (4 weeks), but that is grossly large . . . even for me.

You can use it as a Bollinger Band or use the 9 period long flat areas for stops or entries.

Screenshot_20211213-085241.jpg
Screenshot_20211213-085241.jpg (247.29 KiB) Viewed 4935 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”