Solo gli utenti che hanno acquistato o noleggiato il prodotto possono lasciare commenti
Mr Chanut Thatritorn  
BLAKE STEVEN RODGER:

Hi Pai, 

To have trailing by 25 pips to every order, you just need to set the following: 

Trailing Stop Method (Dropdown) = Fixed distance in pips; 
Fixed Distance in pips = 25; 
Symbol Filter Condition (Dropdown) = Equal; 
Symbol Filver Value = *


Attached is the set file for that. 

how to just trailing stop with only profit position.?
BLAKE STEVEN RODGER  
Pai Chanut:
how to just trailing stop with only profit position.?

In Global Settings, you will see the following input:
Active in profit only = true/false; // you can indicate to true (default is false) so that you can trail only when in profit.  

noufelp  

Hi Blake,

I don't get the trade window, which I had in the demo/test. Also, the EA is not doing anything to my orders. I tried Bollinger Band and ATR Exits. Nothing worked. Please note that I am running with the default settings, except for the filters, so that my other EA orders are not modified. I can see my order in the EA window, but stop loss remains blank.

Appreciates quick response!

Thanks,

Noufel

BLAKE STEVEN RODGER  
Kevins745i:
any one care to share settings and results

Hi Kevin and any others interetested to share best settings and results, please join my new telegram discussion channel devoted to this here:
https://t.me/algosamurai_utilities

Mr Chanut Thatritorn  
BLAKE STEVEN RODGER:

In Global Settings, you will see the following input:
Active in profit only = true/false; // you can indicate to true (default is false) so that you can trail only when in profit.  

got it with thanks.

what about if I want to trailing stop only profit at 25 pips. and stop loss at 250pips with all position. how to set like this?

BLAKE STEVEN RODGER  
Pai Chanut:

got it with thanks.

what about if I want to trailing stop only profit at 25 pips. and stop loss at 250pips with all position. how to set like this?


===Global Settings (change the following, keep the rest at default)==
Trailing Stop Method (Dropdown) = Fixed distance in pips; 
Threshold pips = 25; 
StopLoss pips = 250; 
StopLoss Override = true; 

===Fixed====
Fixed Distance in pips = 25; 

BLAKE STEVEN RODGER  

Ultimate Trailing Stop EA version 2.37 and now 2.38 have some cool features added. 

You now have the ability to trail by basket closes on controlled trades:  

BasketClose in Total $ Profit
BasketClose in Total $ Loss
BasketClose in % DD (Equity-Balance) // shout out to user Solrak Cirdek for the above three ideas
BasketClose in % Updraw (Balance-Equity)  // shout out to user Clive Talyer for this addition

In the top right of panel, you can see your basket close condition. 

In bottom left of panel, you can see a new set of gauges to monitor your Basket Profit/Loss/DD/UP stats: 
Balance | Basket Equity | Basket Profit | Basket DD% | Basket UD%


It is advisable that, if you just want the basket close methods, and not any of the 14 trailing SL methods, you should put OpenTradeActive=false and NewTradesActive=false. Basically, this will deselect all open and new trades, or you can deslect them manually yourself. 
 
Or, alternatively, you can trade with any of the 14 trailing SL methods AND any of the basket closes at the same time. Your choice. 

BLAKE STEVEN RODGER  

Hi Everyone, 

I just released a major update with Ultimate Trailing Stop 2.41. 

Changes to Inputs/Functions:

- added dropdown: Choose Pips or ATR for Threshold,Step,SL Adj,TP,SL,BE,BE Adj
- any fields related to Threshold,Step,SL Adj,TP,SL,BE,BE Adj can be input with either Pips or ATR multiplier, depending on what is chosen

- added Threshold in ratio = true/false // if true, Threshold can be calculated as a ratio of SL
- Threshold itself is now called Threshold in pips or atr or ratio=0.0;// if Threshold in ratio=true, and threshold=2, then threshold is 2 times SL.

