Sharing Is Caring operates in either provider or receiver mode, utilizing CSV files for local communication and FTP or HTTP for remote data transfer. The tool supports proportional lot sizing adjusted for balance and leverage, partial close operations, and filtering by trade age or type. It includes a heartbeat monitoring system to ensure connectivity and can manage multiple providers or receivers simultaneously on a single machine or across remote environments.
Local and remote trade synchronization via CSV, FTP, or HTTP
Proportional lot sizing based on account balance and leverage
Heartbeat monitoring with external URL alert integration
Support for partial close and position management
Trade filtering by instrument, ticket number, and entry time
Read from Sharing-Is-Caring.mq5. Defaults are the author's; change them in the EA's Inputs tab.
Name
Type
Default
Description
COPY_MODE
ENUM_COPY_MODE
RECEIVER
Operating mode
PROCESSING_INTERVAL_MS
int
500
Processing interval (ms)
HEARTBEAT_URL
string
Heart beat URL
HEARTBEAT_INTERVAL_MINUTES
ulong
5
Heart beat interval (minutes)
REMOTE_FTP_PUBLISH
bool
false
Publish to remote FTP
PROVIDER_ACCOUNT
ulong
โ
Provider account number
PRICE_DEVIATION
int
50
Price deviation
COPY_IN_PROFIT
bool
false
Copy trades in profit
EXCLUDE_OLDER_THAN_MINUTES
ulong
5
Exclude trades older than X minutes
COPY_BUY
bool
true
Copy buy trades
COPY_SELL
bool
true
Copy sell trades
LOT_SIZE
ENUM_LOT_SIZE
PROPORTIONAL_TO_BALANCE
Trade volume mode
Show all 22 inputs
Name
Type
Default
Description
USE_LEVERAGE_FOR_LOT_CALCULATION
bool
true
Use leverage for volume calculation
PROVIDER_BALANCE_FOR_LOT_CALC
double
0.00
Provider balance for lot calculation
MIN_AVALABLE_FUNDS_PERC
double
0.20
Minimum available funds percentage
EXCLUDE_TICKETS
string
Exclude tickets
INSTRUMENT_MATCH
string
Match instruments
ALERT_MULTIPLE_LOSERS_CLOSE
bool
true
Alert email on multiple losing trades
REMOTE_HTTP_DOWNLOAD
bool
false
Remote HTTP download
REMOTE_FILE_URL
string
Remote file URL
REMOTE_USERNAME
string
Remote user name
REMOTE_PASSWORD
string
Remote password
How to install it
1Download the sourceUse "Download source (.zip)" above, or clone wait4signal/sharing-is-caring from GitHub, and unzip it.
2Open the data folderIn MetaTrader choose File, then Open Data Folder, and go to MQL5/Experts.
3Copy the filesCopy the .mq5 file into Experts, and any .mqh files into the Include folder the code expects.
4Compile in MetaEditorOpen the file in MetaEditor and press Compile. Fix any missing includes the compiler reports.
5Test before you tradeRun it in the Strategy Tester, then attach it to a demo chart and allow algorithmic trading.
Third-party code. ForexR did not write, test or endorse this EA, and the summary above was generated automatically from its README and code. ForexR lists only repositories with readable source code and never hosts files. Read the code, backtest it and use a demo account first; automated trading can lose money quickly.
DWX Connect is an open-source bridge that links external trading strategies written in Python, C#, or Java to MetaTrader 4 and 5. It functions as a server EA that facilitates communication via file-based messaging, allowing users to execute trades and subscribe to market data without coding in MQL. The EA manages trade
MetaTrader 5 To Telegram is a utility expert advisor designed to bridge a MetaTrader 5 terminal with a Telegram bot. It monitors the trading account for updates and broadcasts notifications regarding orders, deals, and active positions to a specific user, group, or channel. The EA uses a timer-based system to process i
This utility for MetaTrader 5 transforms the trading terminal into a REST API server, enabling external software to control trading operations via HTTP. It facilitates remote account monitoring, price retrieval, and full trade execution, including market orders, pending orders, and partial closes. The system supports a
This expert advisor functions as a data bridge for streaming real-time market information from MetaTrader 4 and 5 to external applications. It utilizes the ZeroMQ library to transmit price ticks and order book updates to a remote server. The tool is intended for developers building quantitative trading platforms or dat
Neo Trader is an order execution bridge that facilitates the transfer of trade data from TradingView to MetaTrader 4 and 5 terminals. Operating through a local socket server and a browser extension, it allows users to execute trades directly from TradingView position drawing tools. The expert advisor handles market and
This MetaTrader 5 expert advisor functions as a remote management bridge, enabling users to execute and oversee trades through Telegram messages. It supports market and limit orders with user-defined stop losses and handles trade modifications such as closing positions or adjusting stop levels remotely. The tool featur