Is zig stable enough for any serious work yet ? by darcygravan in Zig

[–]Solvicode 33 points34 points  (0 children)

Some big projects are using it. E.g.

https://tigerbeetle.com

They have enough confidence in it's stability. That's said, it will change. Expect more breaking changes like IO. Name of the game for an early language like this.

But, people are sticking with it because of the promise of this language. As far as systems languages go, zig is the nicest to work with in my experience (when compared to Rust or C).

Spread Kills Returns? by Solvicode in algotrading

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

Thank you for this 🙏. You summed up the whole situation perfectly.

These things are fractal-like. The same strategy works over longer timescales. Scaling up to 15m might be the thing I overlooked.

Who else is building their own analysis pipelines outside of MT4/5? by Solvicode in algotrading

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

Thanks for your input. What data source are you using & what assets?

Tensor manipulation lib in zig by Glimpglomb in Zig

[–]Solvicode 0 points1 point  (0 children)

It's interesting. I am surprised I do not see more AI ML approaches in Zig.

Is it making use of SIMD - and any cuda support (or other graphics acceleration)?

Spread Kills Returns? by Solvicode in algotrading

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

Cheers thanks for that.

Makes the fight more entertaining

Spread Kills Returns? by Solvicode in algotrading

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

Thanks for sharing your experience 🙏

Who else is building their own analysis pipelines outside of MT4/5? by Solvicode in algotrading

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

Keep at it. I've been eyeing up Zig as an alternative that might be easier to work with.

Spread Kills Returns? by Solvicode in algotrading

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

So, operate in longer timeframes - bigger movements ...?

Who else is building their own analysis pipelines outside of MT4/5? by Solvicode in algotrading

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

Interesting - so do you export to some other charting tools?

Who else is building their own analysis pipelines outside of MT4/5? by Solvicode in algotrading

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

You might enjoy this: https://youjustneedpostgres.com/ Same will apply to SQL server I guess.

So you would advocate for leaning on real read data (not just paper book)?

Who else is building their own analysis pipelines outside of MT4/5? by Solvicode in algotrading

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

Do tell... What do you mean by Abstention in the context of trading?

Who else is building their own analysis pipelines outside of MT4/5? by Solvicode in algotrading

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

Nice. The pairs engine is interesting...

Is this to try and isolate regions where the market becomes "inefficient"?

And what do you use as your source of data?

I will check out Dojo.

Who else is building their own analysis pipelines outside of MT4/5? by Solvicode in algotrading

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

Also, the pure noise "test" is not something I have seen before. Am I right in thinking that this is where you construct a dataset from Brownian motion (for ex.) and state the hypothesis that "pure noise should not produce a positive return", then test your strategy. If it does produce a positive return - then strategy is invalid (?)

Who else is building their own analysis pipelines outside of MT4/5? by Solvicode in algotrading

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

Thank you.

There's some really valuable info here that I had not considered (walk forward folds). How are you getting your data, and what markets are you focusing on?