Hi guys,
I'm looking for a EA that checks every tick if there is a order opened (MANUALLY) en then autom. sets the S/L and T/P
I can only found EA's with trailingstops and breakevens in it... I only want the T/P and S/L
Thanks in advance,
K-B
Hi guys,
I'm looking for a EA that checks every tick if there is a order opened (MANUALLY) en then autom. sets the S/L and T/P
I can only found EA's with trailingstops and breakevens in it... I only want the T/P and S/L
Thanks in advance,
K-B
Hi K-B;
Here it is : http://www.tradingsystemforex.com/sc...t-manager.html
Trading forex risk disclaimer. Exclusive EAs in the Elite section.
Lovely!
Edit:
I see that it does not uses the entry-price to calculate the T/P and S/L? is that correct?
(ie. i went long (eurusd) @ 1.28185 T/P should be 50 (= 1.28235) but it is 1.28249 (= 64 'pips'(AlpriUK))
And i forgot to ask in my first post, is it possible to use 'PlaySound' when TP or/and S/L is hit?
Thanks in advance,
K-B
Last edited by K-B; 01-23-2009 at 15:45.
I mean something like this:
So you can decide by yourself if you want to use this function (PlaySound)PHP Code:extern int StopLoss = 150;
extern bool UseSound_SL = true;
extern string NameFileSound_SL = "sound_SL.wav";
extern int TakeProfit = 50;
extern bool UseSound_TP = true;
extern string NameFileSound_TP = "sound_TP.wav";
You are right. I have modified the code.
I don't know how to this.
With a hidden SL TP, it should be possible.
Trading forex risk disclaimer. Exclusive EAs in the Elite section.
Thanks for the code!
If you can make it with a hidden S/L and T/P, that would be great! Maybe even better, if it's true that brokers don't like it if you scalp with alot of lots?
Thanks in advance,
K-B
Trading forex risk disclaimer. Exclusive EAs in the Elite section.
Hi Funyoo,
An idea came up yesterday;
Instead of a S/L of a couple pips (user defined), the script checks if a trade is openend..
If long> its places a S/L on the lowest price of the last xx bars (you can define the numbers of bars ('xx') extern) T/P is the same as in the script in this thread.
if short it does the opposite.. highest point of last xx bars..
Thanks in advance,
K-B
Trading forex risk disclaimer. Exclusive EAs in the Elite section.
No thanks, Hidden is not necassery
Thanks in advance!
K-B