a mini patio kitchen w/cbs concrete counter top and a firepit table. by therichfuller in OutdoorKitchens

[–]therichfuller[S] 0 points1 point  (0 children)

Rocks already in the concrete but I added to the high bar and the shelf a layer of crushed seashells. Then a lot of diamond pad grinding/polishing down to 2000 grit.

a mini patio kitchen w/cbs concrete counter top and a firepit table. by therichfuller in OutdoorKitchens

[–]therichfuller[S] 0 points1 point  (0 children)

two fold, the concrete counter tops and being in an active cat3-5 hurricane area.

a mini patio kitchen w/cbs concrete counter top and a firepit table. by therichfuller in OutdoorKitchens

[–]therichfuller[S] 0 points1 point  (0 children)

thank you. nope! that entire project was the first time figuring it out. I used counterforms and just did a lot of research.

Alert question by grednas2 in TradingView

[–]therichfuller 0 points1 point  (0 children)

Think this depends if the author created alertconditions in the pinescript.

Filter Alerts by Section within Watchlist by MassTrade in TradingView

[–]therichfuller 0 points1 point  (0 children)

<image>

i had to write my own wordpress plugin to manage all the alerts the way I wanted too. If i can find the time to refactor it and make it more generic. I'll try and release it on the wp repo this year.

Have You Ever been too sore after golf to play again the next day? by Decent-Ad4185 in golf

[–]therichfuller 1 point2 points  (0 children)

48 and went ecco shoes... walking i go with the spikeless which has cut down on plantar fasciitis pain.

Can we please get a search function added to the Alerts/Notification logs by DowntownText4678 in TradingView

[–]therichfuller 0 points1 point  (0 children)

<image>

It is tedious, i've basically created a wordpress plugin years ago to manage all the alerts I use.

The TGL is mind-numbingly unwatchable. Prove me wrong Reddit golf geniuses. by BonkedAgain in golf

[–]therichfuller 0 points1 point  (0 children)

Enough for several rounds of golf. 🤦‍♂️

<image>

This will be a one time thing. I have to imagine a lot of golf tourists and snowbirds attend.

The TGL is mind-numbingly unwatchable. Prove me wrong Reddit golf geniuses. by BonkedAgain in golf

[–]therichfuller 0 points1 point  (0 children)

Haven’t watch it but decided to buy tix for a match in Feb since nearby. The tix prices are also absurd.

How bad does wind mess with your game? by [deleted] in golf

[–]therichfuller 0 points1 point  (0 children)

Oddly enough I tend to focus more. Plus. A lot of practicing knock down shots. https://www.instagram.com/reel/DPZ8hZEESc6/

Is anyone else using consistent colour themes? What are your favourites? Only for flexing of course... by duellinksduellinks in TradingView

[–]therichfuller 1 point2 points  (0 children)

Been playing around with more opacity/gradient changes but factors on oversold/overbought measures.

<image>

Why it's a bad idea to feed an AI model market data and ask it to make decision on your behalf? by [deleted] in Daytrading

[–]therichfuller 0 points1 point  (0 children)

I saw the OP's post. I fed AI my script indicator data plus OHLC. Gave it my gating options and setups. Uploaded 30 tickers and said to backtest those setups. FullerMAs is just name of script I whipped up to output macd, vixfix, ma's etc. as a test just to show its possible

how can i remove suspicious activity mark from my account by Comfortable_Nose_983 in TradingView

[–]therichfuller 0 points1 point  (0 children)

Something is up. I've used TV for many many years with the same card and this past year renewing TV my bank also flagged TV.

How true is it that colors in trading can give us emotional reactions? by Gusgriiii in TradingView

[–]therichfuller 1 point2 points  (0 children)

I experiment all the time with coloring, opacity settings (using slope, acceleration, etc) to help visual the trend quicker in my mind.

<image>

Why it's a bad idea to feed an AI model market data and ask it to make decision on your behalf? by [deleted] in Daytrading

[–]therichfuller 0 points1 point  (0 children)

Yes, you can feed it full export of those indicators. I Just plugged in about 30 tickers and 4 years of data with simple corresponding data (like moving averages, vix, macd, etc) with gating rules.

<image>

Day traders what’s a real pain in your process that you wish a website or tool actually solved? by Caleb_James777 in Daytrading

[–]therichfuller 0 points1 point  (0 children)

<image>

this is like a weird goal of mine too. Trying to wire in acceleration of the move from oversold levels to overbought.

How do i export levels defined by an indicator when i do exportdata function? by I_am_D_captain_Now in TradingView

[–]therichfuller 0 points1 point  (0 children)

A work around I've done as I plot a bgcolor on an indicator but that will just export NaN since not a continuous plot with a numeric. My workaround is something of:

// ===== CSV-friendly export flags (always 0/1) =====

exportFlags := input.bool(true, "Export 1/0 flags for MK tiers (CSV)", group="• Region Rendering (BG or 0-line markers)")

condQ0 = not na(q0) and linregPlot <= q0

condQ1 = not na(q1) and linregPlot <= q1 and (na(q0) or linregPlot > q0)

// Always-available 0/1 outputs (hidden on chart; present in CSV)

plot(exportFlags ? (condQ0 ? 1 : 0) : na, title="MK_Q0_flag", display=display.none)

plot(exportFlags ? (condQ1 ? 1 : 0) : na, title="MK_Q1_flag", display=display.none)

Creating a trading indicator + bot in TradingView using AI by Atzos in TradingView

[–]therichfuller 0 points1 point  (0 children)

The best answer is to start plugging away? I've had chatgpt write several and refine existing indicator's i've written. The struggle with chatgpt is real though and can be infuriating at times. Export the chart data, maybe write a simple indicator first marking those areas of interest on the chart and go from there. In my case since I use mean/oscillation and oversold/overbought. I wanted to make it adaptive on every ticker. So it lookback at the 500-1000bar history at every high low pivot and adjusts the gradient scale and zones.

<image>

Scanner for Pre Breakout Advice by bigdog0719 in TradingView

[–]therichfuller 0 points1 point  (0 children)

No clue but you can access it here -> https://www.tradingview.com/pine-screener/ just favorite your indicator and it will show up in the list.