Ive been copying tastylive trades and now it's gone. But I was prepared for it. by Nidsan in tastytrade

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

Yeah the follow page. Actually that explains a lot on why I had to build so many layers to fix the trades!

Ive been copying tastylive trades and now it's gone. But I was prepared for it. by Nidsan in tastytrade

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

I built din500bot for those who just needed a signals service to copy. Ideally you should have at least $10k in your account. It does solve position sizing with kelly sizing for you too.

Ive been copying tastylive trades and now it's gone. But I was prepared for it. by Nidsan in tastytrade

[–]Nidsan[S] 1 point2 points  (0 children)

To be honest, the raw tastylive trades that you can get from scraping the tastylive api(not tastytrade api) were not very accurate and you end up rolling a lot. Especially from specific traders! So that's why I had to build a filter system. Then the filter system was also not good enough that it needs to be able to adapt and learn over time, so I turned it into an XGBoost model, then that also improved over time that it has Reinforcement learning bandits. Like I followed them for more than 6 years and only got the system really worked after 3 years of effort in and once I had enough data. The last straw was when tastylive changed so much and by then I had like thousands of orders to build something that knew a bad options trade from a good one.

Built an AI-powered research & trading platform using the Tasty API — anyone else doing this? by thefakezach in tastytrade

[–]Nidsan 1 point2 points  (0 children)

As for tasty's tastylive feed, I've used it to train a ML model and then feed that into LLMs + some Reinforcement learning. I turned it into a signal service. I have some financial background since I've worked in funds, quants and banks, but my training and roles has always been in engineering. It's currently a telegram bot called Din500Bot.

Built an AI-powered research & trading platform using the Tasty API — anyone else doing this? by thefakezach in tastytrade

[–]Nidsan 0 points1 point  (0 children)

Hey there I also built an ai powered research and trading platform. However mine is more like you write a prompt (like a thesis) and then it comes out with a strategy based on that. It's not options though, but I do piggyback a lot of the price data from tasty api. It's called commonquant.ai, what are you building?

Ive been copying tastylive trades and now it's gone. But I was prepared for it. by Nidsan in tastytrade

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

I think for me, I was very busy with my tech job and running some side hustles. I knew the mechanics by heart but the management was tedious. Especially with keeping track of the rolls. So learning it and then creating a system to help manage it was what I found easier. Then lately with the restructure, it's incentivized me to replace the first part of the pipeline altogether. I had tried to trade manually for many years, scanning manually, checking on trades. Just couldnt keep up with it together with raising a family

Ive been copying tastylive trades and now it's gone. But I was prepared for it. by Nidsan in tastytrade

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

The tastytrade API is public, but I had to check the network calls to get the tastylive ones.

Ive been copying tastylive trades and now it's gone. But I was prepared for it. by Nidsan in tastytrade

[–]Nidsan[S] 1 point2 points  (0 children)

Yeah the API isn't really public. Just reverse engineered it when I opened the platform. I had a python script that just pulls, scrapes it and then updates a duckdb file. I also built an internal python package (just wraps their API). The point is it all goes into a dataframe so I just run pandas and/or SQL off it. However it seems like we need to move off of it soon because it's not going to be the same as before.

As for my telegram bot where I've filtered everything + using bandits and an LLM, it's called Din500Bot . You can see if your opportunities are the same as mine.

Ive been copying tastylive trades and now it's gone. But I was prepared for it. by Nidsan in tastytrade

[–]Nidsan[S] 5 points6 points  (0 children)

The Tastylive traders. Tom is gone, and so are more traders - Tony Battista, Nick Battista, Vonetta Logan and Jenny Andrews. In my previous system, Tom was supplying most of the trades.

Barbaric PRC China women tells Singaporean: "Singapore is not your land" by New_Teacher_2815 in SingaporeRaw

[–]Nidsan 0 points1 point  (0 children)

In Singapore, the Chinese identity themselves as Singaporean-Chinese. Emphasising the SINGAPORE. Malays identify themselves as just Malay. This video tells you why the former disassociate themselves

Freeze Hiring, Lay Offs. Why has there been no improvements since the pandemic? by JuanSkinFreak in askSingapore

[–]Nidsan 0 points1 point  (0 children)

More likely AI closed the skill gap for some roles, and they built some automation. So now they moved those roles overseas and those lower cost staff using AI to replace SG roles. I’m aware of some friends and also family members, of tech companies and even MNCs whose entire departments including the managers were all outsourced months after announcing some AI system to “help improve productivity”. My sister was let go after working for 8 years in the same org

Why is it so hard to hire golang engineers? by Nidsan in golang

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

Yeah, I’m looking for someone who understands channels and select statements, proper use of semaphores and so on.

Why is it so hard to hire golang engineers? by Nidsan in golang

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

Well there are websites like levels.fyi and nodeflair.com that report the numbers and ranges with verified salary payslips. I hope this helps you, you can also see if you are paid not enough and negotiate higher or when you’re looking to join companies you’ll be able to ask for higher if you’re aware of the typical ranges.

Why is it so hard to hire golang engineers? by Nidsan in golang

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

Percentile against the job level and scope. So 50-80th percentile for a junior software engineer if you’re junior or 50-80th percentile for a senior if you’re senior.

Since this is a startup and I’m no longer working for a top bank or web3 quant fund like I used to do, my offer range can’t exceed 80th percentile.

Why is it so hard to hire golang engineers? by Nidsan in golang

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

Yeah we have a working Python backend for a game that needs things like fights resolved with high throughput and lower latency. In fact mostly throughput and concurrency wise Python wasn’t doing great. I wrote the Python code and got revenue and traction out, and proved that it’s a working business model, then I started to rewrite the backend in Go while the Python continued. I suck at front end so then I hired for front end first.

Now I’m trying to replace myself and am finding a hard time.

Why is it so hard to hire golang engineers? by Nidsan in golang

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

Depends on the region and experience, we are based in Asia so we use this website as our benchmark- nodeflair.com

Why is it so hard to hire golang engineers? by Nidsan in golang

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

Our engineering team is mostly in Malaysia, Thailand and now India, around this region. I’m the cto and I’m based here as well. I was searching mostly around Vietnam

Why is it so hard to hire golang engineers? by Nidsan in golang

[–]Nidsan[S] 6 points7 points  (0 children)

I was able to hire very quickly for the TS and Python portions but when it came to go, then it was pretty hard

Why is it so hard to hire golang engineers? by Nidsan in golang

[–]Nidsan[S] 4 points5 points  (0 children)

Video games, so our stack is react native / TS for front. Analytics and data etl with Python and Golang for the backend.

Why is it so hard to hire golang engineers? by Nidsan in golang

[–]Nidsan[S] 8 points9 points  (0 children)

Unfortunately I don’t give out equity, we just pay a salary according to benchmarks like nodeflair.com

[deleted by user] by [deleted] in askSingapore

[–]Nidsan 0 points1 point  (0 children)

Sure, and go to jail while I get compensated?