thanks for your useful and excellent Services
Latest posts made by aminzaeim
-
RE: counting simultaneous open positionsposted in Questions & Answers
i apprecieate your consideration
-
RE: counting simultaneous open positionsposted in Questions & Answers
my robot creates two buy trades and each one has own strategy. i want to know when both of them are open.
-
RE: counting simultaneous open positionsposted in Questions & Answers
in this way i can count all trades. i need simutaneous open trades
-
counting simultaneous open positionsposted in Questions & Answers
hi everey one
i need to know the number of simultaneous open positions. could you please guide me -
RE: Set take profit when orders executedposted in Questions & Answers
@jstap That's right. it works. thank you
-
RE: Set take profit when orders executedposted in Questions & Answers
@l-andorrà because when we use pending order, we will have two time positions : 1- the time of setting pending order 2 - the time of executing pending order ( changing "order" to "position" )
i use highest price in 10 previous candles as my take profit ( for buy position for example)
at the time of setting "buy limit order" , highest price in 10 previous candles would be very different from the time of "buy position".
anyway, i will use "Fore each trade" loop as you said , but unfortunately using a 'loop block' cause to miss 'optimization' in expert advisor.
abig thanks for your help -
RE: Set take profit when orders executedposted in Questions & Answers
I couldn't convey the mining
I have a pending order right now and when the current market price reaches my Pending order, it executes ( convert from pending order to real trade)
after converting, i want to set my TP. ( or change my TP) -
Set take profit when orders executedposted in Questions & Answers
Hello and thanks for the support
How can i set take profit when the pending order is executed?