Plug-and-play MT4/MT5 Expert Advisor powered by PyP AI signals.
-
Download the EA for your platform:
- MT4 →
mt4/PyP_EA.mq4 - MT5 →
mt5/PyP_EA.mq5
- MT4 →
-
Open MetaEditor (F4 in MetaTrader), open the file, hit F7 to compile.
-
Attach the compiled EA to any chart and set:
EAToken— your token from the PyP dashboardLotSize— your preferred lot size
-
Allow WebRequests for
https://api.pyp.stanlink.onlinein
Tools → Options → Expert Advisors.
That's it. PyP handles the analysis — your EA handles the trades.
The EA polls PyP every 5 seconds for new signals on your deployment. When a BUY or SELL signal arrives, it executes a market order instantly. HOLD signals are ignored.
Your EA token is unique to your account. Never share it. You can regenerate it anytime from your dashboard.