NinjatraderJobs
...developer to build a machine-learning trading system for NinjaTrader 8 focused on futures trading and intraday market analysis. This is not a simple indicator or rule-based strategy project. We are looking for someone who can build a complete workflow that combines NinjaTrader/NinjaScript execution with a Python-based machine-learning pipeline for training, validation, and live signal generation. The ideal candidate should have experience with: * NinjaTrader 8 / NinjaScript / C# * Python machine-learning workflows * futures market data and quantitative trading systems * backtesting, walk-forward testing, and model validation * integrating ML models into simulated or live trading environments The project includes: * building a NinjaTrader 8 execution stra...
I need a custom indicator coded for the current version of NinjaTrader that will process live market data in real time and generate clear entry and exit signals directly on the chart. No back-test-only solutions—I want the logic to read the incoming tick stream, plot its signals immediately, and refresh seamlessly as new data arrives. Core objectives • Accept only live market data as the input stream. • Display unambiguous long/short markers and, ideally, an optional audio/visual alert when a new signal prints. • Allow me to toggle standard plot properties (color, thickness, shapes) from the indicator panel without editing the source code. Deliverable A compiled .dll or ready-to-import .cs file plus the unlocked source, accompanied by brief inline docu...
I am extending a reversal-candle strategy on NinjaTrader and the next building block I need is a rock-solid VWAP module that refreshes continuously. Your task is to create a NinjaTrader 8 script that calculates VWAP from the very first tick of the session, updates it in real time, and seamlessly blends in the necessary historical bars so the line is already complete the moment the chart loads. Please build it so the code: • Pulls both historical and streaming data without lag or double-counting • Recalculates on every incoming tick (not just on bar close) • Plots an unmistakable, configurable VWAP line that survives timeframe changes and reloads • Is neatly commented so I can integrate it into my broader candle-pattern logic later Deliverable: a c...
I need a custom NinjaScript for NinjaTrader 8 that automatically draws three horizontal lines from the 30-minute candle whenever that candle closes red (down). The script should: • Reference the 30-minute time frame only for its calculations. • Plot a line at the candle’s low, another at its close, and a third at the midpoint between the open and close. • Display those lines on every other chart I have open—Renko and Heikin Ashi included—regardless of their individual time bases. • Terminate each line at the close of the very next 30-minute candle so there is never more than one active set. My primary charts are both Renko and Heikin Ashi, and I will also need room to attach my own specific indicators to those Renko views, so please keep...
...integration layer that automatically pulls data from live brokerage or exchange APIs and feeds it straight into a stats-style dashboard. The core of the job is automating the import of: • Trade history • Account balances • Real-time price data Also connect different prop firms and ability to add more prop firms in the future. We looking to get data from Tradingview Tradovate Tradesea Ninjatrader I’d like the service to authenticate with user tokens, run on a scheduled job (or webhooks where available), normalise the incoming JSON/CSV, and drop it into a database that the front-end can query in near real time. Deliverables • Clean, well-documented code (Python, Node, or similar) that fetches and parses the three data types above • A small ...
Vær venlig at Tilmelde dig eller Log ind for at se detaljer.
Deseo encapsular dos estrategias existentes de NinjaTrader 8 dentro de una interfaz de escritorio pulida, de modo que pueda gestionarlas sin necesidad de tocar el editor de código. El trabajo se centra principalmente en la interfaz gráfica (GUI), pero debe mantenerse estrechamente vinculado a la lógica de NinjaScript que ya ha sido finalizada. Funcionalidades principales a implementar: • Una ventana única (utilizando WPF o WinForms dentro de NinjaTrader) que me permita seleccionar cualquiera de las dos estrategias, iniciarlas/detenerlas y ajustar sobre la marcha cada uno de los parámetros expuestos. Se aceptan controles deslizantes, menús desplegables y cuadros de texto, siempre y cuando el diseño sea limpio y adaptable (...
I have sketched out the maths for a position-sizing tool and now I need it coded as a NinjaTrader 8 indicator in NinjaScript. The calculation relies on two inputs: the platform’s native Average True Range (ATR) plus my own custom-formulated ratios. Once coded, the study should display both a clear on-chart overlay and matching numerical read-outs that tell me: • the real-time dollar risk per trade based on ATR • how many contracts I should take after I type in the amount I’m willing to risk No email or in-app alerts are required; a clean chart plot and a small numerical panel are enough. I will hand over the exact formula, sample screenshots and test values so you can validate the output. The final deliverable is a compiled .dll and the original .cs source...
Deseo encapsular dos estrategias existentes de NinjaTrader 8 dentro de una interfaz de escritorio pulida, de modo que pueda gestionarlas sin necesidad de tocar el editor de código. El trabajo se centra principalmente en la interfaz gráfica (GUI), pero debe mantenerse estrechamente vinculado a la lógica de NinjaScript que ya ha sido finalizada. Funcionalidades principales a implementar: • Una ventana única (utilizando WPF o WinForms dentro de NinjaTrader) que me permita seleccionar cualquiera de las dos estrategias, iniciarlas/detenerlas y ajustar sobre la marcha cada uno de los parámetros expuestos. Se aceptan controles deslizantes, menús desplegables y cuadros de texto, siempre y cuando el diseño sea limpio y adaptable (...
I need a fully automated NinjaTrader (NinjaScript 8) strategy that: • Monitors two exponential moving averages of my choice and fires a trade the moment the fast EMA crosses above or below the slow EMA. A bullish cross should open an initial long market order; a bearish cross should open an initial short. • At the same time the strategy must submit two additional limit orders so I can scale in. The price levels for those limits will be input parameters; once filled, all three positions must merge into a single virtual position managed by one stop-loss and one profit target. • Both the stop and the target use fixed point values, also supplied as user inputs. If price reaches the profit target before the extra limits are filled, the strategy must automatically cancel...
I’m looking for an experienced NinjaTrader developer to complete an existing custom indicator. The project is already partially built and is well organized, completely functional, and well documented. The former developer experienced some personal difficulties and unfortunately cannot continue. Key Requirement (Read Carefully): You MUST have direct, hands-on experience with NinjaTrader and NinjaScript (C#). This is not a general C# job. Scope of Work: • Review existing NinjaScript codebase • Identify gaps, bugs, or inefficiencies • Complete indicator logic and ensure correct calculations • Validate results against expected trading behavior • Optimize for performance within NinjaTrader environment Required Experience: • ...
I already have a NinjaTrader 8 indicator that an AI helped me convert from my original concept. The base script compiles and runs, but after I added the extra sections for footprint imbalances and delta divergence the platform throws line-by-line compile errors. I’m not a coder, so I simply need someone to take all of the code excerpts stored in my AI chat (I’ll share the link) and assemble them properly into one clean NinjaScript file. Everything the indicator must do is already sketched out in those snippets, so your job is purely technical: slot the pieces into the right places, resolve the syntax issues, make sure the namespaces, variables and methods line up, and return a finished .cs file that loads in NinjaTrader 8 with no compile warnings. I’m not a...
My unmanaged strategy on NinjaTrader 8 Desktop occasionally submits profit-target or stop-loss orders whose quantities do not equal the live position size. In fast or partially filled market conditions I may be long 4 contracts while the submitted TP is for 6, or the stop is set for 3. The result is orphaned orders, exposure I never intended, and an ever-growing tangle of rejected modifications. I have already refactored the logic several times—resetting internal order objects, double-checking OnExecution and OnOrderUpdate sequencing, and re-querying () after each fill—yet the mismatch keeps resurfacing. I clearly need a deeper diagnostic and a clean, reliable fix. What I need from you is: • Root-cause analysis explaining why execution, position tracking
Vær venlig at Tilmelde dig eller Log ind for at se detaljer.
...configuration and I go long, when a bearish crossover appears I exit. Currently the strategy linked together into an Alert Builder within Tradingview, this will be sent to you as well and you can use this as a reference to help understand the strategy better. I now need this exact behaviour replicated as an automated NinjaTrader 8 strategy so I can execute it live without manual intervention. What matters most is that the Crossover-Based + Range Filter entry and exit signals fire in NinjaTrader with the same timing and values I see on TradingView. Please port every calculation behind the Range Filter reading from what the indicators are plotting, confirm the plots match one-for-one, and then wire those signals into fully automated long and short orders for a 1 Second Re...
Vær venlig at Tilmelde dig eller Log ind for at se detaljer.
I already have NinjaTrader running smoothly on my desktop and an OBS instance hosted on Vultr that is live-streaming without issues. The missing link is getting my automated trading strategies out of NinjaTrader and into the stream so viewers can see real-time market condition alerts—specifically the automated trend signals I rely on. Here’s what I need from you: • Connect the existing NinjaTrader environment to OBS on Vultr (remote access to both will be provided). • Export and correctly map my automated trading strategies so the strategy logic feeds the stream as overlay, ticker, or similar visual cue—whatever you recommend for clarity. • Ensure the feed pushes only market-condition alerts (no sensitive account details). &bull...
I have a Windows-based PC and want to get NinjaTrader up and running so I can experiment with it alongside Claude AI. I’m looking for someone who can walk me through the complete installation process, point me to the correct download, help me activate the free licence, and make sure everything installs cleanly. Once the platform is live, I also need guidance on two key configuration items: • Connecting to a reliable data feed (a free demo feed is fine for now). • Tweaking the user interface so the workspaces, charts, and indicators are laid out the way I like. A short remote session with live screen-sharing plus concise step-by-step notes. If you have tips for streamlining data flow between NinjaTrader and Claude AI—such as exporting trade metrics or...
Título: NinjaTrader 8 – Indicador Visual Risk/Reward Box (Ganancia/Pérdida Proyectada) Descripción: Busco un desarrollador con experiencia en NinjaTrader 8 y NinjaScript para crear un indicador visual tipo “Risk/Reward Box”. El objetivo es mostrar de forma clara en el gráfico la ganancia y pérdida proyectada basada en el Stop Loss y Take Profit activos. Requisitos funcionales: - Detectar automáticamente una posición abierta (long o short) - Leer los niveles activos de Stop Loss y Take Profit - Funcionar con órdenes reales del chart (ChartTrader / ATM / estrategia) Gestión de cuenta: - El indicador NO debe requerir selección manual de cuenta - Debe detectar automáticamente la ...
Necesito un desarrollador con sólida experiencia en NinjaScript y la plataforma NinjaTrader 8 para convertir mi lógica de trading en un bot completamente operativo. Objetivo Automatizar la toma de decisiones y la ejecución de órdenes en el mercado de Futuros, evitando la intervención manual y asegurando una respuesta rápida a las condiciones de mercado. Alcance del trabajo • Programar el algoritmo en NinjaScript, estructurándolo en código limpio y comentado. • Implementar filtros básicos de riesgo (por ejemplo, tamaño de posición máximo, stop loss y take profit configurables). • Incluir parámetros editables desde la interfaz de NinjaTrader para que pueda ajust...
I'm looking for a skilled developer to create a trading indicator or bot for NinjaTrader. The tool should facilitate automated trading based on signals and offer custom indicators and charting tools. Key Requirements: - Automated trading capabilities based on predefined signals - Development of custom indicators and advanced charting tools - Experience with NinjaTrader platform is essential Ideal Skills: - Proficiency in programming for NinjaTrader - Strong background in trading and market analysis - Ability to create user-friendly interfaces and reliable trading systems Please provide examples of previous work and relevant experience.
I run NinjaTrader charts on a Windows-based VPS and want them broadcast 24/7 to a private YouTube stream. At the moment OBS is not installed and the channel isn’t configured, so I need someone to handle the entire pipeline—from software install to a rock-solid auto-start routine. Here’s what I’m looking for: • Install the latest stable OBS Studio on my Windows VPS, apply optimal encoder settings for chart content, and connect it to a private (unlisted) YouTube Live event you set up for me. • Create a service or scheduled task that launches OBS at boot, selects the right scene, and reconnects automatically if the VPS or network hiccups. • Validate that the stream stays up for several hours without dropping frames, and show me how to moni...
I need a robust NinjaScript solution that turns my existing futures strategy into both a fully automated and a semi-automated bot. The code must run inside NinjaTrader 8 only—no external executables or third-party dependencies—and trade seamlessly on NQ, GC and MGC contracts, with the structure flexible enough to add MNQ and other markets later. Core trading logic • Execute my supplied entry and exit rules. • Enforce stop-loss, take-profit and trailing-stop targets. • Apply breakeven moves, daily loss limits and a cap on trades per session. • Respect typical prop-firm risk parameters. Operating modes A toggle should let me switch between full-auto execution and a semi-auto mode where entries are signalled but I confirm before the order is ...
Vær venlig at Tilmelde dig eller Log ind for at se detaljer.
I’m ready to turn several trading ideas into fully automated NinjaTrader strategies and am looking for someone who has already produced at least fifty working algos on the platform. Your deep familiarity with NinjaScript, C#, Strategy Analyzer and walk-forward optimisation will be essential because the code must run seamlessly across stocks, futures and forex without manual tweaks when switching instruments. Here’s what I need from you: • A single, well-structured NinjaScript strategy that can be parameterised for different market conditions and instrument types • Documented source (or protected DLL if you prefer) together with a short PDF explaining every input, money-management rule and indicator used • Back-test and forward-test reports that show ...
I trade the Nifty 50 with a simple option debit-spread framework and now want a clear, rule-based guide for when to get in and out of each position. The focus is exclusively on s...exact pattern criteria you rely on (time-frame, confirmation rules, invalidation levels). • Buy and sell triggers mapped to strike-selection logic for the spread. • A concise checklist I can reference intraday. • Two recent Nifty 50 examples that illustrate the rules step-by-step, complete with annotated charts. If your approach references any specific charting platform (TradingView, NinjaTrader, etc.) or indicator overlays, note that clearly so I can replicate your setup. Clarity and practicality are paramount; the final output should let me act with confidence the moment a qualifyi...
...proprietary price action strategy across two independent accounts simultaneously. This is a production-grade, long-term engagement with ongoing maintenance expected after delivery. WHAT WE ARE BUILDING: - Dual-mode automated trading bot (scalp trades and swing trades) - Architecture: TradingView (signal generation) > Webhook > VPS middleware server > NinjaTrader 8 (execution) - Two completely independent trader accounts with separate TradingView and NinjaTrader instances routed through one shared middleware server - Three active trading sessions - Economic calendar integration - Full alert system including Telegram bot, push notifications, and SMS with tiered priority levels - Instrument-agnostic architecture built to support additional futures instruments via c...
...trading bot runs on NinjaTrader 8 and already executes live orders, yet its current build eats up more resources than necessary and still misses the occasional signal. I want the codebase cleaned up and strengthened—no AI shortcuts, just solid C# engineering. Performance goals • Reduce CPU / memory load so the bot can stay active on multiple instruments without slowing the platform. • Tighten calculation logic and order-routing routines to boost signal accuracy and limit slippage. Functional goals • Add agreed-upon new features—think smarter risk controls or additional indicator inputs—built directly into the existing strategy class. • Rework current functions to be clearer, faster, and easier to maintain; comments and naming st...
An existing NinjaScript BarType was written for an earlier version of NinjaTrader and now throws errors in the current NT 8 release. I need the code migrated to the latest NT 8 framework so it compiles cleanly, runs in both historical and real-time mode, and displays with the platform’s default appearance—no extra logic or custom visuals required. Deliverables • Updated C# source file (.cs) fully compatible with the latest NinjaTrader 8 build • Brief change log or inline comments highlighting what was adjusted for NT 8 • Quick installation / testing note confirming the script loads, plots, and rebuilds without compiler warnings I will provide the original source for reference immediately after project award.
Vær venlig at Tilmelde dig eller Log ind for at se detaljer.
I need my NZPack-powered NinjaTrader environment configured from scratch so I can reliably backtest and refine a metals strategy (gold and silver). Your task begins with a clean install: connect to my machine through the temporary remote credentials I will supply, load NZPack, adjust any dependencies, and verify that every component compiles without errors. Because I don’t yet have the historical data, please locate a high-quality tick or one-minute feed that covers at least the past five years of COMEX gold and silver futures, import it, and build the necessary databases so the platform can run fast, repeated simulations. Once the data is in place, run representative backtests that highlight the performance of my current template. I am interested in performance optimisation...
I need my NZPack-powered NinjaTrader environment configured from scratch so I can reliably backtest and refine a metals strategy (gold and silver). Your task begins with a clean install: connect to my machine through the temporary remote credentials I will supply, load NZPack, adjust any dependencies, and verify that every component compiles without errors. Because I don’t yet have the historical data, please locate a high-quality tick or one-minute feed that covers at least the past five years of COMEX gold and silver futures, import it, and build the necessary databases so the platform can run fast, repeated simulations. Once the data is in place, run representative backtests that highlight the performance of my current template. I am interested in performance optimisation...
I’m building an intraday futures setup on NinjaTrader 8 and need the entire workflow coded and tested within the next month. The core logic is a trend-following strategy written in C# / NinjaScript, but key calculations and data handling will sit in a companion Python module, so smooth, low-latency communication between the two languages is essential. Here’s what the job entails: • NinjaScript side: create a clean, well-commented NT8 strategy that reads signals, submits/updates orders, manages stops & targets, and records trade metrics for later review. • Python side: expose functions that generate my trend-following entries, manage position sizing, and push any analytics back to the NinjaScript layer. • Integration: set up whichever bridge you p...
I need a custom indicator for Ninjatrader focused on the futures market. The indicator should be based on specific technical indicators: Footprint, Stochastic, and Cumulative Volume Delta (CVD). Key requirements: - Use Footprint, Stochastic, and CVD. - Generate email alerts based on predefined conditions. - Easy integration with Ninjatrader platform. Ideal skills and experience: - Proficiency in Ninjatrader and custom indicator development. - Strong understanding of Footprint, Stochastic, and CVD. - Experience with setting up email alerts. Please provide samples of similar work done.
My current stock-trading strategy on NinjaTrader already handles entries, exits and risk management, but its candle-rejection filter still checks the body of the bar. I need that logic rewritten so every acceptance or rejection decision is made exclusively off the upper and lower wicks of a standard candlestick. What has to change • The script must ignore body size entirely and instead measure wick length relative to total range and to neighbouring bars. • Long-wick rejection should trigger only when it occurs at user-defined price zones that are already built into the code. • All existing parameters (time filters, position sizing, trailing stop, etc.) must remain functional and configurable through the NinjaTrader Strategy UI. Deliverables 1. Updated...
I have an existing NinjaTrader indicator—roughly 1,500 lines of NinjaScript—that I now need running inside Quantower. The goal is a straight, 1-to-1 port: no new features, no cosmetic tweaks, just identical behaviour on the new platform. What you will receive from me • Full NinjaScript source of the indicator • A brief outline of how I normally use it, including default parameters and typical markets tested What I need back • Clean, well-commented Quantower indicator source that compiles without warnings • Matching output: every plot, alert, drawing element and calculation should mirror the NinjaTrader version bar-for-bar when fed the same data • Simple instructions for installing and loading the indicator in Quantower Accepta...
Hey, I'm looking for someone who could write a bot for the NinjaTrader platform. I have written down the entire logic of the bot, its step-by-step algorithm, on paper. I used to work on the FXDreema platform, so I know what such a paper project should look like. The bot is not complicated, but it uses several elements from order flow analysis, mainly volume profiles and deltas. It would be good if you were interested in long-term cooperation, because I have more ideas for the bot and I also want to find someone who would like to develop bots with me and then create something bigger, maybe. Kacper
...activity * Ability to run continuously on a VPS or cloud server * Clean and modular code structure for future updates --- **Preferred Skills & Experience:** * Experience building automated trading bots (futures preferred) * Strong knowledge of API integration (REST / WebSocket) * Python, Node.js, or similar backend language * Experience with trading platforms or broker APIs (TopstepX, Tradovate, NinjaTrader, etc.) * Understanding of futures markets and order flow * Knowledge of risk management best practices --- **Project Goal:** This is the first version (MVP) of a trading bot. I am looking for someone who can help build a strong foundation that can later be expanded with additional strategy logic and automation features. --- **Deliverables:** * Working bot connecte...
...strategy and hedging it using Futures for the National Stock Exchange and now need to see hard numbers before taking it live. I’m looking for a Hyderabad-based Python developer who already understands option chains, Greeks, expiry calendars, and margin mechanics, and who can wire the logic into NinjaTrader for a rigorous historical back-test. You will receive the full trade rules and parameter ranges from me. Your task is to: • Code the strategy in clean, modular Python that interfaces smoothly with NinjaTrader. • Pull or import reliable NSE F&O data, then run multi-year back-tests with adjustable date windows. • Produce an easily digestible performance report—equity curve, drawdown, Sharpe, win-loss stats—as well as the raw trade...
I'm looking for an experienced developer to create an automated trading strategy on NinjaTrader, specifically using a momentum trading approach. Key Requirements: - The strategy should effectively identify and capitalize on momentum trends in the market. - It needs to be fully automated, with minimal manual intervention required. - The system should have robust risk management parameters. Ideal Skills and Experience: - Proven experience in developing automated trading strategies, particularly on NinjaTrader. - Strong understanding of momentum trading concepts and market dynamics. - Background in programming, preferably in NinjaScript or C#. - Prior success in similar projects, with relevant experience to be highlighted in applications. Please include details of your ...
I want a custom drawing tool for NinjaTrader 8 that lets me create one or more horizontal lines, each in the color and thickness I want, and have that line in my Drawing Tool Tile. Then from the Drawing Tool Tile I can drop whichever horizontal lines I select on any chart, slide each line up or down freely, and have it flash the moment price touches it. The flashing should continue until I tap the space bar. Once a line is created and added to the Drawing Tool Tile, I won't need to change the color or thickness. I need to be able to add as many of these lines as I like from the Drawing Tool Tile and later remove any individual line with a simple right-click context option. No snap-to levels, price labels, or other automatic behaviours. Deliverables • Compiled .zip read...
I need a set of custom technical indicators written in NinjaScript for NinjaTrader. The goal is to translate a few well-defined ideas I already trade manually—moving-average–based signals, momentum filters, and a volatility band—into fully coded studies that plot cleanly on the chart and can later be connected to strategies. Scope • Code each indicator in C#-based NinjaScript so it installs inside NinjaTrader without errors. • Parameters must be user-adjustable from the Indicator Properties window (e.g., period lengths, smoothing method, deviation multipliers). • All plots should follow NinjaTrader’s standard naming conventions and support both line and histogram styles where relevant. Deliverables • .cs source files for eve...
Ho già sviluppato su NinjaTrader 8 un indicatore che, su grafici a 5 minuti, che calcola la differenza "MB" di prezzo (massimo-minimo) tra le 00:00 e le 12:00 di ogni giornata e lo indica sul chart sopra il massimo. Ora desidero ampliare lo stesso script aggiungendo il valore dell’ATR calcolato sul time frame daily. Requisiti precisi: • L’ATR deve essere integrato nello stesso file dell’indicatore esistente, non come componente separato. • Il calcolo dell’ATR dovrà riportare il valore ATR(5) su base daily. • Il valore daily ottenuto va indicato di seguito al valore "MB" sullo stesso grafico in cui già compare la fascia 00-12, così da avere entrambe le informazioni a colpo d’occhio. Mi ...
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.
Hello, I'd like to know the price for creating an indicator. It's based on Volume Profile, only for RTH sessions, and it's in the NINJATRADER environment. It should mark the following levels: YHOD, YLOD, YVAH, YVAL, YPOC, and YGAP. Depending on where the market opens, there are probabilities of these levels being touched, and I'd like them marked next to their names. I'd like to send you a screenshot so you can see i
I need a seasoned NinjaTrader coder to turn my trading ideas into fully functional components on the platform. While I’m still refining the exact mix of custom indicators, automated strategies, and possible data-feed integrations, the immediate priority is clean, efficient NinjaScript that can be compiled and deployed without hassles on both live and simulation accounts. I will supply the trading logic, preferred time-frames, and any edge cases I’ve already identified; you translate that into robust code, add thoughtful error handling, and deliver a compiled script together with the editable source. Clear in-code comments are a must so I can tweak parameters down the road. For hand-off, I expect: • The finished .cs file(s) ready to import. • A brief outline o...
Vær venlig at Tilmelde dig eller Log ind for at se detaljer.
I have created a Python program and need an add-on that allows me to forward orders from my program to NinjaTrader connected to Rithmic. The add-on must: Receive order parameters from my Python program Place OCO orders (One-Cancels-Other) with Take Profit and Stop Loss in NinjaTrader Connect to Rithmic through NinjaTrader I need ONLY an add-on connector - no strategies, indicators, or other unnecessary features. Just a bridge to send orders from Python to NinjaTrader. Looking for a developer with: NinjaTrader 8 add-on development experience Knowledge of Rithmic connection Python-NinjaTrader integration skills
I need a developer to integrate Fyers' real-time and end-of-day data API into NinjaTrader 8. The data should cover stocks, options, futures, and commodities. Requirements: - Experience with Fyers API - Proficiency in NinjaTrader 8 - Strong background in financial market data - Ability to ensure data accuracy and reliability Ideal Skills: - API integration experience - Knowledge of trading platforms and financial instruments - Strong programming skills, preferably in C# or Python
I want to convert my trading view strategy into an algorithmic strategy for ninja trader have it back test and see what the results could be Key Requirements: - Program a trend following strategy. - Focus on futures trading. - Aim to maximize profits. Ideal Skills and Experience: - Expertise in NinjaTrader platform and trading view - Strong understanding of trend following strategies. - Experience with futures markets. - Proven track record in profit maximization.