• Home
  • Forums
  • Trades
  • News
  • Calendar
  • Market
  • Brokers
  • Login
  • Join
  • User/Email: Password:
  • 4:13pm
Menu
  • Forums
  • Trades
  • News
  • Calendar
  • Market
  • Brokers
  • Login
  • Join
  • 4:13pm
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

Trailing stop after up some pips and question trailing step 3 replies

Trailing step and trailing stop optimization 0 replies

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

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

  • Broker Discussion
  • /
  • Reply to Thread
  • Subscribe
  • 1
Attachments: Broker with a pip by pip trailing stop
Exit Attachments

Broker with a pip by pip trailing stop

  • Last Post
  •  
  • Page 1 2
  • Page 1 2
  •  
  • Post #1
  • Quote
  • First Post: Oct 19, 2007 2:36pm Oct 19, 2007 2:36pm
  •  saskgui
  • | Joined Aug 2007 | Status: Member | 193 Posts
Hello all

I am looking for a respectable broker that offers a trailing stop loss that will follow the price pip by pip. Not talking about a trailing stop like in MT4 that only activates when you are in profit and you have to keep your computer on.
Rather a trailing stop that is activated by the broker side and just follows along as per your specs. For example if you have a 50 pip stop loss and you buy eur at 1.43 and you have a trailing stop loss at 1.4250. Price goes up to 1.4310 but then nose dives to 1.4230. You lose 40 pips instead of 50 (with a static stop or a trailing MT4 stop).

Any suggestions?
  • Post #2
  • Quote
  • Oct 19, 2007 5:27pm Oct 19, 2007 5:27pm
  •  peterM
  • | Joined Sep 2006 | Status: Member | 995 Posts
i'm not sure. I think perhaps some sort of script could be programmed for MT4 that would do this, sorry can't be more help, hopefully someone else could be.
 
 
  • Post #3
  • Quote
  • Oct 19, 2007 7:18pm Oct 19, 2007 7:18pm
  •  TC East
  • | Joined Jun 2007 | Status: "I reach!" | 594 Posts
MB Trading has that trailing stop; web based so you can set and forget...
 
 
  • Post #4
  • Quote
  • Oct 21, 2007 8:05pm Oct 21, 2007 8:05pm
  •  saskgui
  • | Joined Aug 2007 | Status: Member | 193 Posts
Quoting TC East
Disliked
MB Trading has that trailing stop; web based so you can set and forget...
Ignored
Thx for the info. Only one broker that allows this option?
 
 
  • Post #5
  • Quote
  • Oct 21, 2007 9:45pm Oct 21, 2007 9:45pm
  •  TC East
  • | Joined Jun 2007 | Status: "I reach!" | 594 Posts
Quoting saskgui
Disliked
Thx for the info. Only one broker that allows this option?
Ignored
I'm sure there are other brokers with trailing stops like you want, but MB Trading only one I'm familiar with...

Best wishes in your search...
 
 
  • Post #6
  • Quote
  • Nov 7, 2007 8:38pm Nov 7, 2007 8:38pm
  •  FrankieB
  • | Joined Nov 2006 | Status: Member | 127 Posts
This EA is for taking profit at certain points past break even, and it moves the stop to a certain point at a certain price level. There is no reason why you cannot adjust this with some extra lines so that your stop becomes a trailing step jumping up every say 5 pips, or even 2 pips, until it gets to break even. You could then use the take profits part of the EA or set them too high and manage the trade yourself; or delete that section entirely.
I personally use MT4 for my visual setups and then use MB Trading for my actual live trade.
Read the threads on this EA first submitted by Stockwet. Here is the link:
http://www.forexfactory.com/forexfor...ead.php?t=9553
Hope this helps
frank
Attached File
File Type: mq4 MTP_1.5.mq4   9 KB | 827 downloads
FrankieB
 
 
  • Post #7
  • Quote
  • Nov 7, 2007 8:45pm Nov 7, 2007 8:45pm
  •  FrankieB
  • | Joined Nov 2006 | Status: Member | 127 Posts
