Ninjatrader Last updated: 2022-12-28

Algomojo provides a plug and play modules to convert any simple strategy into a strategy with stop loss, target, and trailing stop loss and intraday controls. The modules are also with various execution methodologies cash to cash, futures to futures, futures/spot to options execution credit spread modules, and various other execution modules that make the coder's life simpler.

Basic Features of Ninjatrader Trading Module

For more details of each API behavior, Please see the Algomojo API documentation.

Button Trading

Here is the open-source code for building a simple button-based API call to the Algomojo Platform. Now one can use Ninjatrader 8 to build customized trading requirements using Algomojo API.

Requirements

1.Installing the Algomojo Arrow Bridge
2.Installing the Ninjascript Addon
Step 1: Download the Ninjascript Algomojo Button Addon
After you have downloaded 3rd Party Add-On, they can be imported from the NinjaTrader Control Center.
Step 2: From the Control Center window select the menu Tools > Import> NinjaScript Add-On to open the Import dialog window
Step 3: Select the file Button_Trading.zip you want to import
Step 4: Press the Import button



Download