PineConnector EA v3.3
Last updated: Wednesday, 10th July 2024
As part of the PineConnector v3 launch, we are rebuilding our Expert Advisor (EA) from the ground up, beginning with MT5 (as most traders use this platform and due to MetaQuotes' push towards MT5). Earlier MT4 and MT5 EAs up to v3.17 were using v2 EA code.
This comprehensive rebuild, starting from v3.30 onwards, aims to:
- Provide a bug-free experience (ultimately!)
- Significantly increase signal processing speed
- Enhance maintainability through improved coding practices
We are releasing this early rebuilt version to gather your feedback quickly and address any bugs promptly before further development.
While we anticipate a streamlined trading experience and have conducted robust testing (it's a long list!), there could still be bugs that we have not uncovered, possibly due to different environments such as broker choice. If you encounter any bugs, please report them using our v3.3 bug report form:
All bug reports will be investigated, with critical ones prioritized in current or upcoming sprints.
Changelog
v3.302 (10th July 2024)
Updated
- Moved the prefix & suffix options to the bottom of the EA settings instead of above.
- Updated Pending Order Entry (
price=
) to: Pending Order Entry (pending=
).
price=
and pending=
are supported, but only pending=
will be referenced in the PineConnector documentation going forward.Improved
- Backend upgrade to enhance reconnection stability when the EA disconnects and attempts to reconnect.
v3.301 (4th July 2024)
Fixed
- Close on Reverse bugs
- Pyramiding bugs
- Truncate and round decimals to the 5th place for buy, sell, buystop, buylimit, sellstop, selllimit, newstplong, newstpshort
Implemented
- Updated position of text for "spread=" in experts tab
- Experts tab print updates: Removed certain connect and disconnect messages
v3.300 (1st July 2024)
Added
- Rebuilt EA with basic features, except volume partial close, and account management (daily/cumulative loss/profit).
- Added new connectivity configuration to be snappier when changing settings.