EA Setup
Alerts
Message Structure
Expert Advisor
Debugging
Others
Free Scripts Library
Error Guide
Initial Trial If you need more time to explore PineConnector during your trial, please reach out to us and provide a brief reason.
We'll provision you the extended trial within one business day.
After a Hiatus If you're back after being away for a while, reach out to us for another trial. We want to help you reacquaint yourself with PineConnector and ensure you feel comfortable using it again!
MetaTrader 4
130
ERR_INVALID_STOPS
Entry price, stop-loss, or take profit is too close to the current market price.
- You might have intended “price” targets, but your EA’s target type setting is in “pips”
- Check the Symbol’s minimum stops in the Symbol List under “Stops level” indicated in points — we define 1 pip as 10 points
- Use “pips” or “percentage” Target Type option in the EA
- Use “pips” Pending Order Entry Price option in the EA
- Use larger values to place entry price, SL and TP further (as required by the symbol)
131
ERR_INVALID_TRADE_VOLUME
Trade volume used is not supported.
- Check the symbol’s Volume requirements in the Symbol List
- Ensure compliance in terms of price steps and decimal places
132
ERR_MARKET_CLOSED
The symbol’s trading session has closed.
- Check the symbol’s trading session in the symbol list, and place signals only during those hours
133
ERR_TRADE_DISABLED
Symbol is restricted by the broker.
- Ensure Symbol is enabled (lit in yellow) in the symbol list
- Ensure Symbol indicated is exactly as per your symbol list
- Ensure Live Trading is allowed
- Try opening a manual position with symbol you’d like to trade to test whether the symbol is restricted
134
ERR_NOT_ENOUGH_MONEY
You have insufficient margin to open the position.
- Check the Experts tab where the required margin and available margin are printed
- If required margin > available margin, use a smaller risk= value and ensure the right Volume Type is selected in the EA
- If required margin < available margin, inform PineConnector support
4017
ERR_DLL_CALL_NOT_ALLOWED
DLL calls are not allowed.
- Enable DLL Call in your MT4 options
- Enable DLL Call in the EA options
4051
ERR_INVALID_FUNCTION_PARAMETER_VALUE
Invalid function parameter value.
- Ensure you have a risk= in your syntax
- risk= is a compulsory syntax for entry commands such as buy, buystop, buylimit
4106
ERR_UNKNOWN_SYMBOL
Symbol used is not recognised by the terminal.
- Ensure symbol indicated is exactly as per your symbol list (case-sensitive)
- If the symbol indicates “EURUSD”, sending in “eurusd” may result in the error
4109
ERR_TRADE_NOT_ALLOWED
Trade is not allowed.
- Open Options (CTRL+O) → click on “Expert Advisors" then ensure Allow automated trading
- Open PineConnector EA (F7), click "common", and Allow Live Trading
After those 2 steps, there should be a smiley face on the top right corner of your chart
4202
ERR_OBJECT_DOES_NOT_EXIST
Object does not exist.
- Report Error to support along with your License ID, Signal ID, and Experts Log for the trade
Zero divide
0 was returned by the terminal for one of the computations.
- Report bug to PineConnector support with
- PineConnector EA version
- Numbers in the bracket (xxx,xx)
MetaTrader 5
4752
ERR_TRADE_DISABLED
Trading by Expert Advisors is prohibited.
- Allow trading in the EA properties
4756
ERR_TRADE_SEND_FAILED
Trade request sending has failed.
- Check the Journal tab for the exact Error 4756 type
- Unsupported Filling Mode
- Use broker set B in the EA
- No Prices
- Symbol not enabled in symbol list. Symbol will be automatically enabled after a “no prices” error
- Invalid Request
- Ensure symbol used matches exactly to your symbol list (case-sensitive)
- Trade Disabled
- Ensure symbol used matches exactly to your symbol list (case-sensitive)
- Invalid Expiration
- Use broker set C in the EA
- Invalid Price
- Your price indicated for either your stop-loss (sl=) and take profit (tp=) may be too close to the entry price invalid, such as SL being larger than your TP or entry price for buy trades
- Your pending order entry price (price=) may be too close to the current market price
- We recommend that you use pips targets and pips-based pending entry price, and ensure the values used are not too small
Zero divide
0 was returned by the terminal for one of the computations.
- Report bug to PineConnector support with
- PineConnector EA version
- Numbers in the bracket (xxx,xx)