Documentation
Documentation
Everything you need to set up and use EvalItUp. From installation to advanced API usage.
Getting Started
System Requirements
- Windows 10/11 (64-bit)
- Rithmic trading account(s)
- Stable internet connection
- 4GB RAM minimum, 8GB recommended for 10+ accounts
Getting Started
1
Download EvalItUp
Download the installer from your dashboard. The app is a native Windows application (~50MB).
2
Install & Launch
Run the installer and follow the setup wizard. No dependencies required.
3
Connect Your Rithmic Accounts
Enter your Rithmic credentials for each account you want to connect. Credentials are stored securely via Windows Credential Manager.
4
Create a Pool & Start Copying
Group your accounts into pools, choose your signal source (webhook, API, or master account), and enable copying.
Send Your First Signal
Test immediately with cURL from your terminal:
curl -X POST http://127.0.0.1:8080/signal/my-pool -H "Content-Type: application/json" -d "{\"signal_id\":\"test-001\",\"workflow_id\":\"my-pool\",\"instrument\":{\"exchange\":\"CME\",\"symbol\":\"MESM5\"},\"side\":\"BUY\",\"qty\":1}"