• C++ Programming for Financial Engineering
    Highly recommended by thousands of MFE students. Covers essential C++ topics with applications to financial engineering. Learn more Join!
    Python for Finance with Intro to Data Science
    Gain practical understanding of Python to read, understand, and write professional Python code for your first day on the job. Learn more Join!
    An Intuition-Based Options Primer for FE
    Ideal for entry level positions interviews and graduate studies, specializing in options trading arbitrage and options valuation models. Learn more Join!

Seeking an algo-trading discussion buddy

Joined
1/22/21
Messages
9
Points
11
Hi,

I would like to write programs to trade crypto on my behalf. I would like to discuss application design and technical trading strategy. Appreciate people are busy and I value any support offered.

- What algorithmic approaches have you had success with?
- What architectural pattern did you use for your application(s)?
- Did you write it all in C++ or did you glue bits of high-performance code together?
- Did you host your software with a cloud provider?
- Were there particular strategies that delivered consistently ("safe")?

I have Discord but can use any medium a willing participant prefers.

Thanks! :thumbsup:
 
Last edited:
- Did you write it all in C++ or did you glue bits of high-performance code together?

You don't need C++ for crypto - not worth it. Python is more than enough.
 
Back
Top