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”,...
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”,...
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...
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...
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”,...
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...
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...
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 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...
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...
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;...
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...
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...
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...
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...
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...
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...
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...
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....
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...
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...
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...
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...
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...
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 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...
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...
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...
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 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...
Recent Discussion