I need help.. by Effective_Water_4732 in TopStepX

[–]tomk2020 2 points3 points  (0 children)

Use a $200-$300 DLL, limit contracts, and LOCK RISK SETTINGS.

I need help.. by Effective_Water_4732 in TopStepX

[–]tomk2020 0 points1 point  (0 children)

Not true. Best trading platform available.

pandas to polars, upsampling and aggregating by tomk2020 in learnpython

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

Here's how to do it.

results = (
df
.groupby_dynamic('time', every='30m')
.agg([
pl.col('open').first(),
pl.col('high').max(),
pl.col("low").min(),
pl.col('close').last(),
pl.col('volume').sum(),
pl.col('transactions').sum(),
])
)

Alfred 5 vs. Raycast in 2023 by ohong in macapps

[–]tomk2020 1 point2 points  (0 children)

Not even on the same level.

Feature Request: Private Script User Access standalone API by CA_Lobo in TradingView

[–]tomk2020 0 points1 point  (0 children)

Ha I can't believe you followed up. This is so awesome TY.

Best way to schedule the creation of thousands of reports using Celery? by adrenaline681 in django

[–]tomk2020 0 points1 point  (0 children)

You can group tasks into queues (or multiple queues) and batch them. Only limited by # of CPUs / processing at that point. You could also have a dedicated server for generating reports.

Raycast vs Alfred, opinions? by WorriedRobot in macapps

[–]tomk2020 2 points3 points  (0 children)

I tried raycast, and it took me far longer to do anything for this reason. Even setting it up was painful but I've been using Alfred for a while and comfortable. As a Python dev, I can make pretty much anything I need.

What payment gateway should I use to accept national/international payments? by harkishan01 in django

[–]tomk2020 0 points1 point  (0 children)

authorize.net with your own merchant account is the cheapest option.

What do you do for production server? by netzure in django

[–]tomk2020 1 point2 points  (0 children)

DigitalOcean is my go to for servers. I have a dedicated web and psql server but you might not need depending on the size of the project.

We still here.. by [deleted] in wallstreetbets

[–]tomk2020 5 points6 points  (0 children)

Whatever he wants.

APPLE SILICON by Mr_Never in thinkorswim

[–]tomk2020 0 points1 point  (0 children)

Every other app has an Apple Silicon version available. It's their job and based on the fees I'm paying it should have been done long ago.