API

How to Switch to Zerodha’s Free Personal API and Integrate It with Algomojo

Zerodha has made algo trading more accessible than ever before!With the introduction of the new Personal API (free), individual traders no longer need to pay ₹2000/month for API access. You can now use Zerodha’s APIs for your personal trading automation — at zero cost. In this guide, we’ll walk you through the complete step-by-step process …

How to Switch to Zerodha’s Free Personal API and Integrate It with Algomojo Read More »

How to Place a Strategy Order via Webhook in Algomojo Using Python

Algomojo allows traders to execute strategies using webhooks, providing seamless integration with trading systems. In this blog, we’ll explore how to send strategy orders via webhook in Python using the requests library. 📌 Overview The function PlaceStrategyOrder sends a BUY/SELL order with a specified date to the Algomojo webhook. Users can automate their strategy execution …

How to Place a Strategy Order via Webhook in Algomojo Using Python Read More »

What is PlaceSmartOrder Feature in Algomojo? How to Build Intelligent Trading Systems using PlaceSmartOrder?

Algomojo is an automated trading platform that offers a range of features and tools for traders to build and intelligent automation in their own trading platforms like Amibroker, Tradingview, Python , MT4. MT5. Excel etc. One such feature is the PlaceSmartOrder API function, which allows traders to build intelligent trading systems that can automatically place orders based on existing trade positions in the position book.

Algomojo – Sending Simultaneous Orders to Multi Clients – ExcelSheet Module and VBA Code

Got frequent requirements from a couple of traders to automate Excel based button trading where with a click of a button one could punch orders in multiple accounts (friends & family). Designed a simple interface in excel on sending simultaneous orders from the excel application to multiple trading accounts. Code uses algomojo API to transmit …

Algomojo – Sending Simultaneous Orders to Multi Clients – ExcelSheet Module and VBA Code Read More »