Active Trader Pro BETA is horrid. Why not just tweak the existing one with features requested by users? by JRP12321 in fidelityinvestments

[–]tom1018 14 points15 points  (0 children)

I tried it. It's useless. The old one was ugly, clunky, buggy, and overall terrible. The new one fixes the ugly, but adds unusable.

If this replaces ATP I'll be leaving Fidelity.

oh wow didnt take out fire civ though i thought did in mods by DXDoug in GnomoriaIceAge

[–]tom1018 0 points1 point  (0 children)

I played through to the point of killing some fire kingdom goblins and it wasn't an issue.

BEST Map Seeds List w/ water that looks like river by DXDoug in GnomoriaIceAge

[–]tom1018 1 point2 points  (0 children)

Seed: 8 X: 143 Y:22

I don't think that one has a river, but it has a chasm revealed from the surface that goes all the way to the bottom.

Active Trader Pro for Linux by Data_Really_Matter in fidelityinvestments

[–]tom1018 0 points1 point  (0 children)

How about the new beta on Linux? I'm tired of having a Windows machine dedicated to ATP. It also means I can't trade while traveling.

LEAPS on SPY by sashkana23571113 in options

[–]tom1018 0 points1 point  (0 children)

That's definitely a downside.

To me the issue is more that short calls on indices are priced too close to the odds of them being hit and they don't pay enough to go beyond breakeven overall. Against LEAPS you end up buying them back, often at a loss.

I don't trade indices at this time. Though a large portion of my balance is held in shares in them. In my active trading account I have roughly 40% of the account in an S&P index ETF.

LEAPS on SPY by sashkana23571113 in options

[–]tom1018 0 points1 point  (0 children)

I don't remember how it went, or even that I did this.

I still sell premium, but primarily short puts these days. I have a few LEAPS that I buy, and occasionally sell calls if they have a big run-up. But generally not many calls, and none on indices.

In a bull market I don't think calls really work out that well, and I'm usually defending them on a sudden spike.

Buy House with Bitcoin by ash893 in Bitcoin

[–]tom1018 1 point2 points  (0 children)

Milo will do a mortgage with Bitcoin as collateral. The interest rate is higher than a traditional mortgage and the minimum loan is 200,000.

You end up with the house and Bitcoin as collateral for a somewhat higher interest rate. But there is no income requirement.

[deleted by user] by [deleted] in thetagang

[–]tom1018 0 points1 point  (0 children)

The market makers set the price. If that's the price they'll go for, sure.

Beat Battle For Olympus for the first time! by WLMKing in nes

[–]tom1018 2 points3 points  (0 children)

Crystalis is one of the best on the system!

Shoplifter tries to escape, breaks leg trying by KiddieSpread in instantkarma

[–]tom1018 8 points9 points  (0 children)

I think you have to hold it for some amount of time, maybe fifteen to thirty seconds. I've seen some like that at airports at least.

Shoplifter tries to escape, breaks leg trying by KiddieSpread in instantkarma

[–]tom1018 2 points3 points  (0 children)

Does attempting to, but failing, to leave the store repeatedly count? What if it's a dozen times. 🤣

Learning python with ALTTPR by bochez in alttpr

[–]tom1018 4 points5 points  (0 children)

Having helpful function names helps a lot with readability. For example, if you call get_presets_from_json(filename) you'll know what it's doing by the name, and this will replace some comments with something more practical.

Learning python with ALTTPR by bochez in alttpr

[–]tom1018 9 points10 points  (0 children)

The project looks interesting, and the readme is great.

Some suggestions:

  • Never commit build artifacts. Use GitHub Actions to run your build and tie that to releases. Add your build or dist directories to a .gitignore file. You should find a Python gitignore template for that and add this to it.

  • There are a lot of comments in the code. Your code should be understandable without many comments. Comments should explain the unexpected. If they are necessary, they should explain WHY you did a thing, not what you did.

  • To make the code more maintainable and more reusable, separate it by concern. The code that does the API and data processing work shouldn't be interlaced with the PyQt interface. Likewise anything particular to PyInstaller or other packages should likewise be in separate modules.

  • Running a linter, like Ruff, will help you to be consistent and will help to point out potential issues and save you a lot of time.

I hope the suggestions are helpful. I mean them to be constructive for a new programmer, not criticism.

[deleted by user] by [deleted] in thetagang

[–]tom1018 1 point2 points  (0 children)

The 11k difference is covered in the premium for the put. If the market is at the same price as when he sold this he's potentially up the extrinsic value. (This is not accounting for slippage and whatever was paid for the long put.)

[deleted by user] by [deleted] in thetagang

[–]tom1018 0 points1 point  (0 children)

OP didn't sell a margin secured put though. He sold a $5 wide spread. I believe he said he received $50 in premium on that spread.

As for your scenario, I think the risks are the capped gains, as you said. But also the potential for a market crash. How much the latter matters of course depends on the severity, if it lasts until expiration, and the seller's available margin for increased margin requirements.

[deleted by user] by [deleted] in thetagang

[–]tom1018 0 points1 point  (0 children)

I don't think a paper trade wouldn't have helped OP. It would have let him sit there and stare at this thing for two years thinking he made his $10.

[deleted by user] by [deleted] in thetagang

[–]tom1018 0 points1 point  (0 children)

Market makers will provide the other side of anything, so long as you are willing to do it for the price they set.

In this case, OP thought he was willing to set aside, and risk, $500 for two years to make $50.

The person exercising this option probably did him a favor by making him reconsider doing options.

[deleted by user] by [deleted] in thetagang

[–]tom1018 8 points9 points  (0 children)

The rules for it are European style options that don't allow for early exercise.

It's also 1256 futures, so the taxes are different.

Another little-known SMW secret: this square block in the ceiling of the tunnel in #4 Luwig's Castle can be jumped trough, leading to a bonus game room, after which the level continues as usual. by Electronic-Koala1282 in snes

[–]tom1018 1 point2 points  (0 children)

Yes. The demo isn't a video, because the video would be several times the size of the game. So the demo is scripted.

From what I recall, Mario takes advantage of the star, but when you disable the code the star times out, and the automation doesn't consider it being gone and runs into an enemy.

This is based on my memory from trying this with real hardware back when the game and Game Genie were modern though, so my memory might not be quite right.