• Home |
  • Algo Software User Guide

Algo Software User Guide

Algo Software User Guide

BENEFITS OF TRADING WITH OUR BRIDGE SOFTWARE

MAIN TABS IN APIBRIDGE
Symbol Setting Window: This is the most important tab where you define settings for scrips in which you want to trade automatically. Here you can add symbols, one on each row, on which you want to trade. To see all features in Symbol Settings, go to Tools->Application Settings->Symbol Settings.
  1. Input Symbol is the same as you see in Amibroker or data feed
  2. Exchange Symbol is the same in which you want to trade based on buy/sell signals in Input Symbol. For example, input symbol may be “NIFTY-I” and Exchange Symbol may be “NIFTY”
  3. Other settings are self-explanatory like Quantity/OrderType/MaxLoss/MaxProfit etc. The mandatory fields are marked with *. Note that you can define quantity/ordertype from this window as well as AFL. If you want to take quantity from AFL, you should leave quantity blank in this window. Optional fields can be overwritten from AFL settings if left blank.
  4. MaxOpenPos is the maximum open position you want to take in each symbol, based on the trades for current day only.
  5. MaxProfit/MaxLoss automatically squareoff position when either limit is reached without taking StrategyTag into consideration
  6. SquareOff Time squares off all net positions for the day, cancels all pending orders and stops trading for the day.
  7. There are several other position management & risk management options which are self-explanatory
Application Settings: You can access it from Top Menu->Tools->Application Settings
  1. API Settings: use as per broker given credentials
  2. Signal Source: If you are using Amibroker, give it’s installation path; otherwise leave blank. Default TCP port can also be left blank.
  3. Symbol Settings: If you are trading in multiple strategies, you can enter comma separated strategy tags such as STG2, STG3 etc. You can also tick which columns you want to display in Symbol Settings Window.
  4. License: shows your licensing information
  5. Global Risk Management: These are global settings for APIBridge and over-ride any other settings in APIBridge or your strategy code. The setting – Max Order Value Per Order – will disable Market Orders. 0 implies not limits. These are extremely helpful to manage risk even if any strategy malfunctions.

Net Positions Window

  1. APIBridge maintains a local log of all Net Positions. If it does not match from your broker API, the respective Net Position row will be shown in light red color.
  2. SyncNetPosition button syncs all net positions for current day with broker api.
  3. SquareOffAll button squares off all net positions for the day, cancels all pending orders and stops trading for the day.
  4. For trades made outside the APIBridge, you can create entries using the edit button.