
Complété
Publié
Payé lors de la livraison
I’m looking for an experienced NinjaTrader 8 developer to upgrade an existing Strategy Builder-based system into a fully coded NinjaScript strategy. Basically I have a system that correctly executes buy and sell orders based on an indicator, with basic controls like single start/stop time, quantity, stop loss, and profit target, and now you want to upgrade it into a more advanced, fully coded Ninja strategy that supports multiple trading sessions per day, selectable trading days, daily profit and loss protection (such as daily max gain/loss with auto shutdown or flatten), limits on maximum wins and losses per day, Also I’d like to use ATMs for order management also.
N° de projet : 40233163
11 propositions
Projet à distance
Actif à il y a 25 jours
Fixez votre budget et vos délais
Soyez payé pour votre travail
Surlignez votre proposition
Il est gratuit de s'inscrire et de faire des offres sur des travaux

yes I have develope other programs like you requirements, so it is easy to me program this, with session and risk manager
$100 USD en 7 jours
2,2
2,2
11 freelances proposent en moyenne $123 USD pour ce travail

Hi, we can help you with your NinjaTrader 8 strategy upgrade. We offer lifetime bug fix guarantee. As Milvetti, we help traders automate their strategies. Price is an estimate and may vary by scope.
$200 USD en 2 jours
6,9
6,9

Dear Saad Ahmad, I am a seasoned software developer with expertise in Python, Algorithm, C# Programming, and Metatrader. I have a strong background in Software Development, Pine Script, Trading, and Financial Software Development. I have successfully completed similar projects in the past, including upgrading trading strategies and developing financial software. I understand your need to upgrade your NinjaTrader Strategy Builder-based system into a fully coded NinjaScript strategy with advanced features like multiple trading sessions, daily profit protection, and order management using ATMs. My clear approach involves thorough analysis, precise coding, and rigorous testing to ensure reliable delivery. I prioritize transparent communication to keep you informed at every step. I am confident in my ability to deliver a high-quality solution tailored to your requirements. I would be delighted to discuss your project further. Best regards,
$140 USD en 7 jours
4,9
4,9

Hello Saad, I'm Dax Manning, a seasoned developer with over 8 years of expertise in Python, Software Development, and Algorithm design. I have a strong background in NinjaTrader 8 development and can provide the necessary skills for upgrading your existing Strategy Builder-based system into a fully coded NinjaScript strategy. I have carefully reviewed your project requirements and understand the need to enhance your current system to support multiple trading sessions, selectable trading days, and advanced features like daily profit and loss protection. Additionally, I am well-versed in implementing ATMs for efficient order management. Let's discuss further details and how I can tailor the solution to meet your specific needs. Please feel free to connect with me via chat. Thanks, Dax Manning
$30 USD en 7 jours
2,0
2,0

With 7 years of experience in NinjaTrader development, I am the best fit to complete this project. I have the relevant skills to upgrade your existing Strategy Builder-based system into a fully coded NinjaScript strategy. How I will complete this project: - Upgrade the existing system to support multiple trading sessions per day - Implement selectable trading days and daily profit and loss protection - Set limits on maximum wins and losses per day - Integrate ATMs for order management Tech stack I will use: - NinjaTrader 8 - NinjaScript - C# I have worked on similar solutions in the past and have the expertise to deliver a high-quality, advanced Ninja strategy for your trading needs. Roadmap: 1. Analyze the existing system and requirements 2. Develop the upgraded strategy with advanced features 3. Test the strategy for accuracy and reliability 4. Implement ATMs for order management 5. Ensure seamless integration and functionality I am confident that my experience and skills make me the ideal candidate for this project. Let's work together to enhance your trading strategy with advanced features and functionality.
$33 USD en 7 jours
2,0
2,0

Hello Saad, great to meet you. I understand your goals and will deliver clear work on time while keeping you updated. I am an expert with 5+ years of experience in Python, Trading and I helped many clients reach their goals. Visit my profile to check my latest work and read short client reviews. I would love to connect in chat to discuss details. Talk soon, Vasyl
$140 USD en 7 jours
0,0
0,0

