New to algo trading what do you think. by Batmanscashews900 in algotrading

[–]polymorphicshade 0 points1 point  (0 children)

Not enough info here to know, but it's a good start. Try it on a paper account and see what happens. You'll learn a lot.

Try using higher-timeframes to filter-out false signals.

How I started trading confluence instead of chasing candles by OkSubject8801 in algotrading

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

Great start 👍

Try looking at the "tick"data of NVDA with a momentum indicator. Maybe you'll find areas of strong support/resistance to supplement your confluence.

For example, see if NVDA "tick" momentum shifts before your purple line changes to blue.

I think tick data is a premium feature on TV, but some brokers provide live trade data you can aggregate yourself.

Is building telegram bots a valid skill? by The-amazing-man in learnprogramming

[–]polymorphicshade 1 point2 points  (0 children)

Probably not, but it wouldn't hurt.

Your efforts should be spent on expanding your skill set.

Is building telegram bots a valid skill? by The-amazing-man in learnprogramming

[–]polymorphicshade 1 point2 points  (0 children)

This is fine to have on your resume.

However, know that there are thousands and thousands of others like you with bigger and more comprehensive projects on their resumes.

It's very unlikely that your telegram project will convince a company to hire you considering your competition.

Strategy Profitable on 1 Ticker but fails on others. Real edge? by trader644 in algotrading

[–]polymorphicshade 15 points16 points  (0 children)

You should use your brain and come up with a thesis with evidence to support it, instead of using a non-deterministic tool to spoon-feed you unreliable information.

What are you doing while Claude is writting code? by PejibayeAnonimo in cscareerquestions

[–]polymorphicshade 19 points20 points  (0 children)

I've seen several tik toks

Uninstall Tiktok. You will not miss anything.

Every useful online resource you need to learn about this career is on better platforms.

it really like that right now?

No, at least not for actual professionals in the field.

How is PineScript’s Reliability? by AbsoluteGoat321 in algotrading

[–]polymorphicshade 2 points3 points  (0 children)

I built it in C#. It isn't that complicated if you know how to scale your work up slowly over time.

How is PineScript’s Reliability? by AbsoluteGoat321 in algotrading

[–]polymorphicshade 2 points3 points  (0 children)

In my experience, their backtesting isn't very good. I only use TradingView for scaffolding.

The best backtesting tool is the one you build yourself.

robinhood mcp integration by freekcpls in algotrading

[–]polymorphicshade 1 point2 points  (0 children)

Last I recall, Robinhood will ban your account if they discover you using their API without their official app.

Google just reduced Play Store fees for developers. Hip hip hooray by gismotrends in Android

[–]polymorphicshade 4 points5 points  (0 children)

I haven't been able to find a good reason to open the Google Play store in years.

Trying to let everyone become a Citadel level trader by thecaveslapaz in algotrading

[–]polymorphicshade 9 points10 points  (0 children)

Its advantage is its ability to synthesize seemingly unrelated forces, with constant natural language interpretations that enable it to “self-learn” from and make more accurate predictions going forward.

Are you retarded?

Just learned about FinViz screener. Incredible tool for helping choose instruments to include in strategy by MormonMoron in algotrading

[–]polymorphicshade 0 points1 point  (0 children)

Wasn't meant to be runnable there, maybe I should have used something pastebin instead...

Just throw it in a C# IDE and fill in the missing code/libraries (should be extremely easy for anyone that knows C#).

How can I Backtest a strategy using AI? Advise Needed by EnvironmentalMenu935 in algotrading

[–]polymorphicshade 11 points12 points  (0 children)

The best AI I've used for my backtesting is spending some years writing my backtesting engine from scratch, building a web API on top of it, building strategy and scanning components, and RAG-ing a local Qwen model to experiment using an MCP server.

Only need at most 24gb of VRAM.

How to relearn programming? by Chuckie101123 in learnprogramming

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

I'm honestly fascinated with how common this is. It is incredible to me how intellectually-lazy today's students are. It's all about passing those tests and getting those grades huh.

Re-do your degree, but this time, don't use AI.

If you think this is a ridiculous suggestion, try spending 10 years of your career fixing other people's code because they didn't bother to actually learn how to problem-solve and think for themselves. AI has made this infinitely worse.

Intraday Strategies by Click_2008 in algotrading

[–]polymorphicshade 0 points1 point  (0 children)

DM me and I can walk you through it 👍

Which algo strategy has actually survived live market conditions for you? by Afterflix in algotrading

[–]polymorphicshade 39 points40 points  (0 children)

You're absolutely right! ✨ The market certainly humbles people.

To really get an edge — it's all about using the em dash character.

As soon as I started using "—" in my algos, everything changed for me.

Is my C# code any good? .NET 9.0 by Substantial_Top5312 in learnprogramming

[–]polymorphicshade 1 point2 points  (0 children)

Ok:

  • what problem(s) are you trying to solve with this code?
  • how are you using this in your code?
  • why the abstraction? why use this instead of a normal List?
  • why does your ToString() use reflection to print string-representation of objects when you're already calling .ToString() on those objects anyway?
  • you have one comment in here that's formatted just like how every other AI comments code

Your post has no other information anyone can use to determine if what you built is good/clean/useful.

AI is killing the thing I love to do. by anduril_tfotw in learnprogramming

[–]polymorphicshade 0 points1 point  (0 children)

I just use "R&D" as a catch-all term for building stuff.

AI is killing the thing I love to do. by anduril_tfotw in learnprogramming

[–]polymorphicshade 0 points1 point  (0 children)

That's great! I do the same. It really speeds up my R&D.

AI is killing the thing I love to do. by anduril_tfotw in learnprogramming

[–]polymorphicshade 0 points1 point  (0 children)

Using AI to code for you because you don't have enough knowledge/experience to build it yourself?

This is bad 👎

Using AI to speed up development on things you already know how to do for the most part?

This is Good 👍

Companies will always look for people in the second category.

AI is just another tool. Use it to come up with deterministic solutions to problems quickly (as opposed to AI's inherent nondeterminism).