Settings

Back to Dashboard

Database Statistics

0
0
0
0

Automation Setup

To run your bots automatically, you need to set up a cron job on your server. This will execute all active bots at regular intervals.

Cron Job Command:

*/5 * * * * /usr/bin/php /home/p205/domains/trading-robot-1b0179ab-205.app.omni-coder.com/public_html/run_bots.php

This example runs all active bots every 5 minutes. Adjust the schedule as needed:
• */1 * * * * = Every 1 minute
• */5 * * * * = Every 5 minutes
• 0 * * * * = Every hour

Database Management

Clear Logs

Remove all log entries from the database

Clear Closed Trades

Remove all closed trades (keeps open positions)

Reset Database

WARNING: This will delete all bots, trades, and logs

Supported Brokers

Crypto Trading
Crypto Trading
Crypto Trading
Demo/Testing (No API required)

Note: To add more brokers, you can extend the broker API integration in the brokers.php file.