found the answer for my own question
. this is the block

found the answer for my own question
. this is the block

sorry. what do you want to explain from the image above?
@jstap sorry I can’t get what you mean.
@jstap
I try doing like this. When open trade, the SL is there. how to fix this

Hi,
How to make this posibble
1.Open a trade without SL in the begining
when in profit 10pips . Breakeven kick in
when price goes up 10 pips more. SL move up another 10 pips
I try trailing stop block its not working as It open SL in the beginning open trade. i dont want SL appear in the begining of the trade

or
can someone paste me a link to the previous project that someone succefully doing this.
search y@utube channel Boxxocode. there already a full tutorial how to do that
after a long fix and error. I manage to get what I want. here is the block for future other users reference 

here is the result. price open exactly what I want.

Hi, I want to create a hedging robot. when price goes againts the trade. it will open opposite trade
example
if first trade open buy lot 0.01 . price goes down 10 pips. it will open sell lot 0.01 . if price goes down another 10 pips, it will open another sell lot 0.01 and vice versa.
Also when price go up again 10 pips from initial price open ,it will open buy lot 0.01 every 10 pips until it reach targeted profit and will close all trade.
.
I am half thru the process but the problem is in the image. where robot open many layer around the second sell entry. i want the robot to open new entry every 10 pips

how to fix this. thanks.
here the link project

Hi, I want to upload custom indicator and get this error message. Please help. Attached is the custom indicator file
ATR - Stops1.01 (mtf + alerts).mq4

@Byens next which block i need to connect to display. Or do i need to configure in comment block
Hi, how to add and display total lot open and total lot close both buy and sell. I cant find a way to add in comment block.
example
xx:Balance
xx:Equity
xx:Total lot open
XX:Total lot close
i know the these block can do the job. but how to connect the block and display the result in comment block. thanks


@l-andorrà fantastic. working well . thanks a lot

here is an example. if you can see. the first entry is buy. then the second sell entry appear. when the sell appear. i want to close the buy entry
Hi,
It is possible to close entry on new opposite signal. for example
if buy trade open. then there a new sell trade open. then buy trade will be close
if sell trade open. then there a new buy trade open. then sell trade will be close
I dont want to set any indicator parameters or Candle ID whatsover. just to close on new opposite signal no matter what
what is the block can be used to make this happen. thanks