Algomojo .Net Library Released for Developers to Build your own Algo Trading Platform
Algomojo releases .Net Library for the C-sharp programmers to build their own trading platform to communicate with Algomojo API.
Algomojo releases .Net Library for the C-sharp programmers to build their own trading platform to communicate with Algomojo API.
Bracket Order and Cover Order are multi-legged orders which come with default protection with stop loss with reasonable intraday leverage. This tutorial focus on building a Plug and Play Amibroker Intraday module where traders can create their own trading strategy in Amibroker and connect their intraday trading strategies with Plug and Play Amibroker Execution Module …
Bracket Order and Cover Order are multi-legged orders and canceling the bracket order and cover order for a particular trading instrument there is no direct mechanism available from the API provisions supplied by the brokers. Hence here is the Amibroker AFL code to do the exit by reading the orderbook and processing the pending cover …
Exiting Cover Order and Bracket Order for a Particular Trading Instrument Read More »
This is a simple tutorial that explains how to access the position book using Amibroker and get various details about the position book details to use further in your trading system.
This tutorial explores how to access the limits API functionality in Algomojo using python to retrieve the Account Balance, Total Turnover, Realized, UnRealized PNL, Realized Intraday MTM, UnRealized Intraday MTM.