Project Properties in Profectus.AI
Every project in Profectus.AI comes with properties you can set at the project level. These define how your bot is identified, shared, and even published.
Key Properties
Project Title
The name of your bot. Keep it clear so you can recognize it later.
Copyright Line
Add your name, brand, or company here. Useful if you plan to share or publish the bot.
Website Link
Any link you want to associate with the bot. Many users point this to a Google Doc or internal documentation.
Version Number
Mainly for uploading bots to the MQL5 marketplace. Not required for normal use.
Magic Number
This is the unique ID of your bot. It’s critical if you want to run multiple bots on the same MetaTrader 5 account.
If two bots share the same magic number, they will interfere with each other’s trades (mixing orders, stops, and results).
Always give each bot its own magic number to ensure trades stay separated.
Example:
System 1 →
7777System 2 →
8888System 3 →
9999System 4 →
6666
Description
A short note explaining what your bot does. Helps both you and others remember the logic or purpose.
Best Practices
Unique Magic Numbers: Always assign a different number per system. This way, MetaTrader 5 can tell trades apart and manage them individually.
Numbering Scheme: Use something simple like
1000sfor trend bots,2000sfor scalpers,3000sfor grid systems.Documentation: Keep a sheet with: Strategy → Version → Magic Number → Notes.
Titles & Descriptions: Add clear names so you instantly know which bot is which.
Links: Use the Website Link field for Google Docs or team guides.
Test First: Run new bots on demo before combining multiple bots live.
⚡ Key takeaway: Magic numbers are the switchboard that keeps your bots from stepping on each other’s trades. If you want to run four profitable systems on the same account, simply assign each one a different magic number.
