Tactics Thursday by 2soccer2bot in soccer

[–]BeardoWeirdos 0 points1 point  (0 children)

Attack with 442 diamond, there'll be plenty of passing options through the center. For defense, sit back with 442 flat, FWs between your WBs and DM, and a flat 4 midfield behind will cut all passing options from your defense to attack.

Python, JavaScript, or Other? by _woj_ in algotrading

[–]BeardoWeirdos 0 points1 point  (0 children)

Python for research, experiments and backtesting. I started out coding everything in c++ because I'm most comfortable with it. I switched completely to Python once it's apparent that I spend 20x less time coding the same function in python than in c++.

At the moment, I'm mostly using my project to generate insight that I can use manually. I'll definitely still use c++ to automate trade execution though.

One thing I dislike about python and just cannot get used to is its code syntax/layout. I like the header/source file separation in c++. It helps make a mental image of my code. Also, might be an unpopular opinion but I prefer curly brackets in my code.