Our goal was simple: make crypto trading accessible to everyone.
We wanted a bot that could be:
We started by designing a modern, inviting landing page:
📎 https://geocities.ws/peakecoin/trading-bot/
This page lets users:
It’s not just functional—it’s friendly.
At the heart of our system is main.py, a Tkinter-based GUI application that handles everything:
Each currency bot is run independently and modularly from the /currency_bots directory.
Adding a new coin? Just drop in uni_newtoken.py.
We separated our logic into reusable modules:
currency_bots/: Contains individual bots like uni_btc.py, uni_doge.py, etc.currency_utils.py: Dynamically lists available currency botsfetch_market.py, place_order.py, profit_strategies.py: Handle API interaction, strategy logic, and order placementThis keeps things clean, scalable, and easy to maintain.
We prioritized simplicity.
If something goes wrong, users will know exactly why—no guesswork.
We intentionally did not bundle a virtual environment.
Why?
Because users should build their own to ensure compatibility. This avoids issues across different operating systems and Python installations.
python3.11 -m venv env
source env/bin/activate
pip install -r requirements.txt
Here’s how to launch your first PeakeCoin bot:
main.pyThe PeakeCoin Plug-and-Play Trading Bot is proof of concept meets practicality.
Whether you're a seasoned trader or brand new to Hive Engine, this bot lets you:
👉 Download the bot now and join the future of crypto automation!
Built with 🧠 by the PeakeCoin dev team. Powered by Hive.
Honorable mentions of assistance @thecrazygm
@ecoinstant
@powerpaul
@txracer