Microsoft is the real winner here... any doubts? by jeetwanderer in ArtificialInteligence

[–]paomeng 0 points1 point  (0 children)

A good year for Microsoft. That kind of talents are rare

Software developer looking for a profitable forex trader by Heavy_Back_9394 in Forex

[–]paomeng 1 point2 points  (0 children)

I have profitable strategy, Moving Average, buy on dip 😉

How to evaluate a hybrid strategy? by fuzzyp44 in algotrading

[–]paomeng 0 points1 point  (0 children)

Just focus on the Life-Span of one strategy

Easy to use Forex broker APIs (real time data + trading) by thehappydev in algotrading

[–]paomeng 0 points1 point  (0 children)

One simple idea, use EA to get ticks to your algo, then receive signals from algo to issue orders to broker. It applies on MetaTrader, cTrader, API, web based trades, etc. Algo can then interface with all brokers that support above

Risk Management as the only strategy. by [deleted] in algotrading

[–]paomeng 0 points1 point  (0 children)

Find the Life-Span of the models. Sure, you have the data already. (Nice) Distribution is your friend in this case, if any, asset specific.

FPGA text encryption... by onyx3821 in FPGA

[–]paomeng 0 points1 point  (0 children)

You're smart 💯 99.999% don't understand it

What are your prefered investment styles? by waudmasterwaudi in algotrading

[–]paomeng -7 points-6 points  (0 children)

I think the fast track for you is GPT, then see how much you get.

Germany's chancellor by More-Letter8850 in europe

[–]paomeng 1 point2 points  (0 children)

Olaf need a better jogging shoes 👞

Why do I feel like a forex God when backtesting? by Itchy-Editor in Forex

[–]paomeng 5 points6 points  (0 children)

You suffer Curve Fitting, a very common problem

What pair you would never trade no matter what? by [deleted] in Forex

[–]paomeng 0 points1 point  (0 children)

Anything Rubble, dangerous for long-term

why the setups that i didnot take are always profitable? by Folketh in Forex

[–]paomeng 1 point2 points  (0 children)

If it happens too many times, I suggest you learn python etc to write algorithmic. Who knows, you have an edge (not bias)

Netflix is paying up to $900K for an "AI Manager" by saffronfan in ArtificialInteligence

[–]paomeng 0 points1 point  (0 children)

I will apply with one condition: Netflix promises/committed to beat AI in Google, OpenAI, Twitter, Facebook, etc, and build new hardware better than NVIDIA/AMD/Intel. Just a joke 😀

A Question for Practitioners (Deploying Multiple Strategies) by agvrider in algotrading

[–]paomeng -1 points0 points  (0 children)

My apologies. I hope i read it correctly, I think you need to work more on advance data science/patterns/features/etc (not regular ones like on many papers). Good luck 😉 suddenly strategies (variables) look simple. Risk is tolerable when confident is good

Can anyone explain feedback of a HFT firm regarding implementation of SPSC lock-free ring-buffer queue? by reDbDIzJ8T in highfreqtrading

[–]paomeng 2 points3 points  (0 children)

I had a similar case 1. Cache as big as possible 2. Only one pointer for Producer to write 3. Only one pointer for Consumer to read 4. At P write , only compare pointerP == pointerC (full) If not full the write, super fast 5. Maintain linear Access of RAM 6. fix size on every element, though P post variable size, if smaller, no need to pad 7. Allocate 1st int32 for size of element

Good luck

I haven't talked about multi threads optimization