As I know that we have 4 or 5 EAs which are trailing the the orders in anyway. Besides there is some EA (probable in elite section) to palce the order immediately after attaching it to the chart. But I think we do not have any EA which is doing the same thing +
trendlines and fibo.
Please find the link about what we have concerning this subject. there are some EAs in elite section (3 or 4) but I am not giving the links. Elite members may go to links section to see the same.
Sorry if some links are repeated.
Trailing stop EAs/scripts.
- script to modify the order by mouse on the chart is
here.
-
StepStopExpert_v1.1:
EA to trail the orders.
-
EMATrailing Stop EA: trailing stop based on an EMA. Original thread is
here.
-
Trailing stop EA with instruction in pdf file about how to use it is
here.
EA which is managing the other EAs/orders (closing on loss, profit, equity, magic numbers and so on):
1. CloseAll-PL EA is
here.
2. CloseTrades_After_Account_Profit_Reached Ea is
here.
3. MultiPositionExpert. - elite section.
-
'Close all' scripts and
CloseOnTime EA are
here.
-
scripts for opening of manual orders with Magic Numbers are
here.
-
SpreadToCheck EA (spread checker):
expert will record current time and current spread in *.csv file.
-
spread monitor indicator is
here.
-
EA to delete pendind orders on specify pairs only:
original thread.
-
EA to delete all pendind orders:
original thread.
-
EA to close the orders on specify pairs only:
original thread.
-
EA to close open trades based on equity or account floating loss reaches: public
thread.
-
HotKey for buy/sell orders: the thread is
here.
-
StepStopExpert EA from Igorad. I used this EA for the orders opened manually. It works. Ready to use and for everybody. It is very simple EA to move trailing stop. All the settings are changable.
-
Tight Trailing Stops EA from Nicholishen.
- Kalenzo
posted trailing stop code here which may be used in EAs (for programmers).
- some trailing stop codes (mostly usefull for programmers) are
here.
-
Trailing Stop EA posted long time ago.
-
E-ASEClose Expert from KIMIV.
- many trailing files are
here. I tried it some time ago.
The other thread about tailing stop with some codes was started
here.
The other EA for trailing stop is
here.