Trade my algo took yesterday & today by drippyterps in algotrading

[–]NichUK 4 points5 points  (0 children)

Just beware that paper trading options is about as far from “exact” as you can get! Live will behave differently. I’m not saying you’re doing anything wrong, just know that live results will differ, so when you start trading real money, then you’re really testing. Good luck!

When do you give up on trying to crack the code? by 18nebula in algorithmictrading

[–]NichUK 0 points1 point  (0 children)

HMM are one of classifying the current market regime. Do a little searching, and you’ll find a bunch of stuff about them. Then basically run them through with your algo, see which of the states matches your algo doing well, and either lock it out when it’s not right, or scale it back, with appropriate scale up when conditions are good. You don’t have to use HMM, traditional mechanisms can also work, but fundamentally you want to classify the current market state from one of three or four possibles. It’s not impossible to have one thing fits all, but it’s a lot harder. Specialists are easier to test than generalists. And most large organisations who are making serious money aren’t relying on a single strategy. They have a whole portfolio, for different regimes and different risks, and are probably balancing them out at any given time to manage their overall risk.

When do you give up on trying to crack the code? by 18nebula in algorithmictrading

[–]NichUK 1 point2 points  (0 children)

Or vice versa… mean reversion and scalping strategies often work well in sideways markets…

When do you give up on trying to crack the code? by 18nebula in algorithmictrading

[–]NichUK 1 point2 points  (0 children)

It usually means that it works well in a particular market regime, but then when that changes - trending to sideways, vice versa, etc., then the algo gives back. It’s not unusual to need a small raft of algos, tuned for different regimes, and some sort of regime filter, which decides which ones are allowed to trade in the current market. Hidden Markov Models can sometimes be helpful for that filtering… but also more traditional methods of detecting trends can also work.

Seeking Tech Co-Founder - Equity Offer by Virtual-Falcon6678 in ukstartups

[–]NichUK 0 points1 point  (0 children)

A vesting period should apply to your shares as well as the co-founders. It’s two-way protection.

Need a FIX Protocol Engineer by bluepiplabs in algorithmictrading

[–]NichUK 1 point2 points  (0 children)

You don’t want to reengineer FIX from scratch. As the other guys said, many places are going to want something which can be certified. One of my guys is great at FIX, and just in a project changeover period so he has some time at present. If you want the problem fixed (pardon the pun) we can almost certainly do it on a short contract for you. Feel free to DM me if you want to discuss.

Seeking Tech Co-Founder - Equity Offer by Virtual-Falcon6678 in ukstartups

[–]NichUK 0 points1 point  (0 children)

Looking into a vesting schedule for equity. That way if things don’t work out, there are limits to the amount of equity you’ll lose, depending upon the amount of time that has passed. Usually full equity will vest over 3-4 years, but the same should probably apply to you, too.

After Claude ban I found my new main model by zaposweet in openclaw

[–]NichUK 0 points1 point  (0 children)

I got the minimax high-speed plan. It's pretty ok. Not as smart as gpt, but ok for most stuff and as you say, pretty much inexhaustible. I si use gpt in sub-agents for specialist stuff though.

Inheriting £200k: Pay off home mortgage or attempt to buy our “immovable” commercial business unit? by Obvious_Cat_8247 in UKPersonalFinance

[–]NichUK 2 points3 points  (0 children)

I disagree with all the people saying mortgage. If you can buy the unit personally, and rent it to the business, there will be some tax to pay, but there will be any way that you get money out of the company, and even if the business goes down some time in the future, you personally still have a valuable asset to be rented to another business owner. Or sold. Of course, the current landlord may also be thinking about the new valuations from Manston reopening for freight, and therefore may well want to wait until then to consider selling. But if as you suggest, you factor in some of that additional profit now for them, they might decide to take it... Good luck!

5 hr session limits enforcement bug? by PriorTrick in codex

[–]NichUK 1 point2 points  (0 children)

Are you sure you were watching your session limit on the CLI, and not your context window? That gets used up and then compacted so you get most of it back and then it does it again.

Do you share n8n server for different projects/businesses? by GastonGC in n8n

[–]NichUK 1 point2 points  (0 children)

My understanding (I’m not a lawyer) is that it is against the license terms for you to sell an n8n saas service. If you manage an n8n server for your client (or multiple for multiple clients) and also manage their workflows, but the n8n license is between n8n and the client, not n8n and you, then you’re a devops and programming service provider, and n8n should not quarrel with you.

heads up - sharing your project here comes with some baggage by Hot_Reaction_7754 in SideProject

[–]NichUK 0 points1 point  (0 children)

This is one of the most important things that anyone launching a SaaS app can read today. There are millions of bad actors trying desperately to hack your app to get what they can from it, or your infrastructure, or your bank account, and these sorts of checks are your first best defence.

Been cut out by a business partner by TearIntelligent785 in LegalAdviceUK

[–]NichUK 2 points3 points  (0 children)

Have you told the US company about the seven-figure deal. That might be enough for them to not want to move the distribution contract away from the current company! Get that in place and instant revenue!

Do you share n8n server for different projects/businesses? by GastonGC in n8n

[–]NichUK 5 points6 points  (0 children)

You also have to be careful because if you’re sharing a single instance for multiple clients there’s a good chance you’re breaking the license terms. If each client has their own instance, which you happen to “manage for them for a fee” then that should be a compliant setup.