[a / b / c / d / e / f / g / gif / h / hr / k / m / o / p / s / t / u / v / vg / vm / vmg / vr / vrpg / vst / w / wg] [i / ic] [r9k / s4s / vip] [cm / hm / lgbt / y] [3 / aco / adv / an / bant / biz / cgl / ck / co / diy / fa / fit / gd / hc / his / int / jp / lit / mlp / mu / n / news / out / po / pol / pw / qst / sci / soc / sp / tg / toy / trv / tv / vp / vt / wsg / wsr / x / xs] [Settings] [Search] [Mobile] [Home]
Board
Settings Mobile Home
/biz/ - Business & Finance

Name
Options
Comment
Verification
4chan Pass users can bypass this verification. [Learn More] [Login]
File
  • Please read the Rules and FAQ before posting.

08/21/20New boards added: /vrpg/, /vmg/, /vst/ and /vm/
05/04/17New trial board added: /bant/ - International/Random
10/04/16New board for 4chan Pass users: /vip/ - Very Important Posts
[Hide] [Show All]


[Advertise on 4chan]


fucking jews
>>
late stage capitalism

the average joe is poor as fuck and companies keep raising their prices and deliver less and less value
>>
Just tell chatgpt to make it for you. it will copy it in a single prompt.
>>
>>62680337
what gay platform is this
>>
>>62680337
>he doesn't use ai to gradually learn how to make a free and much much more horsepower alternative to shekelview
lol not my problem
>>
>>62680392
i could t.bh. i just might do that. what kind of platform do you suggest? just building an excel or an actual webshit type thing?
>>
>>62680392
>learn
bro
>>
>>62680363
This, TradingView has been going downhill for sometime, I still have TW ultimate but already moved on python and exported my strategies from TW with codex. You can download charts without limits to your local machine for FREE.
>>
>>62680337
is this gay jewish shit only if you're not logged in?
>>
>>62680407
depends on what you're looking for. mine is in c++ opengl and is very fast, uses python to keep time series live. as far as webshit, like tv, you could do that too, but idk anything about it. i use gemini (maybe better models for this currently) in antigravity. it took me a few revisions before i figured out the general shape everything needs to be. i just talked it over with the ai and defined what i was looking for and how i wanted it to be and dialed it in more and more across iterations..
>>
>>62680337
Pay up paypig
>>
>>62681269
another thing is, once you really get moving, its easier to just make python scripts that perform x on dataset y and output an image. the whole gui isn't that necessary
>>
>>62681276
last thing, tradingview incorporates a ton of artificial limits like len limit 5000, 40s "compute time", 40 plots max, etc that aren't real and you can go well beyond when you aren't chained to the 60/mo platform that spies on you
>>
>>62680337
Same, sucks
>>
Works for me

t. investing.com chad
>>
>>62681269
that's a good idea tb.h. how did you vibecode it, using a harness/agent?
>>
>>62681269
>c++ opengl and is very fast,
what actual libraries are you using? also why did you decide to use c++ and opengl (i'm guessing you just went with what gemini suggested and it said c++ opengl libraries were the best)? did you consider using vulkan?
>>
>>62681206
i'm logged in lol
i've had this same account for like 10 years. they've dialed back the free watchlist allowance.
>>
>>62681269
would you mind sharing your code anon? i'm curious now. if not then that's cool too. i'm still going to try it on my own but i figure i could save a lot of time prompting the AIs if i just start where you are now.
might end up using Rust/GPUI though.
>>
>>62681269
what data source are you using? hope you don't mind me spamming questions at you.
>>
>>62680392
>>62681269
What provider do you use for data?

I need real-time data, so probably going to pay up but I can also use the data for backtesting, so get dual use out of it.
>>
someone should post this thread to tradingjew, kek. they are gonna shit bricks when they see anons building their replacements using AI.
>>
>>62684475
Doing some quick research with Grok... ThetaData, Polygon.io and EODHD all provide real-time and options chain data, but the cheapest price package is like $25/month, which is more expensive than TradingView essential.

I guess you can get free data from Yahoo Finance, but it's not real time.
>>
>>62684538
So I found this https://pypi.org/project/tvkit/ which lets you get data from your TradingView account. So if you're just on the free plan and use tvkit, you can get around the problem of limited watch list sizes, limited custom indicators etc.

But for real-time data, you still need to pay.
>>
>>62684422
i used python, tried rust, and settled with c++ for small compile size and fast compile time. i did an experiment just count +1 as fast as it can, python did 200k/sec, c++ did 250 million/sec. just like real coding, you gotta iterate many times fixing bugs and getting it to perform just so.
in my experience, with vibecoding in c++, libraries only add compile size and time, its easier to just sculpt the program yourself. i spent a lot of time struggling with various python charting libraries, and found them to be inflexible (maybe they actually are, but in vibecoding they weren't). it was like sculpting with clay that hard chunks of dirt and rocks and pebbles and shit in it. meanwhile c++ without libraries is like smooth good clay, easy to form it into exactly what you need
>>
>>62684475
yfinance and ccxt with sane-ish update limits to avoid timeouts. the one thing i miss from tv is the btc all time index, which is a market cap weighted avg of a lot of exchanges, but i can make that with python too, tho i haven't figured theirs out exactly.
>>
>>62684612
>>62684617
Cool, thanks for the info. What C++ library are you using for websockets / asyncio?

Thinking of redoing my own version of tvkit in C++, with a focus on options chains and options strategy backtesting. Options chain and option OHLCV data is expensive, TV is actually the smart play here, but need no API to get that data out so need to do it myself.

The python tvkit doesn't yet support options either, but I'm looking at the web requests the firefox debugger, doesn't look like it would be too difficult to do.
>>
>>62684475
>I need real-time data
??
>>
>>62684665
The charts on TV and Yahoo are usually 15 minutes behind for stocks and options. Not the case with crypto.
>>
bumping. following this thread because i also want to export all my shit to local.



[Advertise on 4chan]

Delete Post: [File Only] Style:
[Disable Mobile View / Use Desktop Site]

[Enable Mobile View / Use Mobile Site]

All trademarks and copyrights on this page are owned by their respective parties. Images uploaded are the responsibility of the Poster. Comments are owned by the Poster.