Changes to Panel:
- if Choose Pips or ATR=ATR, then you will see a new info item called Calctype=ATR(Current,25), and a new column called AtrCalcPips, which displays the calculated ATR in pips.
- if Threshold in ratio= true and a ratio number (ex.2) is indicated in Threshold field, an info item will appear called Threshold Ratio=2
- added column called EntryPrc (EntryPrice), CurrPrice (CurrentPrice), and Thresh (Threshold) so you can better see the price you entered at, the current price, and price of your threshold level, if any.



Edwin Luk  

Hi Mr Rodger


I am excited about the basket close. 


My question is can I use UTS basket close to control two different magic numbers to stop the EA separately for the same currency pair?


Below is my scenario

Magic Number 123 EURUSD Long Position enters the  market with EA XXX

Magic Number 456 EURUSD Short Position enters the market with EA YYY


Can i use 

First Chart with UTS Basket close to control Magic Number 123 (EURUSD) when it reaches $100 profit and stop the EA XXX

AND

Second Chart with UTS Basket close to control Magic Number 456 (EURUSD) when it reaches $100 loss and stop the EA YYY


Please advise. Thanks 

BLAKE STEVEN RODGER  
Edwin Luk:

Hi Mr Rodger


I am excited about the basket close. 


My question is can I use UTS basket close to control two different magic numbers to stop the EA separately for the same currency pair?


Below is my scenario

Magic Number 123 EURUSD Long Position enters the  market with EA XXX

Magic Number 456 EURUSD Short Position enters the market with EA YYY


Can i use 

First Chart with UTS Basket close to control Magic Number 123 (EURUSD) when it reaches $100 profit and stop the EA XXX

AND

Second Chart with UTS Basket close to control Magic Number 456 (EURUSD) when it reaches $100 loss and stop the EA YYY


Please advise. Thanks 

yes, you are correct; you would be deploying 2 instances of UTS. 

First chart with UTS:
BasketClose in Total $ Profit  = 100; 
Filter Magic Condition=Equal: 
Filter Magic Value = 123;

Second chart with UTS: 
BasketClose in Total $ Loss = 100; 
Filter Magic Condition=Equal: 
Filter Magic Value = 456;

If either of the above conditions were met, the controlled trades from either EA (XXX and YYY) would be closed. However, these two EAs would not be stopped; hypothetically, they can still generate additional trades after the ones that were closed. If you want to stop them, I would have to think of a solution to do that. 

Edwin Luk  
BLAKE STEVEN RODGER:

yes, you are correct; you would be deploying 2 instances of UTS. 

First chart with UTS:
BasketClose in Total $ Profit  = 100; 
Filter Magic Condition=Equal: 
Filter Magic Value = 123;

Second chart with UTS: 
BasketClose in Total $ Loss = 100; 
Filter Magic Condition=Equal: 
Filter Magic Value = 456;

If either of the above conditions were met, the controlled trades from either EA (XXX and YYY) would be closed. However, these two EAs would not be stopped; hypothetically, they can still generate additional trades after the ones that were closed. If you want to stop them, I would have to think of a solution to do that. 

Thank you for your clarifications. I am using an EA which uses M1 to open trades and close positions technically non-stop, certainly it is exciting if I am on the right trend. But, there are occasions that the trend reverses..you see my point. My question is, inspired by your new EA Schedule Launcher, is it possible to use a template to close the EA immediately or re-open the EA say after x hours? Thanks.

BLAKE STEVEN RODGER  
Edwin Luk:

Thank you for your clarifications. I am using an EA which uses M1 to open trades and close positions technically non-stop, certainly it is exciting if I am on the right trend. But, there are occasions that the trend reverses..you see my point. My question is, inspired by your new EA Schedule Launcher, is it possible to use a template to close the EA immediately or re-open the EA say after x hours? Thanks.

While I don't know exactly how your EA works, if it is trying to open and close positions non-stop and this exposes you to a beating when the trend reverses, you may want to consider being out of the market when you see the trend reverse. 

The EA Schedule Launcher can help you get out and back in after a schedule of x hours. Perhaps you can load up your account to myfxbook to see (in Advanced Statistics > hourly tab) your Winners Profit vs Losers Profit across the full 24 hours. You might notice that there are stretches of hours that are weaker than others, and you might not want to trade within them. 

