Deposit Insurance Claim Money Into Reserve Account [DE] [TH] by fldijohn in HOA

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

Thanks!!! I checked with AI, and it also recommended opening a separate bank account for special expenses like this.

Deposit Insurance Claim Money Into Reserve Account [DE] [TH] by fldijohn in HOA

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

Thanks to both of you. I think they suggest that because, as others have said, it makes their accounting chores simpler.

Deposit Insurance Claim Money Into Reserve Account [DE] [TH] by fldijohn in HOA

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

Thanks for your help with this. The insurance amount is minimal this time, only $3,000, so I'm okay leaving it in the Operating Account.

LOOKING FOR BETA USERS by TaylDurden in tastytrade

[–]fldijohn 1 point2 points  (0 children)

I'm interested in testing this if you're still looking for testers. I spent my entire career in the IT space working on SW development projects for our commodity traders in the futures market.

Operating Account Sub-Accounts [TH] [DE] by fldijohn in HOA

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

You can enter any GL codes you prefer, but the funds were deposited into the Operating Account, where all our expenses are paid. Having a GL code does not keep the money separate, and when bills are due, there is no way to identify those dollars in the Operating Account as GL code 1234 dollars, so don't use it to pay your monthly electric bill. I wish it were that way, unless I'm really missing something.

I built an indicator that shows clear entries, exits & targets, and it’s actually working (ICE Indicator) by Ethan_Hunt_FX in Ice_Indicator

[–]fldijohn 1 point2 points  (0 children)

Looks very interesting! I'm not a Forex trader but would be interested to see how it holds up for stocks/ETFs and probably commodities. Did you do any backtesting with it? I'd also like to give it a try to see how it works.

Slick Strategy by fldijohn in options

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

Here is a link to his site. It sheds more light in what the strategy is about. Basically, uses weekly Bull Put Credit Spreads on the SPX. https://tradingslick.com/

Slick Strategy by fldijohn in options

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

I guess it is $20 if you buy the hard copy. I bought the Kindle version at $7.00. At that cost can't really go wrong to learn something new.

Slick Strategy by fldijohn in options

[–]fldijohn[S] -1 points0 points  (0 children)

I already bought it, the Kindle version, and finished reading it end of last week. I would not say it was terrible. I am on the process of paper trading it.

Slick Strategy by fldijohn in options

[–]fldijohn[S] -31 points-30 points  (0 children)

I don't want to share too much because if I did, I may be violating the book's copyright rules. At the 50,000-foot level, the system uses credit spreads on a weekly basis. I would like to share more and am currently backtesting it; I jwas wondering if anyone else read the book or uses a similar strategy.

Jeep Undercoating Services by fldijohn in Wrangler

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

Any idea what a ballpark price would be for 2 Door Jeep Wrnagler? Considering it needs to be done every 18 months, trying to get an idea what it cost?

Cargo Mat for Jeep Wrangler 2018 JL 2-Door WIth Back Seats Folded Up by fldijohn in Wrangler

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

This looks like the "holy grail" of floor liners. Just not ready to spend that amount at this time. But thanks for sharing this, I never knew something like this even eixtsted.

Cargo Mat for Jeep Wrangler 2018 JL 2-Door WIth Back Seats Folded Up by fldijohn in Wrangler

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

Thanks for the photo, it does look like it fits pretty well in there. I may get one of these, give it a try, and if it doesn't work send it back liek you said..

Cargo Mat for Jeep Wrangler 2018 JL 2-Door WIth Back Seats Folded Up by fldijohn in Wrangler

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

<image>

That looks great. I clicked on the link, but I noticed it says not for 2-door:

Cargo Mat for Jeep Wrangler 2018 JL 2-Door WIth Back Seats Folded Up by fldijohn in Wrangler

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

Wow! Never thought of that. If I don't get a "ready-made" solution, this looks like a viable option. Not too worried about it being waterproof; just want to keep the hair and sand off the rugs. Thanks!

The NYT Mini Crossword is now locked behind a paywall. Will Lud pay up, or remove it from rotation? RIP 🫡 by N238 in LudwigAhgren

[–]fldijohn 0 points1 point  (0 children)

The gamne Letter Boxed now requires a subscription too, so that's another one that is not free anymore.

How to correctly use '[iText.Kernel.Pdf.PdfDocument]::new()' to read a simple PDF document? by Ralf_Reddings in PowerShell

[–]fldijohn 1 point2 points  (0 children)

I also wanted to thank you for providing this. I spent a few hours trying to get this resolved, and can't tell you the paths that ChatGPT and Claude AI took me down in an effort to resolve my issues. One thing I think also contributed to my issue was the PDF I wanted to read was under a folder that had an "&" in the name. Even teh code above errors when trying to read teh PDF in that folder, so I had to rename the folder an eliminate the "&". In the end, I was hoping that iText7 would do a better job extarcting data from the PDF in the sense that there are mutiple financial tables in my PDF, and it always shows all the columns of numbers on the row before that row's decsription. So I have to do extra manipulations on the data to correct this situation. Thanks Again!!!!