You install cTrader on your home computer, start a local cBot, and then realize the strategy stops when the machine shuts down or loses internet access. Moving the desktop platform to a continuously running remote server removes that dependency. Yes, you can run cTrader on a Forex VPS when the server has enough memory, CPU capacity, storage, and a stable broker connection.
cTrader Windows is more demanding than a minimal trading-terminal setup because it combines charting, account management, custom indicators, and local algorithm execution. The amount of VPS power you need depends mainly on how many cTrader instances, charts, indicators, and local cBots you run.
This guide explains how to run cTrader on a VPS, which specifications to choose, how to install and reconnect the platform, how local cBots behave after Remote Desktop closes, and when a larger VPS becomes necessary.
Can You Run cTrader on a Windows VPS?
Yes. cTrader runs on a Windows VPS, and a practical target is at least 4GB RAM and 2 vCPUs for smooth performance, especially when you run local cBots. Install it like any Windows application after connecting to the server through Remote Desktop.
Spotware lists a dual-core processor and 2GB RAM as the minimum for cTrader Windows, while 4GB RAM is the recommended memory level. Translating that recommendation to a VPS makes 2 vCPUs and 4GB RAM a sensible starting point when the server also needs to run Windows, Remote Desktop, charts, and automation. (Source: cTrader Windows requirements, 2026).
| Resource | Practical cTrader VPS target | Why it matters |
| CPU | 2 vCPUs | Matches the dual-core recommendation and leaves room for Windows |
| RAM | 4GB | Matches Spotware’s recommended memory level |
| Storage | 30GB or more | Provides room for Windows, cTrader, logs, and updates |
| Storage type | SSD or NVMe | Improves local file and application responsiveness |
| Operating environment | Windows VPS | Supports the cTrader Windows desktop application |
| Network | Stable low-latency connection | Keeps the platform close to the broker server |
Modern cTrader Windows uses .NET 6.0 rather than the older .NET Framework architecture. Spotware migrated the platform from .NET Framework to .NET 6.0 in cTrader 4.2 and moved cBots and indicators into separate child processes. (Source: cTrader .NET migration, 2026).
A VPS does not change how cTrader trades. It moves the Windows application from your local computer to a remote machine that can remain online while your own computer is switched off.
Why Does cTrader Need More VPS Resources Than MetaTrader?
cTrader generally benefits from more VPS headroom because its recommended desktop specification is 4GB RAM and a dual-core processor, while local cBots and custom indicators can run in separate processes. More active analytical components create more simultaneous work for Windows to manage.
The resource difference is most noticeable when the platform is used for algorithm development, several local cBots, custom indicators, multiple profiles, or many charts. An idle cTrader instance uses far fewer resources than a heavily automated one.
| Workload | Resource effect |
| cTrader desktop interface | Uses baseline RAM and CPU |
| Multiple active charts | Adds market data and rendering work |
| Custom indicators | Adds repeated calculations |
| Local cBots | Uses system CPU, RAM, and network connectivity |
| Multiple cTrader profiles | Creates additional application instances |
| Backtesting | Adds historical calculations |
| Optimization | Runs repeated strategy tests |
Spotware states that a local cBot instance runs on the user’s machine and consumes that machine’s CPU, RAM, and internet connection. It continues only while the cTrader application remains open. (Source: local cBot execution, 2026).
This distinction matters when sizing a VPS. Four gigabytes may be comfortable for one ordinary instance but insufficient for several computationally intensive bots running at the same time.
Do not size the server from the platform name alone. Measure the complete workload during the trading sessions when quotes and algorithms are most active.
What VPS Specifications Work Best for cTrader?
A practical cTrader VPS starts with 2 vCPUs, 4GB RAM, fast SSD or NVMe storage, and a Windows environment with enough free resources for local cBots. Increase those resources when you add several instances or calculation-heavy automation.
The specification should include spare capacity for Windows rather than allocating nearly all available memory to cTrader. Background services, updates, Remote Desktop, security processes, and monitoring tools also consume server resources.
A broader Forex VPS specification checklist recommends scaling RAM and CPU as trading-platform count and automation increase. The same principle applies to cTrader even though the exact platform workload differs from MT4 or MT5.
| cTrader setup | RAM target | CPU target | Practical use |
| One light instance | 4GB | 2 vCPUs | Manual trading and light charting |
| One instance with several cBots | 4GB to 8GB | 2 to 4 vCPUs | Moderate local automation |
| Multiple profiles | 8GB+ | 4 vCPUs+ | Several accounts or separate cTIDs |
| Heavy automation | 8GB to 16GB+ | 4 vCPUs+ | Multiple complex local cBots |
| Development and backtesting | 8GB+ | 4 vCPUs+ | Coding, testing, and optimization |
These are planning ranges rather than hard cTrader limits. One inefficient custom bot can use more processor time than several simple bots.
CPU and RAM Requirements
CPU handles cBot and indicator calculations, while RAM holds active application data, charts, histories, and Windows processes. A shortage of either resource can make cTrader respond slowly even when the broker connection remains fast.
Spotware’s published recommendation of 4GB RAM gives one normal cTrader Windows instance reasonable desktop headroom. The required amount increases as more local processes are started.
Monitor these conditions:
- Sustained CPU utilization during active markets
- Available physical memory
- Memory use per cTrader process
- Resource use from individual cBots
- Windows paging activity
- Remote Desktop responsiveness
- Application freezes during busy sessions
CPU spikes are not automatically a problem. Sustained processor saturation is more important because it means new calculations may have to wait for processing time.
Storage and Windows Requirements
Fast storage improves cTrader startup, updates, local files, logs, and Windows responsiveness, but it does not reduce network latency to the broker. A Windows VPS also needs free disk space for operating-system maintenance.
The cTrader installer automatically downloads the required application files and subsequent updates. Spotware recommends a clean reinstall if the installer or update process becomes corrupted. (Source: cTrader installation guide, 2026).
Keep storage available for:
- Windows system files
- cTrader installation data
- Algorithm files
- Historical testing data
- Application logs
- Windows updates
- Temporary installation files
- Backups
NVMe storage is useful because a trading VPS frequently performs small file operations while Windows and the trading platform remain active. It should be viewed as a responsiveness feature rather than an execution-latency feature.
How Do cBots Affect CPU and Memory Usage?
Local cBots use the VPS CPU, RAM, and internet connection because they execute as processes on the server. Running more instances or more complicated logic increases the amount of work the VPS must process.
A cBot is an automated trading program that analyzes market conditions and can open, modify, and close positions according to its programmed rules. Each cBot instance operates independently, so the same bot can run with different symbols, periods, accounts, or settings.
Spotware supports cBot development in C# and Python on cTrader Windows and Mac. It also allows multiple independent instances of the same algorithm. (Source: cTrader trading bots, 2026).
| cBot behavior | Resource implication |
| One simple price check | Light CPU use |
| Tick-by-tick calculations | Higher processor activity |
| Multiple symbols | More market data processing |
| File operations | Additional disk activity |
| External data workflows | More network and processing load |
| Several cBot instances | More simultaneous processes |
| Backtesting | Additional CPU and memory demand |
A bot that evaluates one symbol once per bar can be lightweight. A bot processing every tick across several symbols can create a much larger workload.
Run new cBots individually before combining them. Task Manager can reveal whether one strategy accounts for most of the CPU or memory consumption.
Cloud cBots behave differently. cTrader Cloud executes the algorithm remotely and does not use the VPS resources required by a local cBot. (Source: cTrader Cloud features, 2026).
How Do You Install cTrader on a Forex VPS?
Install cTrader on a Forex VPS by connecting to the Windows server through Remote Desktop, downloading the Windows installer, running it, and signing in with your cTrader ID. The process is the same as installing cTrader on a normal Windows computer.
A VPS is a remote computer running in a data center. Remote Desktop Protocol, or RDP, provides the graphical Windows session used to install software and manage the server.
| Step | Action | Result |
| 1 | Connect to the VPS with RDP | Windows desktop opens |
| 2 | Open the broker or cTrader installer page | Installer becomes available |
| 3 | Download the Windows installer | Setup file is saved |
| 4 | Run the installer | cTrader files are installed |
| 5 | Open cTrader | Platform starts on the VPS |
| 6 | Sign in with cTID | Linked accounts become accessible |
| 7 | Configure charts and cBots | Trading environment is prepared |
| 8 | Test the setup | Confirms connection and resource stability |
Do not install unrelated desktop software on a trading VPS unless it is needed. Every unnecessary application can consume memory, processor time, storage, or network bandwidth.
Connect to the VPS With Remote Desktop
Remote Desktop gives you direct control of the Windows session running on the VPS. Closing the RDP client is different from logging out of Windows.
Open the Remote Desktop client on your computer and enter the VPS IP address, username, and password provided with the server. Confirm that you are connecting to the intended VPS before installing trading software.
Microsoft states that disconnecting a Remote Desktop user leaves applications running in the server session. Logging the user off ends the session and closes those running applications. (Source: Microsoft Remote Desktop sessions, 2026).
Use Disconnect or close the RDP window when you want local cTrader applications to remain active. Avoid choosing Sign out unless you intentionally want to terminate the user session.
Install and Sign In to cTrader
Run the cTrader Windows installer and sign in using the cTrader ID linked to your broker accounts. The installer handles the application files and opens cTrader when setup completes.
A cTrader ID, or cTID, is one set of credentials used across cTrader applications and brokers. Multiple trading accounts can be linked to the same cTID.
Spotware states that users can sign in with their email or username and password, then switch among accounts associated with the same cTID. (Source: cTrader ID documentation, 2026).
After login:
- Select the intended live or demo account.
- Load the correct workspace.
- Confirm broker connectivity.
- Add required charts.
- Load local cBots or indicators.
- Verify trading permissions and bot parameters.
Start with a demo account when setting up a new VPS. That allows installation and restart behavior to be tested without exposing a live position to an unverified environment.
How Do You Connect Your Broker Account After Installation?
Connect your broker account by signing in to cTrader with the cTID associated with that account and selecting it from the account selector. If an existing account is missing, the broker may need to link it to the correct cTID.
cTrader does not normally require traders to enter a separate account password every time they switch accounts. The cTID acts as the login layer for accounts associated with participating brokers.
| Account situation | Required action |
| Account already linked | Sign in and select it |
| Several accounts under one cTID | Use the account selector |
| Broker account is missing | Ask the broker to link it |
| Wrong cTID is active | Sign in using the correct cTID |
| Demo account required | Create or select a demo account |
| Multiple brokers | Use the accounts linked to the cTID |
Spotware states that broker trading accounts are automatically linked to the applicable cTID in normal account flows. If the broker is not aware of a newly created cTID, the trader should ask the broker to link the existing accounts. (Source: cTID trading account linking, 2026).
Verify the account number, balance, currency, and live or demo status before starting automation. Running a cBot on the wrong account can create real positions even when the VPS itself is configured correctly.
Where Should You Host a VPS for cTrader?
Host the VPS in the location that provides the lowest stable latency to your broker’s trading infrastructure. The VPS should be close to the broker rather than close to your home.
Latency is the time required for data to travel between the trading platform and broker. Physical distance and network routing both influence that delay.
The Forex VPS selection guide identifies broker proximity, resource allocation, storage, and uptime as core hosting factors. For cTrader, broker location still takes priority because the remote server sends the trading request.
| Broker region | VPS region to test first |
| New York or New Jersey | New York |
| London or Slough | London |
| Tokyo | Tokyo |
| Southeast Asia | Singapore |
| Western Europe | London or nearby European data center |
| Unknown | Ask the broker before ordering |
A trader in Australia can use a London VPS when the broker server is in London. The RDP screen may travel farther to reach the trader, but the trading platform sits much closer to the broker.
Do not assume that the broker’s headquarters reveal its trading-server location. Ask for the server city or test the actual connection.
How Can You Reduce Latency Between cTrader and Your Broker?
Reduce cTrader latency by moving the VPS closer to the broker, testing the broker connection from the server, and avoiding unnecessary network routing. Hardware upgrades cannot compensate for a VPS located on the wrong continent.
Network latency is measured in milliseconds and represents the travel delay between network endpoints. The relevant route for automated trading is the VPS-to-broker path.
A Forex trading latency guide explains that server proximity is the main controllable network factor once the trading platform is hosted remotely.
| Latency factor | What to do |
| Physical distance | Select a closer VPS region |
| Broker endpoint | Test the actual trading server |
| Routing quality | Compare several data centers |
| Jitter | Run repeated latency tests |
| Packet loss | Investigate unstable network paths |
| Local CPU delay | Keep enough VPS processing headroom |
Measure latency during the hours when the strategy normally trades. A route that performs well during a quiet period can behave differently during peak traffic.
Low network latency cannot eliminate broker processing delay, market gaps, or liquidity-driven slippage. It only reduces the portion of delay between cTrader and the broker.
Can You Run Multiple cTrader Instances on One VPS?
Yes. cTrader Windows supports multiple application instances, including separate profiles that can use different cTIDs and account settings. The practical limit depends on available CPU and memory.
The cTrader Settings > Application > Startup area provides Single instance, Multiple instances, and Multiple profiles modes. Multiple profiles are designed for separate settings and authorization tokens.
Spotware states that Multiple profiles mode allows several cTrader Windows instances to run simultaneously with separate settings profiles and cTIDs. (Source: cTrader Startup settings, 2026).
| Startup mode | Behavior | Best use |
| Single instance | Allows one cTrader window | One simple trading environment |
| Multiple instances | Several instances share one settings profile | Similar environments |
| Multiple profiles | Separate settings and authorization tokens | Different cTIDs or account groups |
Each additional instance consumes resources. Running three cTrader instances does not mean the server uses exactly three times the RAM because Windows components are shared, but application-specific workload still increases substantially.
Use separate profiles when different cTIDs need to remain isolated. Shared-profile instances can overwrite the main settings profile when they close.
How Do Charts, Indicators, and Watchlists Affect Performance?
Charts and indicators can increase CPU and memory use because they process and display market data, while watchlists are generally lighter because they primarily organize symbols for monitoring. The largest performance impact comes from calculations performed continuously across active charts.
Indicators apply mathematical logic to market data. Custom indicators can also run user-defined C# or Python code in cTrader Windows.
Spotware defines indicators as analytical tools that process market data and compute values for charts. Built-in indicators work across cTrader platforms, while custom indicators are supported on Windows and Mac. (Source: cTrader indicators, 2026).
| Platform element | Typical resource effect |
| One basic chart | Low |
| Several live charts | Moderate |
| Built-in indicators | Depends on count and calculation frequency |
| Complex custom indicators | Can be high |
| Several cBot charts | Adds automation processing |
| Large watchlists | Usually lighter than active chart calculations |
Watchlists group symbols so traders can monitor selected markets. They do not perform the same chart-level calculations as an indicator, although more live market information can still add interface activity.
Close charts that serve no trading purpose on an unattended VPS. A remote execution environment does not need to reproduce every visual analysis layout used on your main computer.
Will cTrader and cBots Keep Running After Remote Desktop Closes?
Yes. cTrader and local cBots can keep running after you disconnect Remote Desktop, provided the Windows session remains active and cTrader itself stays open. Logging out or closing cTrader stops local cBot execution.
Closing an RDP window normally disconnects your viewing session rather than shutting down the remote computer. The cTrader process continues on the VPS.
| Action | cTrader Windows | Local cBots |
| Close RDP window | Keeps running | Keep running |
| Disconnect session | Keeps running | Keep running |
| Shut down local PC | Keeps running | Keep running |
| Sign out of Windows VPS | Closes | Stop |
| Close cTrader | Stops | Stop |
| Reboot VPS | Stops until restarted | Stop until restored |
Microsoft states that applications remain running when a Remote Desktop session is disconnected. Its RDS documentation also distinguishes a disconnected session from a logged-off session. (Source: Microsoft RDS disconnection behavior, 2026).
This behavior applies to local cBots. cTrader’s cloud cBots do not require the VPS or desktop application to remain open because they execute in Spotware’s remote cloud environment.
The key operational habit is simple: disconnect from RDP instead of signing out.
How Can You Prevent cTrader From Stopping After a VPS Restart?
Configure Windows to launch cTrader after startup and confirm that cTrader restores the correct settings profile, account, charts, and automation state. A VPS reboot terminates every local application until Windows starts it again.
Windows Task Scheduler can start a program when a defined event occurs, including system startup. This provides a more controlled recovery method than relying entirely on manual login.
Microsoft states that Task Scheduler can launch programs automatically based on time or event criteria and that the service starts with the operating system. (Source: Windows Task Scheduler, 2026).
| Recovery item | What to verify |
| Windows startup | VPS boots normally |
| cTrader launch | Application starts automatically |
| cTID authorization | Correct account credentials remain available |
| Startup profile | Correct profile loads |
| Workspace | Required charts return |
| Local cBots | Required instances are restored and running |
| Broker connection | Account receives live data |
| Monitoring | Restart is detected and reviewed |
cTrader stores the authorization token, last selected account, workspace, and information about running cBots and indicators in its settings profile for the next application startup.
Do not assume this recovery is complete without testing it. Restart a demo VPS deliberately and verify each component before relying on automated recovery for live trading.
What Should You Check If cTrader Feels Slow on the VPS?
Check Windows CPU, memory, disk activity, network latency, active cBots, chart count, and cTrader instance count before upgrading the server. Slow platform response can come from either local resource pressure or the broker connection.
Resource bottlenecks and network bottlenecks create different symptoms. High CPU affects calculations inside the VPS, while high broker latency affects communication outside it.
| Symptom | First check |
| Entire Windows desktop is slow | CPU and RAM |
| cTrader freezes during calculations | CPU utilization |
| Several applications become sluggish | Available memory |
| Charts take time to open | Disk and data loading |
| Orders reach broker slowly | Network latency |
| One bot causes spikes | Individual cBot process |
| Slowdown starts after another instance opens | Total RAM and CPU use |
| RDP alone feels laggy | Home-to-VPS connection |
Windows Task Manager shows processor, memory, disk, and process usage. Keep the VPS connected during an active market period and identify whether resource pressure persists rather than judging one short spike.
A 4GB VPS can be sufficient for one normal instance but inadequate for several local cBots and profiles. Upgrade only after confirming that local resources are the actual constraint.
Do not confuse RDP lag with broker latency. Your home-to-VPS connection controls screen responsiveness, while the VPS-to-broker connection controls the trading platform’s network route.
How Do You Test a cTrader VPS Before Trading Live?
Test the cTrader VPS with the same broker, charts, indicators, local cBots, and account structure you intend to use live. A successful installation alone does not prove that the server can handle the trading workload reliably.
Run the setup on a demo account first. Test during normal trading hours so the platform receives realistic market activity.
| Test | Action | Required result |
| Platform startup | Open cTrader | Application launches normally |
| Broker login | Select the intended account | Quotes update without repeated disconnections |
| Resource test | Run all required charts and bots | CPU and RAM retain headroom |
| cBot test | Start local instances | No repeated runtime errors |
| Order test | Place a demo trade | Order reaches the account correctly |
| RDP test | Disconnect and reconnect | cTrader remains active |
| Restart test | Reboot the VPS | Trading environment recovers |
| Network test | Check latency repeatedly | Stable broker connection |
| Multi-instance test | Open required profiles | Windows remains responsive |
cTrader provides backtesting for cBots using historical market data without affecting live funds. It is useful for validating algorithm behavior, although it does not replace a VPS stability test under real-time data. (Source: cTrader cBot backtesting, 2026).
Monitor the server for several sessions rather than for a few minutes. Resource consumption can rise when more symbols update or a cBot enters an active calculation phase.
Use the test period to identify the highest CPU and memory load. Size the live server above that measured requirement rather than around the idle reading.
When Should You Upgrade Your cTrader VPS?
Upgrade the VPS when normal cTrader activity repeatedly pushes CPU or memory close to its limits, or when adding another cBot or application instance causes visible slowdown. The correct upgrade point is sustained resource pressure rather than a specific number of accounts.
A server needs operational headroom because workloads are not constant. A cBot may remain quiet for hours and then perform repeated calculations when market conditions change.
| Condition | Keep current VPS | Upgrade |
| CPU | Short temporary spikes | Sustained high utilization |
| RAM | Consistent free memory | Persistent memory pressure |
| Disk | Ample free capacity | Storage nearly full |
| cTrader | Responsive | Repeated freezes |
| cBots | Stable | Delayed or resource-heavy |
| Instances | Current profiles fit comfortably | New profile creates slowdown |
| RDP | Responsive under platform load | Lag begins with resource saturation |
The server should be upgraded before performance problems become part of live trading. Waiting for regular freezes means the VPS has already moved beyond comfortable capacity.
Running additional local automation also changes the requirement. Each bot can process market data independently and may access files, external data, or custom workflows.
If the server is correctly located near the broker but cTrader still struggles locally, more RAM or CPU is more useful than changing data centers.
cTrader VPS Setup: Resources, Connectivity, and Reliability
A reliable cTrader VPS setup combines sufficient CPU and RAM with fast storage, low broker latency, persistent Windows operation, and tested restart recovery. Four gigabytes of RAM and 2 vCPUs provide a practical starting point for one ordinary cTrader Windows environment.
The server should be sized from the real application load rather than the lowest price or largest advertised specification. Extra capacity has value only when cTrader, Windows, or local automation can use it.
| Setup priority | Practical requirement |
| Operating environment | Windows VPS for cTrader Windows |
| Starting memory | 4GB RAM |
| Starting processor | 2 vCPUs |
| Storage | SSD or NVMe |
| Broker route | VPS close to broker server |
| Local cBots | Keep cTrader open |
| RDP handling | Disconnect rather than sign out |
| Multiple instances | Use appropriate Startup profile mode |
| Restart recovery | Test automatic launch and reconnection |
| Scaling | Upgrade after measured resource pressure |
A VPS also separates trading uptime from your home computer. Turning off your laptop does not stop cTrader when the application remains active on the remote Windows session.
For broader infrastructure planning, the Forex VPS evaluation guide covers broker location, uptime, resources, and storage as separate factors that should be tested together.
The platform itself remains only one layer of execution. Broker availability, market liquidity, account permissions, and cBot logic continue to determine what happens after a trading request leaves the VPS.
A trading VPS should provide enough headroom for the strategy at its busiest point, not just enough resources to launch the platform.
Keep cTrader and Your cBots Running on a Stable Forex VPS
Set up cTrader on a Windows VPS with enough RAM and CPU for the complete workload, then verify broker latency, local cBot operation, RDP disconnection behavior, and restart recovery before using the environment for live trading.
For traders who want to keep cTrader Windows and local automation on a dedicated remote server, CheapForexVPS offers scalable hosting from $5 per month with a 99.95% uptime guarantee and a 5-day money-back guarantee. Available locations include Equinix NY4 in New York, LD4 in London, TY3 in Tokyo, and Singapore, so the server can be matched to the broker region as well as the required resource tier.
For help matching the VPS location and resources to your cTrader setup, contact our team.
Frequently Asked Questions About Running cTrader on a Forex VPS
Is 4GB RAM enough for cTrader on a VPS?
Yes, 4GB RAM is enough for a normal single cTrader Windows setup and matches Spotware’s recommended memory specification. It provides more room than the 2GB published minimum for Windows and platform processes.
More RAM is appropriate when several local cBots, custom indicators, or cTrader profiles run together. Monitor actual memory use before adding additional automation.
Can cTrader run on a 2GB VPS?
Yes, cTrader can run on a 2GB VPS because 2GB is Spotware’s published minimum memory requirement for cTrader Windows. That amount leaves less headroom for Windows, Remote Desktop, and local automation.
A 4GB VPS is the safer starting point for continuous trading. Increase memory when the server begins paging heavily or slows under the normal workload.
How many cTrader instances can one VPS handle?
One VPS can handle multiple cTrader instances when its CPU and RAM are sufficient for all active profiles, charts, and cBots. cTrader Windows includes Multiple instances and Multiple profiles startup modes.
There is no useful universal instance limit because workloads differ. Add instances gradually and monitor total processor and memory usage during active trading sessions.
Do cBots continue running after Remote Desktop is closed?
Yes, local cBots continue running after Remote Desktop is disconnected as long as cTrader stays open in the active Windows session. Closing the RDP window does not normally close applications running on the VPS.
Local cBots stop if cTrader closes, Windows logs the user out, or the VPS restarts. Test reconnection and restart behavior before relying on unattended execution.
Does cTrader require a Windows VPS?
No, the wider cTrader ecosystem does not require Windows for every use case, but cTrader Windows requires a Windows environment. For traders who want the full Windows desktop application on a conventional VPS, a Windows VPS is the straightforward setup.
Spotware also supports cTrader Mac, cloud cBot execution, and cTrader CLI on supported Windows and Linux environments. Those alternatives have different feature and resource requirements.
Can cTrader and MetaTrader run on the same VPS?
Yes, cTrader and MetaTrader can run on the same Windows VPS when the server has enough CPU, RAM, storage, and network capacity for both platforms. Each application consumes resources independently.
Start with the combined live workload and monitor it before adding more accounts or bots. A server that runs one platform comfortably can still become undersized when another trading terminal and its automation are added.
