Month: November 2020

VB Script for Placing Orders From Excelsheet to Algomojo Platform

This tutorial provides a sample VB Script code to place orders from the Algomojo Platform. Algomojo offers Free API + Free Trading Platform to algomojo users to automate their trading ideas. One can use VBscript inside excelsheet to create Macros to automate their trading ideas. Getting the Algomojo API Key Before Applying the code log into your Algomojo Account -> …

VB Script for Placing Orders From Excelsheet to Algomojo Platform Read More »

How to use Postman to Send Orders to Your Trading Account

Postman is an API testing tool that started in 2012 as a side project by Abhinav Asthana to simplify API workflow in testing and development. If you are a developer who wants to test and deploy REST API-based algo trading solutions then postman comes in handy without the hassle of writing, not even a single line of code just to test an API’s functionality.