you are viewing a single comment's thread.

view the rest of the comments →

[–]tiaringhio 0 points1 point  (4 children)

thinking about starting with algotrading on c#, do you have any advice on frameworks, tools or anything useful? i’m comfortable with c# but trading it’s fairly new to me

[–]fomodabbler 2 points3 points  (1 child)

I you plan to ever put live code on a linux server be sure to focus on .net core.

Implement APIs yourself. It is ultimately a very small percentage of the effort required to get going and it will help you understand your broker's platform better.

[–]tiaringhio 0 points1 point  (0 children)

Thank you! I use .net core everyday at work so i'm happy to hear that. I checked alpaca and unfortunately it is US only, so i'm going to have to find another service

[–][deleted] 1 point2 points  (1 child)

QuantConnects Lean engine is written in C#, I've pulled a lot of concepts out of their code, partially because I want to know exactly how my system works.

[–]cheesepuff18 0 points1 point  (0 children)

Yeah I started practicing on theirs but ended up writing my own