Hi all,
New versions of
LOCTrailing ,
LOCTrailing Moving Average ,
LOCTrailing With Partial Close expert advisors available.
(Existing customers
please contact support to get the latest version of the EA)
Now these expert advisors can filter positions with magic numbers.
You can specify Magic Numbers that the expert advisor will trail or exclude from trailing.
There is a new input parameter called _orderMagicToTrack
Option 1. (trail all)If this value is empty EA will trail all magic numbers.
Option 2. (trail only with a specified magic number)You can set any number of magic numbers to make expert advisor trail only orders marked with these magic numbers. It is useful when you want to trail orders set by another EAs and you also want to trade manually and exclude manually placed orders from trailing with LOCTrailing EA.
For example the input setting will look like:
_orderMagicToTrack = “124564,777654,456755”
Option 3. (trail all excluding those marked with a specified magic number)Also you can set any number of magic numbers to be excluded from trailing with LOCTrailing EA. This is useful when you want to exclude orders that were placed by another expert advisor but still want LOCTrailing expert advisor to monitor and trail all other orders (not marked with this Magic number)
In this case the input string will look like this:
_orderMagicToTrack = “*124564,*777654,*456755”
A star sign before these numbers makes it an “exclude” number LOCTrailing EA will exclude the orders marked with these magic numbers and will trail all other positions like usual.
Please let me know if you need more info.
Thanks
Mikhail