EA Pip Scalper v1.3.0 has been released.

The latest version is available for download from the Downloads & Licenses section.

v1.3.0 Release Notes

Retry implementation for modify requests

There have been multiple reports for EA not setting SL and/or TP after opening a position. We investigated all the reports and we spotted some huge delays between the order being accepted by the broker and the broker actually opening the position. This might be due to various reasons, including slow broker connection to the market, broker delaying the position due to internal logic, or network delay/lag/loss between the platform and the broker. We implement retry logic for the SL and TP modify requests that should resolve these problems completely. The new logic will try to execute failed modify requests up to 5 times with a little delay between each retry.

Set SL before TP for all strats

A minor change that will normalize the order of SL and TP modify requests across all strategies.

Do not open trades after Close_EOW

No traders will be open after the Close_EOW triggers. This has been requested by multiple traders.

Update default Close_EOW_Hour and Close_EOW_Minute

New default values for Close_EOW_Hour and Close_EOW_Minute.