Select Page

APIBridge Error Code 3309 Wrong Target

Target and Stoploss need to be defined with non-zero integer in Signal for BO product type. For other order types or product types, any value in Target is ignored. Example – Signal with Target = 7.50: AlgoJi_Signal(“8”,...

APIBridge Error Code 3308 Wrong StopLoss

StopLoss need to be defined with non-zero integer in Signal for BO and CO product type. For other order types or product types, any value in StopLoss is ignored. Example – Signal with StopLoss = 3.50: AlgoJi_Signal(“8”,...

APIBridge Error Code 3307 Wrong Trigger Price

Trigger price need to be defined with non-zero integer in Signal for Stop Limit and Stop Market orders. Trigger price is also required BO and CO product type. For other order types or product types, null or 0 value is also accepted. Example – Signal with...

APIBridge Error Code 3306 Wrong Product Type

Product Type can also be given through your code. For above settings, if you send a different product type in SBIN, the order will be placed in NRML, because product type in UI has precedence over product type in signal received. The following code will result in...

APIBridge Error Code 3305 Wrong Option Type

Option Type is a mandatory column for OPTIDX/OPTSTK symbols. You can add same contract with different strike/type for trading, and define strike/type dynamically in your code. AFL Example of working solution for above settings: AlgoJi_Signal(“8”,...

APIBridge Error Code 3304 Wrong Strike

Strike is a mandatory column for OPTIDX/OPTSTK symbols. You can add same contract with different strike for trading, and define strike dynamically in your code. To read about all parameters in Signal Received in Bridge, please read here. Solution for Amibroker AFL...

APIBridge Error Code 3303 Wrong Expiry

Expiry is a mandatory column for derivative symbols. You can add same contract with different expiry/strike for trading, and define expiry dynamically in your code. In the code, expiry should be given in format DDMMMYYYY, where MMM is first three letters of month. If...

APIBridge Error Code 3302 Wrong Symbol

3302 Indicates that Input Symbol in Symbol Settings does not match with Symbol reveived in signal from thrid-party-application. See solution below fror TradingView, MT4 and Amibroker. Solution for TradingView Try placing a trade from buttons. Make sure that the Chart...

APIBridge Error Code 3301 Invalid Type

APIBridge allows 4 type of signals  Long Entry (LE), Long Exit (LX), Short Entry (SE), Short Exit (SX) This error indicates that you are sending a string other than these 4- LE,LX,SE,SX To read about all parameters in Signal Received in Bridge, please...

Qty Multiplier for scale-out or position sizing

Consider this problem: you may be trading in 100 different symbols, and all with different quantities. You can specify the quantity here in APIBridge->Symbol Setting. Firstly if you want to scale-in to positions, it will be difficult to code all quantities in your...

Exiting Bracket Order and Cover Order

As we all know, APIBridge works on Signals. Signals are of 4 types: Long Entry (LE), Long Exit (LX), Short Entry (SE), Short Exit (SX). Cover Order (CO) and Bracket Order (BO) are special type of multi-orders which contain both entry and exit. CO places a stop loss to...

What are the Signal Settings other than Signal Rules

Signal Rules help you avoid wrong order placement through strategy/button misfire. APIBridge allows deep level of control on how to process your Signals. However you can manage Signal Rules by clicking on top Application Settings ->Signal Settings. Signal SourceIf the...

How to trade without charts in Amibroker?

You can trade without charts in 100s of stocks in Amibroker using the Scan feature in the Automatic Analysis (AA) window. Step 1: Make your AFL ready Step 1: Verify first you have fully functional algo trading AFL using a single chart – by bar replay or live...

How to setup VPS on MAC or mobile?

You can setup algo on any device – including all components like APIBridge, TradingView, Amibroker etc. This requires two steps – first to setup algo on a Windows VPS, and second to use the virtual private server on your MAC or mobile. In order to setup a...

Notifications – Telegram, Email and Sound

You can set up notifications in APIBridge for signals received and orders placed. Although there are currently three types of notifications are available: Sound notification, Telegram Notifications, and Email Notifications. Notifications can be particularly helpful to...

Amibroker with APIBridge Multi-Instance

For various reasons, you may like to run multiple instances of APIBridge on same computer. Where In addition each instance gives you full power with different logins.  For Instance, you may like to trade at same -time in 5 family accounts. However this can be easily...

How Do I Setup Multiple Strategies In APIBridge?

APIBridge allows you to trade in multiple strategies in the same stock or different stocks. For Instance, you can trade in NIFTY in the 5-minute time frame and a 15-minute time frame under different strategies. It will maintain the position of both strategies...

Signal with same params is ignored | APIBridge

“Signal with same params is ignore” If you see this message. It means the APIBridge just saved you from a duplicate trade! As per the Signal Rules, the APIBridge avoids consecutive order placement with repeated values. However, if you purposely want to...

Latency in Trading | Explained

Are you an intraday trader cautious about trading super-fast with minimum latency? Even before we answer your question – the more important question is – what’s the importance of latency in your trading. Importance of Latency in TradingOverall...

How fast is order placement? What is the latency?

Super-fast order placement is the best part of APIBridge and makes it stand apart from any other algo software. We proudly claim that it is the fastest software available to Indian retail traders for system-based trading. In the APIBridge message window, you can see...