Just to explain what i had in mind, take the inputs:
extern string PreSet_Name = "Default";
extern int First_TP_Target = 20;
extern int TP_Target_Increment = 20;
extern double Close_Lots = 0.1;
extern bool Move_Stops = true;
extern int First_Stop_Target = 19;
extern int First_Stop = 1;
extern int Second_Stop_Target = 39;
extern int Second_Stop = 20;
extern int Third_Stop_Target = 59;
extern int Third_Stop = 30;
extern int Trail_Stop_By = 30;
extern bool Use_Max_Loss = true;
extern int Max_Loss = 30;
extern bool Alert_Sound = true;
extern bool Alert_Email = false;
extern int Magic_Number=0;

There is no reason you cannot have eight stops with First-Stop at say -45, second stop at -40; third stop at -35 etc, until you got to break even.
I do not program MT4 yet, but this does not seem to be too hard, just looking through the scipt for this EA.
Anyone out there help with this for this gentleman?
Frank
FrankieB
 
 
  • Post #8
  • Quote
  • Nov 7, 2007 10:03pm Nov 7, 2007 10:03pm
  •  findcount
  • | Joined Apr 2007 | Status: Member | 870 Posts
i read here somewhere that FXCM also has web-based trailstop ? also Interactive Broker allow you to trailstop after a certain point plus many useful features............i think in the 'moving from oanda to interactive broker' thread ........
 
 
  • Post #9
  • Quote
  • Nov 7, 2007 10:13pm Nov 7, 2007 10:13pm
  •  jjk2
  • | Membership Revoked | Joined Jul 2007 | 427 Posts
MBT but trailing stops do not work too well. imo its better to have a hard stop loss and move it manually. again ppl are tempted to trade in the loser time frames.
{Promotion Removed}
 
 
  • Post #10
  • Quote
  • Nov 8, 2007 6:47am Nov 8, 2007 6:47am
  •  FrankieB
  • | Joined Nov 2006 | Status: Member | 127 Posts
Yes, there are a variety of ways to do it, and the manual adjustment method helps you to focus on the trade and assess it carefully before you move; but there are sometimes other factors such as access to the computer; work commitments etc which may mitigate against this; and so this is where the variety of methods comes into play for those that have more than one method of doing it. IMHO
Cheers
Frank
FrankieB
 
 
  • Post #11
  • Quote
  • Nov 8, 2007 7:17am Nov 8, 2007 7:17am
  •  jleblang
  • | Joined Apr 2006 | Status: MB Trading | 2,112 Posts
Quoting TC East
Disliked
MB Trading has that trailing stop; web based so you can set and forget...
Ignored
TC East -

This is correct MBTF and EFX offer a true pip for pip trailing stop, but its not web based, it is actually server side held. (Probably what you went).
 
 
  • Post #12
  • Quote
  • Nov 8, 2007 9:31am Nov 8, 2007 9:31am
  •  TC East
  • | Joined Jun 2007 | Status: "I reach!" | 594 Posts
Quoting jleblang
Disliked
TC East -

This is correct MBTF and EFX offer a true pip for pip trailing stop, but its not web based, it is actually server side held. (Probably what you went).
Ignored
Thanks for the clarification Justin...I basically just didn't know what to call it, but yes, "server side held" is good!
 
 
  • Post #13
  • Quote
  • Nov 8, 2007 9:33am Nov 8, 2007 9:33am
  •  jleblang
  • | Joined Apr 2006 | Status: MB Trading | 2,112 Posts
Quoting TC East
Disliked
Thanks for the clarification Justin...I basically just didn't know what to call it, but yes, "server side held" is good!
Ignored
You're welcome.
 
 
  • Post #14
  • Quote
  • Nov 9, 2007 8:05am Nov 9, 2007 8:05am
  •  findcount
  • | Joined Apr 2007 | Status: Member | 870 Posts
Quoting jleblang
Disliked
TC East -

This is correct MBTF and EFX offer a true pip for pip trailing stop, but its not web based, it is actually server side held. (Probably what you went).
Ignored

