Select Page

In order to connect with any third-party app like MultiCharts, MotiveWave, Metastock, Esignal, TradeStation, etc. In this case, you can make use of the connector utility. You can write Signal data in a CSV/txt file, Connector app will read it for trading via the APIBridge.

In case if background reading is required you can check out this link.: Signal Parameters, Format and Protocol in APIBridge.

Connector utility is a very small program. Download from here, once downloaded you have unzipped the file.

Connector  App file location

Now that you have installed the application follow these steps. Click Browse and select the path of the txt/CSV file. We have included one sample text file for testing purposes. Click Start on connector app, and make sure Trading also begins in APIBridge. Whenever you make any change in a text file and save it, the signal will be received by APIBridge.

Start on connector app
  • To fire multiple signals at once, simply add multiple rows with signal data in the text file.
  • To trade in multiple accounts, you can send each signal with a different port. All functionalities of the Signal are supported via the connector app as provided in the below example.

1,SE,AETHER,MARKET|MIS,946,951,100,EQ,STG1,30001
2,SE,AETHER,MARKET|MIS,946,951,100,EQ,STRG2,30002

  • Simply code in your third-party app like MultiCharts, MotiveWave, Metastock, Esignal etc. to rewrite the Signal in text file whenever there is Buy/Sell trigger.