Installation
ChuchoBot is distributed as a portable Windows application that requires no installer. Simply download the release package, extract it, and run the executable.Prerequisites
Before installing ChuchoBot, ensure your system meets the following requirements:Required software:
- Windows 7 or later
- Microsoft .NET Framework 4.7.2 or higher
Install .NET Framework 4.7.2
If you don’t have .NET Framework 4.7.2 installed:- Visit the Microsoft .NET Framework download page
- Download the .NET Framework 4.7.2 Runtime installer
- Run the installer and follow the prompts
- Restart your computer if prompted
Verify Primary API access
You must have:- An active trading account with a broker that supports Matriz
- Your Matriz username and password
- Your broker’s Primary API base URL
If you don’t know your Primary API base URL, contact your broker’s support team or check their documentation for Matriz API access.
Download ChuchoBot
Navigate to releases
Go to the ChuchoBot releases page on GitHub.
Download the latest version
Find the latest release and download the ZIP file. The file will be named with the release date, for example:
Extract the archive
Right-click the downloaded ZIP file and select “Extract All…” or use your preferred extraction tool.Choose a destination folder where you want to install ChuchoBot, such as:Or any folder of your choice.
File structure
After extraction, your ChuchoBot folder will contain:The
ChuchoBot.exe.config file contains application settings including market hours, telemetry configuration, and default values. You can manually edit this file to customize advanced settings.Configuration file
TheChuchoBot.exe.config file allows you to customize:
- Market hours: Opening and closing times for general market and CI (Contado Inmediato)
- Telemetry: Application Insights connection string (can be removed to disable telemetry)
- Default settings: API base URL, username, and other preferences
Disabling telemetry
To disable application telemetry:- Open
ChuchoBot.exe.configin a text editor - Locate the
<connectionStrings>section - Delete the entire section:
- Save the file and restart ChuchoBot
Troubleshooting
Application won’t start
- Verify .NET Framework 4.7.2 is installed
- Check Windows Event Viewer for error details
- Try running as Administrator
”File is blocked” error
If Windows blocks the file:- Right-click
ChuchoBot.exe - Select “Properties”
- Check “Unblock” at the bottom
- Click “Apply” and “OK”
Missing DLL errors
Ensure you extracted all files from the ZIP archive, not just the executable.Next steps
Once ChuchoBot is installed and running, proceed to the quick start guide to:- Log in with your Matriz credentials
- Configure your Primary API connection
- Add instruments to monitor
- Run your first arbitrage scan