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...

How to trade in APIBridge Multi-Instance using MT4

APIBridge Multi-Instance: For various reasons, you may like to run multiple instances of APIBridge on same computer. Each instance gives you full power with different logins in APIBridge.  For instance, you may like to trade 5 accounts at same -time for 5 family...

How is APIBridge different than Trading Terminal?

APIBridge is unconventional and innovative. You can call it Algo Terminal. It is different in many aspects from traditional trading terminal which you see everywhere around. LE-LX-SE-SX vs Buy-Sell: While conventional trading platforms work on only buy and sell;...

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 setup positional, overnight or delivery algos?

Positional Template has set of rules which may work for positional traders. For positional trading, you need to configure strategy well in Amibroker/TradingView/Excel etc. However you can use the APIBridge to simply place orders with a different strategy tag then what...

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...

TradingView using underlying to trade in derivatives

You may like to place trade in NIFTY options or futures using Nifty spot charts. Here is How you can trade in derivatives by TradingView using underlying ? You may also like to trade in one symbol based on trigger from another symbol. For example, you notice HDFC is...

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...

Token Expired, User_target not logged in | Broker API Error

When you Login to API, it creates a “session” with your Broker. After login, all request made to broker API- such as order placement, net positions etc. are made using “session token”. Once a session is created, its maintained for entire day....

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...

Why Signal is missing or signals skipped in Amibroker?

Sometimes signals are missed or skipped in Amibroker here are other versions of this issue: Signals randomly skipped – Out of 10 signals on chart, 8 were received in APIBridge but 2 were not received.Signal are coming from only active chart.Signals are not...

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...

Multi-platform |Trading from TradingView and Amibroker at same time

Consider this: you have a wonder Renko strategy in TradingView, and a backtested quant strategy in Amibroker. However you may like to use multiple strategy platforms at same time, like TradingView, Amibroker, MT4 etc. Currently you cannot trade from multi-platform...

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...

TradingView Extension does not work, does not turn green

If you face any of the following problems APIBridge Extension for Chrome does not turn green, it remains red even when APIBridge is runningExtension throws some errorLE/SE buttons come and disappear on the chartExtension misses signals. That is, an alert appears in...

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...

How do I manage subscriptions and change brokers?

In Algoji APIbridge you can change your broker whenever you want.  Here are the steps that you need to follow in order to change your broker. 1- Go to https://apibridge.app/ 2- Login with your APIBridge credentials. (Remember: After you enter your...

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...

Signal Parameters, Format and Protocol in APIBridge

Signal parameters are of 4 types: Long Entry (LE), Long Exit (LX), Short Entry (SE), Short Exit (SX). Easiest – Zero Programming Effort Google Chrome Extension to fetch & process alerts with free TradingView SubscriptionMoreover Webhooks which work with...