Algo Trading

Development of Algo Trading with NinjaTrader on Indian MCX Market

I 'm trying to implement the Algo Trading on Indian MCX Market.

Broker Platform - Zerodha Kite with API Activated Bridge
Charting Platform - NinjaTrader with Order Routing Bridge

Step 1 : Activation of Kite API from Zerodha (2000/month)
Step 2 : NinjaTrader Configuration based on Indian MCX Crudeoil Script
Step 3 : RT Data feed to NinjaTrader thru Utility Bridge.
Step 4 : Development of Trading Strategies for Algo Execution.


Step 1 : Activation of Kite API from Zerodha (2000/month)










Zerodha Kite API Bridge for Ninja Trader with AlgOto




Use Ninja Trader with Zerodha by AlgOto



Configure Ninja Strategy to send orders to Zerodha


Live Algo Trading with Zerodha Kite API using SuperTrend Strategy in Ninja Trader


How to Create Ninja Trader Strategy for Zerodha




Live SMA Cross Over Ninja Trader Algo Trading to Zerodha



FAQ : 


1. I  would like to know that which url name need to be mentioned in "Redirect URL " section      while  creating new app in Zerodha kite API?


Redirect URL : A successful login comes back with a request_token as a URL query parameter to the registered redirect url, you can use http://www.rpsvinod.com as we had seen issues while using default 127.0.0.1


Postback URL : The Postback API sends a POST request with a JSON payload to the registered postback_url of your app when an order’s status changes. This is an optional settings, you can leave it blank while creating API because AlgOto does not use postback url to check order status.