• Home
  • Forums
  • Trades
  • News
  • Calendar
  • Market
  • Brokers
  • Login
  • Join
  • User/Email: Password:
  • 7:13am
Menu
  • Forums
  • Trades
  • News
  • Calendar
  • Market
  • Brokers
  • Login
  • Join
  • 7:13am
Sister Sites
  • Metals Mine
  • Energy EXCH
  • Crypto Craft

Options

Bookmark Thread

First Page First Unread Last Page Last Post

Print Thread

Similar Threads

Looking for Trailing Stop EA like default MT4 trailing stop 7 replies

Auto SL/TP & buy limit, sell limit/buy stop, sell stop EA/indi 2 replies

Difference between buy limit, sell limit, buy stop, & sell stop? 4 replies

Buy Stop and Sell Stop orders with OCO and Trailing Stop 0 replies

To Trailing Stop or Not To Trailing Stop.... 36 replies

  • Platform Tech
  • /
  • Reply to Thread
  • Subscribe
  • 7
Attachments: Trailing stop limit EA
Exit Attachments
Tags: Trailing stop limit EA
Cancel

Trailing stop limit EA

  • Last Post
  •  
  • 1 Page 2
  • 1 Page 2
  •  
  • Post #21
  • Quote
  • Aug 1, 2020 5:00am Aug 1, 2020 5:00am
  •  reiko22
  • | Joined Mar 2020 | Status: Junior Member | 4 Posts
Hi CJA, your ea trailing limit-stop is just fantastic. Thank you very much. It is possible to share mql4 files with us please. Or could you manage it to jpy as well, because for jpy it is not working properly. thanks in advance
 
 
  • Post #22
  • Quote
  • Oct 25, 2020 10:53pm Oct 25, 2020 10:53pm
  •  veter
  • Joined Dec 2018 | Status: Member | 149 Posts
Quoting cja
Disliked
Here you go. {file}
Ignored
THANK YOU VERY MUCH!!!
 
 
  • Post #23
  • Quote
  • Apr 16, 2021 3:52pm Apr 16, 2021 3:52pm
  •  Chris.GER
  • | Joined May 2020 | Status: Member | 35 Posts
Hi cja,

if I put the EA on a USD pair chart (with function "Control all stop Orders" on true) then the yen pairs do not work. The pending order then jumps directly to the price. If I put the EA directly on a yen pair chart then it works. Vice versa too.

The "Control all stop Orders" function does not work. The EA works properly when I put it on every chart separately.

Greetings, Chris
 
 
  • Post #24
  • Quote
  • Apr 16, 2021 11:06pm Apr 16, 2021 11:06pm
  •  Clintt
  • | Joined Apr 2021 | Status: Member | 10 Posts
Quoting cja
Disliked
{quote} {file}
Ignored

Hi CJA

Thank you for this

This looks like a really old post but if it's all the same. Could you please share the editable code if possible. I would like to modify the code to trail the orders after every 5 pip movement.

Great work on the EA! RESPECT
Perseverence conquers
 
 
  • Post #25
  • Quote
  • Edited 10:58pm Apr 22, 2021 10:48pm | Edited 10:58pm
  •  cja
  • Joined Feb 2007 | Status: Member | 1,933 Posts
Quoting Clintt
Disliked
{quote} Hi CJA Thank you for this This looks like a really old post but if it's all the same. Could you please share the editable code if possible. I would like to modify the code to trail the orders after every 5 pip movement. Great work on the EA! RESPECT
Ignored


The EA does have a Trailing Stop and Trailing Step I would have thought the Trailing Step should achieve what you want??

Quoting reiko22
Disliked
Hi CJA, your ea trailing limit-stop is just fantastic. Thank you very much. It is possible to share mql4 files with us please. Or could you manage it to jpy as well, because for jpy it is not working properly. thanks in advance
Ignored


Quoting Chris.GER
Disliked
Hi cja, if I put the EA on a USD pair chart (with function "Control all stop Orders" on true) then the yen pairs do not work. The pending order then jumps directly to the price. If I put the EA directly on a yen pair chart then it works. Vice versa too. The "Control all stop Orders" function does not work. The EA works properly when I put it on every chart separately. Greetings, Chris
Ignored