so final conclusion is not on our PCs ?
 
 
  • Post #15
  • Quote
  • Nov 11, 2007 3:13pm Nov 11, 2007 3:13pm
  •  jjk2
  • | Membership Revoked | Joined Jul 2007 | 427 Posts
Quoting Frank Basten
Disliked
Yes, there are a variety of ways to do it, and the manual adjustment method helps you to focus on the trade and assess it carefully before you move; but there are sometimes other factors such as access to the computer; work commitments etc which may mitigate against this; and so this is where the variety of methods comes into play for those that have more than one method of doing it. IMHO
Cheers
Frank
Ignored
yea gotta admit thats a problem. can't be around computer 24/7.
{Promotion Removed}
 
 
  • Post #16
  • Quote
  • Nov 12, 2007 3:13pm Nov 12, 2007 3:13pm
  •  TC East
  • | Joined Jun 2007 | Status: "I reach!" | 594 Posts
Quoting jjk2
Disliked
yea gotta admit thats a problem. can't be around computer 24/7.
Ignored
No, what this means is that when you place your order, it is held on the EFX server, so you don't need to be anywhere near your computer. I asked what would happen if I had a power failure, and was comforted to know that the order is fine because it's held at their server, so a power failure on my end doesn't matter.
 
 
  • Post #17
  • Quote
  • Nov 15, 2007 7:32am Nov 15, 2007 7:32am
  •  FrankieB
  • | Joined Nov 2006 | Status: Member | 127 Posts
TC East,
You've got it man. Right on. The other advantage of having your stops server sided is that even with trailing stops, or set stops, they can all be adjusted at any time manually as well. They are not just set and left, and are untouchable.
So if you want to give it more room as the trade takes off, you can widen your trailing stop if you want; if you want to tighten the stop as it gets toward the end of the run, you can do this too.
And all the time, you know that the trade is being managed in a box not affected by thunderstorms or blackouts in your area; or the rats eating through your cabling in the ceiling. You can sleep easy.
cheers
Frank
FrankieB
 
 
  • Post #18
  • Quote
  • Nov 15, 2007 11:30am Nov 15, 2007 11:30am
  •  jleblang
  • | Joined Apr 2006 | Status: MB Trading | 2,112 Posts
Quoting TC East
Disliked
No, what this means is that when you place your order, it is held on the EFX server, so you don't need to be anywhere near your computer. I asked what would happen if I had a power failure, and was comforted to know that the order is fine because it's held at their server, so a power failure on my end doesn't matter.
Ignored
This is absolutely correct.
 
 
  • Post #19
  • Quote
  • May 23, 2009 3:33pm May 23, 2009 3:33pm
  •  matrixebiz
  • | Joined Nov 2006 | Status: Member | 1,143 Posts
Quoting Frank Basten
Disliked
This EA is for taking profit at certain points past break even, and it moves the stop to a certain point at a certain price level. There is no reason why you cannot adjust this with some extra lines so that your stop becomes a trailing step jumping up every say 5 pips, or even 2 pips, until it gets to break even. You could then use the take profits part of the EA or set them too high and manage the trade yourself; or delete that section entirely.
I personally use MT4 for my visual setups and then use MB Trading for my actual live trade.
Read the...
Ignored
Anyway you can change this so it will work with All open orders and only need it to work attached to ONE chart?
24 hours in a day – 24 bottles of beer in a case – Coincidence? I think not
 
 
  • Post #20
  • Quote
  • Jul 27, 2015 10:36am Jul 27, 2015 10:36am
  •  PipsPlay
  • | Joined Apr 2015 | Status: Member | 11 Posts
Does anybody know a reliable broker with trailing stop? Not using any EA. I'll just create the order and set the trailing stop by a set number of pips.
 
 
  • Broker Discussion
  • /
  • Broker with a pip by pip trailing stop
  • Reply to Thread
    • Page 1 2
    • Page 1 2
0 traders viewing now
  • More
Top of Page
Forex Factory Blog Updated: Alerting All Members
  • 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 / ©2022