C Sharp Last updated: 2021-09-17

Presenting a functional python wrapper for algomojo trading api. Algomojo is a multi broker python library for the Algomojo Free API + Free Algo Trading Platform . It allows rapid trading algo development easily, with support for both REST-API interfaces.

Basic Features of C Sharp Trading Module

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

Chart Trading

This module provides chart based automated trading functionality to transmits orders automatically from C Sharp trading strategies. Traders has to set the API key and API Secret key obtained from the algomojo My API section. This execution module afl code suits for long short trading strategies and intraday trading strategies. If you are trading long short trading strategies then first trade is always a manual trade later on one leave it to the C Sharp for the automated executions.



Basic Module