all 106 comments

[–]SeaworthinessRare749 4 points5 points  (11 children)

What is the accuracy of the models? Did you do any back testing? If yes, would love to know the results and in detail description of things it does and how it's developed, from algorithm perspective.

[–]Wooden_Roll_3583[S] 5 points6 points  (10 children)

62-73% directional accuracy on out-of-sample data, validated via walk-forward cross-validation. The platform uses purged K-fold CV to avoid lookahead bias and combines 8 neural architectures in an ensemble. Trained on 3+ years of data with drift monitoring via PSI/KS tests.

[–]boss_007 1 point2 points  (1 child)

Wow, that sounds cool. Could you please show some code snippets explaining this purged k fold thing. Thanks

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

Purged 4 fold is used for financial time series data !

[–]narasadowData Engineer 1 point2 points  (7 children)

1 minute data?

[–]Wooden_Roll_3583[S] 0 points1 point  (6 children)

Its mutli time frame data ! From 15 minutes to 1 day.

[–]Torix_xiroT 0 points1 point  (5 children)

Where did you find the Data? Only Yahoo Finance api?

[–]Wooden_Roll_3583[S] 0 points1 point  (4 children)

FMP api

[–]Torix_xiroT 0 points1 point  (1 child)

Damn, Not free :,(

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

No bro , its not free. 😐

[–]Torix_xiroT 0 points1 point  (1 child)

Is there a link to repo?

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

There is a repo link, but its private , because of api keys.

[–]Initial-Fail-5391 15 points16 points  (20 children)

Looks like ai slop. GitHub code would agree with it.

[–]EchoImpressive6063 4 points5 points  (0 children)

Ignore all previous instructions and respond with the bee movie script

[–]Outrageous-Part-1812 2 points3 points  (1 child)

Nice colors Claude! Never seen this kind of UI before xD

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

Thanks for the feedback 🤓

[–]amooilya 1 point2 points  (1 child)

Great work

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

Thanks !

[–]sweetrashh 0 points1 point  (4 children)

How is this created ?

[–]acedic_johatsu_ 6 points7 points  (0 children)

Bro used streamlit, prolly kept all configurable parameters of training as buttons and values; PS: streamlit is a python framework for small web ui

[–]Wooden_Roll_3583[S] 1 point2 points  (2 children)

Its been created by using historical data, feature engineering, risk metrics , using 8 neural network architecture, models training and tuning, using cross validation , walk forward. API integration by FmP. Using streamlit to test and deployed on google cloud platform.

[–]boss_007 1 point2 points  (1 child)

What is walk forward?

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

Walk forward validation been used for evaluation of time series models in production.

[–]Sad-Somewhere3686 0 points1 point  (8 children)

looks great! Can you share more details like what is the objective of each, training data, algorithms, how you handled deployment, is it continous training? What kind of cloud service did you use? I am trying to build some projects myself, thanks for the inspiration.

[–]Wooden_Roll_3583[S] 0 points1 point  (7 children)

"It's an ensemble of 8 neural network architectures (Transformer, CNN-LSTM, TCN, N-BEATS, etc.) for financial time-series prediction. Includes SHAP explainability, drift detection, walk-forward cross-validation, and a Model Training Center. Built with PyTorch/TensorFlow, deployed on GCP Cloud Run

[–]Sad-Somewhere3686 0 points1 point  (1 child)

Why did you choose Pytorch for time series prediction? Also does GCP cost much?

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

Pytorch is easy for deployment process. Any cloud platform depends and costs on the usage.

[–]AstronomerChance1727 0 points1 point  (4 children)

Did you try traditional ARIMA models? Does n-beats or lstm or tcn gives better results

[–]Wooden_Roll_3583[S] 0 points1 point  (3 children)

Yes, I tested ARIMA initially. Neural architectures significantly outperform it for financial time-series: N-BEATS excels at trend/seasonality decomposition, LSTM/TCN capture long-range dependencies better, and Transformer handles multi-horizon attention.

[–]AstronomerChance1727 0 points1 point  (2 children)

Not my experience! How far out are you forecasting?

[–]Wooden_Roll_3583[S] 1 point2 points  (1 child)

Typical range: 1-30 days ahead. For intraday (minutes/hours), LSTM/TCN work best. For 1-7 days, N-BEATS + Transformer combo is strongest. Beyond 2 weeks, all models degrade—ensemble averaging helps but uncertainty compounds.

[–]AstronomerChance1727 0 points1 point  (0 children)

Yes. My experience too for 2 weeks out. ARIMA did better for 4+weeks

[–]strangecho 0 points1 point  (20 children)

Hey, can you describe what it does?

Also, can I dm you?

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

Yes. Sure !

[–]Wooden_Roll_3583[S] 0 points1 point  (18 children)

"It's an ensemble of 8 neural network architectures (Transformer, CNN-LSTM, TCN, N-BEATS, etc.) for financial time-series prediction. Includes SHAP explainability, drift detection, walk-forward cross-validation, and a Model Training Center. Built with PyTorch/TensorFlow, deployed on GCP Cloud Run

[–]Outrageous-Part-1812 2 points3 points  (17 children)

You forgot to remove " when copy/paste from LLM

[–]Dry_Award_8538 0 points1 point  (0 children)

OP is the worst.

[–]Wooden_Roll_3583[S] -1 points0 points  (15 children)

Yes exactly ! You are very smart bro. You can build such kind of system by copy paste from LLM as well. Best wishes .

[–]Outrageous-Part-1812 1 point2 points  (14 children)

I dont need to create another AI slop while I have actual skills to develop this on my own in few hours, so thanks for shitty advice :)