It used to work but I guess MetaQuotes have done something in the background with one of the updates to cause this issue. I have had to totally rewrite the code so now if using "Control all Pending Orders = true" the currency pairs traded must be in the "Selected Pairs" input list. If you are trading only on a single chart and the "Selected Pairs" is empty the EA will automatically pick up the currency pair for that chart.

NOTE : This EA is coded to work on Forex currency pairs only if you try using it on Metals/futures/indices etc the trailing distance may be incorrect. For example if trading on a single Gold ( XAUUSD ) chart you my get around it by increasing the "Trailing Stop" by the factor of 10.

You cannot change the name of this EA or it will not work.

Attached File(s)
File Type: ex4 Trailing limit-stop orders.ex4   41 KB | 300 downloads
Trade what you see not what you hope
 
3
  • Post #26
  • Quote
  • Apr 26, 2021 4:56am Apr 26, 2021 4:56am
  •  Chris.GER
  • | Joined May 2020 | Status: Member | 35 Posts
Quoting cja
Disliked
{quote} The EA does have a Trailing Stop and Trailing Step I would have thought the Trailing Step should achieve what you want?? {quote} {quote} It used to work but I guess MetaQuotes have done something in the background with one of the updates to cause this issue. I have had to totally rewrite the code so now if using "Control all Pending Orders = true" the currency pairs traded must be in the "Selected Pairs" input list. If you are trading only on a single chart and the "Selected Pairs" is empty the EA will automatically pick up the currency...
Ignored
Hi cja,

the EA is now working properly. Thank you for your work.

Greetings, Chris
 
 
  • Post #27
  • Quote
  • Apr 26, 2021 9:50am Apr 26, 2021 9:50am
  •  Clintt
  • | Joined Apr 2021 | Status: Member | 10 Posts
Quoting cja
Disliked
{quote} The EA does have a Trailing Stop and Trailing Step I would have thought the Trailing Step should achieve what you want?? {quote} {quote} It used to work but I guess MetaQuotes have done something in the background with one of the updates to cause this issue. I have had to totally rewrite the code so now if using "Control all Pending Orders = true" the currency pairs traded must be in the "Selected Pairs" input list. If you are trading only on a single chart and the "Selected Pairs" is empty the EA will automatically pick up the currency...
Ignored

Hi CJA

So I've been backtesting this ea (Trailing Stop Orders.ex4) and it's perfect... I have created an EA called level monitor that sends me alerts when price reaches specific levels. So I would like to integrate the Trailing stop orders code into my piece of code. Please advise


I was truly hoping you'd help me with the source code because my version of a trailing pending order doesn't work and I cannot seem to figure out why. You're the only person who's programmed this ea as well as you have. Please help
Attached File(s)
File Type: mq4 Level Monitor.mq4   68 KB | 125 downloads
Perseverence conquers
 
 
  • Post #28
  • Quote
  • May 12, 2021 1:56pm May 12, 2021 1:56pm
  •  chontenchj12
  • | Joined Sep 2020 | Status: Member | 8 Posts
can anyone create an EA with this strategy
Attached Image (click to enlarge)
Click to Enlarge

Name: Capture.PNG
Size: 29 KB
 
 
  • Post #29
  • Quote
  • Last Post: May 18, 2021 3:24pm May 18, 2021 3:24pm
  •  Sazzy
  • | Joined Dec 2019 | Status: Junior Member | 1 Post
hello CJA,

Please can we get the mt5 version? thanks
 
 
  • Platform Tech
  • /
  • Trailing stop limit EA
  • Reply to Thread
    • 1 Page 2
    • 1 Page 2
0 traders viewing now
Top of Page
  • Facebook
  • Twitter
About FF
  • Mission
  • Products
  • User Guide
  • Media Kit
  • Blog
  • Contact
FF Products
  • Forums
  • Trades
  • Calendar
  • News
  • Market
  • Brokers
  • Trade Explorer
FF Website
  • Homepage
  • Search
  • Members
  • Report a Bug
Follow FF
  • Facebook
  • Twitter

FF Sister Sites:

  • Metals Mine
  • Energy EXCH
  • Crypto Craft

Forex Factory® is a brand of Fair Economy, Inc.

Terms of Service / ©2023