Hello
I had a problem in bot writing
I wanted to use Trail for money management
But there is a problem
For example, two positions, such as buying, are opened at the same time (of course, with a distance of, for example, 60 candles, but both open to reach the target). When the first position starts to trail, it trails the price until it reaches the target.
When he reaches the next open position (which has just been opened) and while the new position also wants to start trailing, during a strange event, the loss limit of the new position becomes the same as the previous position, that is the loss limit is the same. And they trill at the same time
While I want every position that is opened to be trailed separately and not to interfere in the work

B
Posts made by behnam10
-
trailposted in Questions & Answers
-
RE: fraction and pipposted in Questions & Answers
Can you explain a little more?
Thank you very much -
RE: indicatorposted in Questions & Answers
@biztet I want my indicator to run immediately when the bot starts so I can use the objects in the indicator for calculations. If there is a delay in creating the marker, my bot's calculations will be disrupted.Does this method of yours meet my needs?
-
RE: indicatorposted in Questions & Answers
Thank you for your answer
I have to try
I hope you will help me again, thank you -
indicatorposted in Questions & Answers
Hi
I want to put an indicator on the metatrader chart screen before starting my robot so that I can use its objects before starting the robot
What block should I use for this?