Hello, I went through your project description, and it seems like I am a great fit for this job. I am an experienced professional with many years of hands-on experience in Python, Algorithm, C# Programming, Metatrader, Software Development, Pine Script, Trading, Financial Software Development, Software Engineering, NinjaTrader Please come over chat and discuss your requirement in a detailed way. Regards, Rajesh Rolen
$140 USD en 7 jours
0,0
0,0

Hey there, Do you wish to enhance your NinjaTrader strategy for more advanced trading capabilities? I specialize in transforming Strategy Builder-based systems into robust NinjaScript strategies. With expertise in NinjaTrader 8, I can seamlessly upgrade your existing system to support multiple trading sessions, selectable trading days, and daily profit/loss protection. Additionally, I will integrate ATMs for efficient order management. My experience in developing complex Ninja strategies ensures a seamless transition while maintaining the core functionality of your system. Let's discuss how we can elevate your trading strategy to new heights. Best, Diago
$140 USD en 7 jours
0,0
0,0

Hello I’m a Python backend developer with hands-on experience building production applications using Django and FastAPI. In one project, I used Django to build a full backend for a marketplace platform, including user authentication, role-based access, admin dashboards, and order management using the Django ORM and PostgreSQL. In another project, I used FastAPI to build a high-performance API for a data-driven application, where async endpoints, Pydantic validation, and background tasks were used to handle real-time requests and long-running jobs efficiently. I’ve designed clean database schemas, optimized queries, and handled migrations to support growing datasets without performance issues. I’ve also integrated third-party services such as Stripe for payments and external APIs, focusing on proper error handling and secure data flow. For deployment, I containerized these applications with Docker, set up CI/CD pipelines, and deployed them to cloud environments to ensure reliable releases. I enjoy using Python to build backend systems that solve real problems and scale smoothly as the product grows. Best regards, Francen Timothy N. Castro
$140 USD en 7 jours
0,0
0,0

The critical challenge when migrating Strategy Builder logic to full NinjaScript isn't the syntax translation—it's ensuring your indicator signals fire at exactly the same bar timing while layering in session filters and P&L safeguards that won't create race conditions with ATM order lifecycle events. Here's our systematic approach: We'll convert your Strategy Builder system into NinjaScript C# while preserving all existing entry/exit logic and basic controls (your current start/stop time, quantity, stops, and targets). Then we'll implement the upgrade features: multi-session support with day-of-week filtering where the strategy only evaluates signals during your specified time windows, daily P&L tracking that monitors both max gain and max loss thresholds with automatic position flattening and trading halt when triggered, and win/loss counters per day with configurable limits that trigger the same shutdown behavior. For ATM integration, we'll replace the basic stop/target logic with ATM template management, handling the order lifecycle properly so if a shutdown condition hits mid-trade, working orders get cancelled cleanly without orphans. The architecture uses a state machine pattern for session management and a separate risk controller module that monitors P&L and trade counts in real-time. All thresholds—max gains/losses, session times, day filters, win/loss limits—will be configurable strategy properties so you can tune parameters without recompiling. We've built algorithmic systems with similar session filtering and automated risk cutoffs, so we understand the edge cases around daily resets and order synchronization. One critical assumption: we need access to the indicator driving your buy/sell signals. If it's a third-party protected indicator, we'll need documentation on how to reference its values programmatically, or this could add 1-2 days for workarounds. Also need clarity on whether your multiple sessions can overlap or should be sequential, and whether end-of-session should flatten positions or hold overnight—the description doesn't specify. Send over your Strategy Builder export file (.xml) and details on the indicator (custom, built-in, or vendor name), and we can start the migration immediately with side-by-side testing to verify signal timing before adding the new features.
$150 USD en 5 jours
0,0
0,0

Uttara, Bangladesh
Méthode de paiement vérifiée
Membre depuis nov. 8, 2025
$250-750 USD
$30-250 USD
$100-101 USD
₹1500-12500 INR
$250-750 USD
£10-15 GBP / heure
₹12500-37500 INR
$20000-50000 USD
₹750-1250 INR / heure
₹12500-37500 INR
$250-750 USD
£250-750 GBP
£250-750 GBP
$30-250 AUD
$250-750 USD
€250-750 EUR
₹1500-12500 INR
$15-25 USD / heure
€250-750 EUR
€250-750 EUR
€250-750 EUR
$750-1500 USD
$10-30 USD