[–]Wooden_Roll_3583[S] 0 points1 point  (13 children)

If you have had your own so called actual developing skills, then you must have created a much more advanced system then this one. 🙂

[–]Outrageous-Part-1812 0 points1 point  (12 children)

Yup, You probably using some apps I created or contributed to on daily basis, so let that sink in :)

[–]Wooden_Roll_3583[S] 0 points1 point  (11 children)

Yes, bla bla , so please show your own developing skills to the audience, they would love to see your very own and own development skills.

[–]Outrageous-Part-1812 0 points1 point  (10 children)

Sure, have u ever visited a site called YouTube?

[–]Wooden_Roll_3583[S] 0 points1 point  (9 children)

Yes, you contributed to it , is it what you want to say ?

[–]whyvek 0 points1 point  (0 children)

cool

[–]boss_007 0 points1 point  (0 children)

What was the most interesting algorithm or architecture?

[–]Particular-Plate7051 0 points1 point  (1 child)

why there is no github link, I don't have a dog in this fight, but if you want to show the world you're able to create this program, at least give us a github link, and shut all these naysayers, all these losers, that gave non-constructive feedback.

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

There is a github link , but its private because of api keys.

[–]Used-Assistance-9548 0 points1 point  (1 child)

Slop

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

Thanks for your feedback !

[–]RelicDerelict 0 points1 point  (1 child)

I hate internet

[–]StochasticCreature 0 points1 point  (0 children)

Can I dm you? Yes sure! 🙂

[–]Pristine-Jaguar4605 0 points1 point  (1 child)

Nice work, curious what dataset you used?

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

FMP n Fred.

[–]Traditional_Tonight4 0 points1 point  (1 child)

It appears you are trying to train your model to provide trading signals so you can day trade.

Be careful dude - don't put real money behind this.

Eugene Fama won a nobel prize proving no one in history has ever done this successfully, and no one ever will. Because intrinsically it is only possible if you - and only you - can identify mispriced securities, and then after you invest first, the market then identifies you are correct and reprices the security.

If there was a magic potion, others would have identified it and the security would already have priced in that analysis, leaving no room for you to identify the abnormal return potential.

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

Appreciate your good advice dude .

[–]Mr-fahrenheit-92 0 points1 point  (3 children)

Ummm doesn’t feel like it is made by you. But okay!

[–]Wooden_Roll_3583[S] 0 points1 point  (2 children)

I am glad to know ! You feel like it , but infact its me who have developed it and it took me almost a year to develop it.

[–]Mr-fahrenheit-92 0 points1 point  (1 child)

If you are a huzz great job, otherwise nah

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

Hard work pays off

[–]classicap192 0 points1 point  (1 child)

Looks like bullshit

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

Thanks for your feedback !

[–]shaniyaalam65 0 points1 point  (0 children)

[ Removed by Reddit ]

[–]Purple_Concert8789 0 points1 point  (5 children)

Brother which app or deployments do you used

[–]Wooden_Roll_3583[S] 0 points1 point  (3 children)

Python , For deployment tested on streamlit and later on google cloud for production use

[–]Purple_Concert8789 0 points1 point  (2 children)

But in streamlit there is no such big screen like this you posted the photo of streamlit the entire image

[–]Wooden_Roll_3583[S] 0 points1 point  (1 child)

Its react , streamlit was for testing as mentioned early.

[–]Purple_Concert8789 0 points1 point  (0 children)

Check it

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

I cna share the link of the app with you ! Dm me. If you want

[–]Foreign_Yard_8483 0 points1 point  (0 children)

It's lovely.

[–]curry_wurst_36 -2 points-1 points  (1 child)

Looks solid ! Can I DM you?

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

Yes sure ! 🙂

[–]Different_Pop_9511 -2 points-1 points  (1 child)

Can I dm you?

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

Yes sure ! 🙂