Welcome to NexusFi: the best trading community on the planet, with over 150,000 members Sign Up Now for Free
Genuine reviews from real traders, not fake reviews from stealth vendors
Quality education from leading professional traders
We are a friendly, helpful, and positive community
We do not tolerate rude behavior, trolling, or vendors advertising in posts
We are here to help, just let us know what you need
You'll need to register in order to view the content of the threads and start contributing to our community. It's free for basic access, or support us by becoming an Elite Member -- discounts are available after registering.
-- Big Mike, Site Administrator
(If you already have an account, login at the top of the page)
As I work on developing my algorithmic trading bot focused on Nasdaq futures, I realize that one of the most critical aspects of trading is effective money management. I understand that having a solid money management strategy is essential for long-term success and minimizing risks, especially when using Level 2 order flow analysis with Sierra Chart.
I’d love to hear your thoughts on this topic. What money management techniques do you find most effective, particularly when working with order flow? How do you determine position sizing and risk-to-reward ratios in your strategies?
Additionally, if you have any resources or tools that help with money management in trading, please share! I’m eager to learn more and incorporate the best practices into my project.
Thanks in advance for your insights!
Can you help answer these questions from other members on NexusFi?
I decided to answer your question here, hope thats OK. I use CLion (Jetbrains) for C++. Most of my C++ code these days is to support my trading app which is in Python. I use C++ for data or computationally intensive portions of my system because Python is not the best language/environment when it comes to speed of execution. I use Pybind11 to wrap the C++ portion and generate Python modules that I can include in my Python app.
Based on your posts on this thread and because you said you are planning to start with ninjascript, it looks like you are in the beginning phases of your trading journey. If you will allow me to give you my 2 cents, I would advise you to not use any trading platform until you develop an edge. In order to develop an edge, you don't need a trading platform, you just need data, programming skills (which you have) and a lot of time. Once you have an edge, you can get access to a trading platform and live data. These days, getting clean, unfiltered data for almost any market is possible and really cheap (compared to before). Hope that helps.