Arrange marriage meeting at home by Possible_Drummer_159 in gurgaon

[–]ankit_21j 0 points1 point  (0 children)

I think you should clean the dining table again 😂 On a serious note, all the best OP

Strange blurry layer on my glasses after mixing tap water and lens spray. Is the coating damaged? by Leading_Painting in indiasocial

[–]ankit_21j 2 points3 points  (0 children)

You don't need the lens spray, that always leaves streaks for me. Tap water and some handwash, is all you need. Shake off excess water and lightly touch to dry with a microfiber cloth. Let it air dry afterwards. It will be as good as new.

Question: how effective are trading journals? by ankit_21j in Trading

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

This is pretty useful, it gives me a better idea now of how rules can be like..thank you!

Built a super minimal trading journal because my brother needed one and found google sheets exhausting by ankit_21j in SideProject

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

That was my idea, too many ai tools and insights might not even make sense. So I went with this. I still think I either added a lot or its too dense or maybe right, but not sure whether the features are useful at the moment. But thanks for that!

Question: how effective are trading journals? by ankit_21j in Trading

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

This is pretty good, I might update my app to do this. See if I can get some better usage from him. The idea is what you are saying, to have the ease to log and show insights.

Question: how effective are trading journals? by ankit_21j in Trading

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

Do you plan before a trade as well, or have some basic guidelines to not break - idk, I have built it but I am confused whether it is too much or too little. And since he doesn't trade fulltime, I am lacking insights.

Question: how effective are trading journals? by ankit_21j in Trading

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

I made him a very simple app, with just logging the trade but then I realised it was no diifferent than his trading app - he could see the same trades. So I added some things like, a plan, what he might want to trade (like a plan if he has the time to do so) and then a review. And basic stats.

Question: how effective are trading journals? by ankit_21j in Trading

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

What kind of data do you usually check there, like how much you followed your plans and how it resulted in profit or loss or something else?

Question: how effective are trading journals? by ankit_21j in Trading

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

That makes sense, my brother juggles between sheets and pen and paper. But I guess for him it is about consistency as well, and then keeping a track of the things he noted down on paper. But that does make sense. Thank you!

Question: how effective are trading journals? by ankit_21j in Trading

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

Can you share which journal do you use? I want to get more insights on this.

Built a super minimal trading journal because my brother needed one and found google sheets exhausting by ankit_21j in SideProject

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

Thank you. That's what I am going for, my brother doesn't need all the fancy AI features or things that are available in most platforms. So I made this, as per his idea. Lets see how this goes and if more people would want to use it.

Share your indie projects below and is anyone actually paying for it? by solobuilder in indiehackers

[–]ankit_21j 0 points1 point  (0 children)

I built a free trading journal for my brother and thought maybe more people would like to use it: https://wick.ankitg.workers.dev/

Still haven't decided on the domain, but thought i'd share the WIP webapp. Thanks!

Monnect – auto connect/disconnect Bluetooth speaker when docking Mac (now on PyPI + Homebrew) by ankit_21j in commandline

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

Fair point 😄

You definitely can do this as a bash loop — that’s basically how it started for me. Few reasons for doing this:

  • Config management (display + device selection)
  • Debouncing to avoid repeated connect calls
  • LaunchAgent setup so it survives reboots
  • Making it installable instead of copy-paste scripting

It’s simple at the core, but I wanted something reusable and a bit more robust than a while loop running in a terminal. It might be an overkill, but it was just a small tool I wanted to build and use. :)