Do you mean creating a line on the chart with the common TP for all those open trades?
Posts made by l'andorrà
-
RE: Does anyone have a tutorial on how to build this out?posted in Questions & Answers
-
RE: TEMA cross over/below RSI valuesposted in Questions & Answers
@Ssenyongacharl4 You can use this block:

-
RE: Repeat buy or sell from the same price pointposted in Questions & Answers
Ok. Now you need to be careful with the order of execution of your blocks. That 'if trade' block is executed between '+50 sell R1' and '+50 sell R2'. That is not correct. It needs to be executed before all your other blocks but after the daily launcher. So it should be renumbered as block number 5, for example. That way block tree 4 will be the first one and the new block 5 will be the second.
-
RE: Candle retracement?posted in Questions & Answers
That depends on what you exactly mean by 'retracement'. Could you please elaborate?
-
RE: using turn on/off blocksposted in Questions & Answers
Can you please share the link to the last version?
-
RE: My first MT5 optimization on fxDreema...and the fisrt issue!posted in Questions & Answers
@Ipod I, definitely searching for ways to improve the logic, so I will stop whining here and get my shit done! Thank you very much for your help and kind words.

-
RE: My first MT5 optimization on fxDreema...and the fisrt issue!posted in Questions & Answers
@OntradingX Yes, that is exactly what I'm doing now, and it is painfully slow and boring!

-
RE: TURNING A MONEY MANAGEMENT SEQUENCE INTO A LOOP AFTER A MAXIMUM LOT SIZE IS REACHED.posted in Questions & Answers
Ok. So you need to create a variable in which those values will be stored. Because it includes decimal positions, you will need a 'double' type variables. That will be the variable used within both 'buy now' and 'sell now' blocks. So please make this first move.

-
RE: Close all trades (profitable and losable ones) when reached a profit amount.posted in Questions & Answers
The second structure needs to be in a completely separate structure. The first example is to be included in you current structure.
-
RE: Open a Buy and sell order on specific Price with specific Trailing stop lossposted in Questions & Answers
What you want is an ambitious project. It cannot be implemented with a few blocks. Additionally, crystal clear conditions to execute are a must. So let's begin with the first one you mentioned. You said: 'I would like the bot detect the closest price level above...' Why is 158.000 the closest? Shouldn't it be 157.859 as the closest one? Are you requiring round numbers to be the 'closest ones'? There are some other ambiguities in your explanation that need to be perfectly clarified before moving on.
-
RE: Loop back checkposted in Questions & Answers
Exactly. You can store all those values into different variables if necessary.
-
RE: information text on close (partially) blockposted in Bug Reports
Yes, you should contact the admin to let him know.
-
RE: Build operations closing block.posted in Questions & Answers
@Ssenyongacharl4 I already replied to your exact same problem in your previous thread. Please stop duplicating questions.
-
RE: stochastic exit, and prevenyio of tradesposted in Questions & Answers
Sorry, but why are you copying the text of the first post twice. What do you exactly need?
-
RE: Close all trades (profitable and losable ones) when reached a profit amount.posted in Questions & Answers
@Ssenyongacharl4 In order to avoid opening new sells when Stoch is below 30, you need to add this block immediately above the 'sell now' block:

And in order to close all buys when Stochastinc is below 30 you need to create a separate block tree like this:

-
RE: Keltner Channel - Custom Indicator Valuesposted in Questions & Answers
Here you have the way to import custom indicators:
-
RE: using turn on/off blocksposted in Questions & Answers
Are you using seconds in all variables and constants? You can only use seconds everywhere when using UNIX time.
-
RE: MT5 Very simple news filterposted in Tutorials by Users
@chrisbe Thank you very much for sharing.
-
RE: Open a Buy and sell order on specific Price with specific Trailing stop lossposted in Questions & Answers
Yes, I will help you , but I will not build not build for it for you.
SO let's begin. My first question is, can you please confirm these trades are supposed to be pending order? If so, they need to be programmed exactly at the same time, right?