For instance, here is an EA I use, and I highlighted the weak hours: 



I might want to consider the idea of using the EA Schedule Launcher to close my EA on hours 0,1 and also on 17,18,19,20. 

Maybe we can continue the conversation on the comments page of EA Schedule Launcher :)


Khaldoon AlObaidi  

Hi,

Super work. I have just rented with a plan to buy pretty soon. It seems like you have nailed all my problems with EAs. The issue is I get only five activations, I have like dozen EAs working on different demo accounts which I am planning to test the

Ultimate Trailing Stop EA on. Some sellers have given me like 10 for their EAs. Please check and confirm that I will be using only demos with one MQL5 username. Please add to me more activations, if possible, unless there is a way to deactivate and the reactivate and the count restarts that I do not know. Please advise. Thanks again for the great work. 


Many thanks,

Khaldoon 

BLAKE STEVEN RODGER  
Khaldoon AlObaidi:

Hi,

Super work. I have just rented with a plan to buy pretty soon. It seems like you have nailed all my problems with EAs. The issue is I get only five activations, I have like dozen EAs working on different demo accounts which I am planning to test the

Ultimate Trailing Stop EA on. Some sellers have given me like 10 for their EAs. Please check and confirm that I will be using only demos with one MQL5 username. Please add to me more activations, if possible, unless there is a way to deactivate and the reactivate and the count restarts that I do not know. Please advise. Thanks again for the great work. 


Many thanks,

Khaldoon 

Hi Khaldoon, 

Thanks for the compliment. The way that MLQ5 activations limit works is via computers, not MT4 terminals; thus if you have 5 activations, you can use multiple instances of UTS EA on unlimited MT4 terminals on 5 separate computers. That gives you lots of latitude for testing UTS EA on dozens of demo accounts. 

If you need more than that, reach out to me via PM or telegram and I will try to accommodate you. 

Cheers, 
Blake

newsun0251  
If several stop losses need to be set, is there a sequence?
Max  

Hello Blake,

just trying this recently, getting to grips with extensive production features,

I know the Threshold function is kind of taking this to a better level, but one thing that strikes me, would it be possible to default all trades unchecked/deselected on the visual panel, or give option in settings to start up with trades unchecked, or new trades unchecked? This would be helpful running one instance to manage a broad basket of various trades.

Also can you make the visual handles on each trade always appear? The partial close function from the visual handle is great!

And possibly, a section on the panel to partial close a total basket grouped by magic or comment.

vinzzze  

Hi Blake,

I used your EA before and I find it profitable. However, with the recent major changes I'm just confuse with the timing. Compare with the OLD version which seems to work with per tick.

screenshot below is from my strategy tester. As shown below, the threshold is 10 pips. However, the trail is not triggered after it moved to 10 pips. SL moved eventually but at later at 15-20pips.

any idea why is this happening?  



vinzzze  
vinzzze #:

Hi Blake,

I used your EA before and I find it profitable. However, with the recent major changes I'm just confuse with the timing. Compare with the OLD version which seems to work with per tick.

screenshot below is from my strategy tester. As shown below, the threshold is 10 pips. However, the trail is not triggered after it moved to 10 pips. SL moved eventually but at later at 15-20pips.

any idea why is this happening?  



Just to add. On my real and demo account, I had to refresh to reload the EA for the trail to work/start. Hence, I am tried it on strategy tester to confirm my conclusion. Thanks in advance.
vinzzze  
vinzzze #:
Just to add. On my real and demo account, I had to refresh to reload the EA for the trail to work/start. Hence, I am tried it on strategy tester to confirm my conclusion. Thanks in advance.

Hi Blake,

Just following up for your reply. further observing the EA when loaded to strategy tester. it looks like Trail only kicks in after 20 pips even if my threshold is set to 5 pips. I have tried all trailing mode ie pips, envelop, bolinger.

can you look at the attached set file please and let me know what wrong with it. the OLD version is way better and was doing what it should be.

File:
test-set.set  10 kb
Solo gli utenti che hanno acquistato o noleggiato il prodotto possono lasciare commenti