Skip to main content

Overview

ChuchoBot connects to the Primary API (Matriz) provided by your broker (ALyC). Each broker has a unique API base URL that must be configured before you can use ChuchoBot.
ChuchoBot requires access to Primary API (Matriz) to function. If you don’t have access to Matriz, you cannot use this application.

Configuration Method

You can configure the Primary API base URL in two ways:
1

Launch ChuchoBot

Run ChuchoBot.exe from your installation directory.
2

Enter API Base URL

In the Primary Login window, replace the Primary API Base URL field with the URL provided by your broker.Login Window
3

Enter Credentials

Use the same username and password you use to access Matriz.

2. Editing the Configuration File

You can also manually edit the ChuchoBot.exe.config file:
<userSettings>
  <Primary.WinFormsApp.Properties.Settings>
    <setting name="ApiBaseUrl" serializeAs="String">
      <value>https://api.cocos.xoms.com.ar</value>
    </setting>
  </Primary.WinFormsApp.Properties.Settings>
</userSettings>

Broker API URLs

Use the appropriate API base URL for your broker:
https://api.cocos.xoms.com.ar
Requires Cocos Pro plan (🥥)
https://api.eco.xoms.com.ar
https://api.bull.xoms.com.ar
https://api.veta.xoms.com.ar
https://api.cohen.xoms.com.ar
https://api.adcap.xoms.com.ar
https://api.bcch.xoms.com.ar
For a complete list of brokers offering DMA access to Matriz, visit: https://www.matbarofex.com.ar/agentes-dma

Verification

After configuring the API URL and logging in:
  1. The application should connect successfully
  2. You’ll see market data streaming in real-time
  3. The WiFi icon should turn green when connected
If the WiFi icon is red and shows “DISCONNECTED” during market hours, try restarting the application.

Build docs developers (and LLMs) love