Buy and Sell pending order...
-
Hello to all my friends, I wanted to create 10 trades above 30 pips if a bet was made, and each trade with a distance of 30 pips would be 30 pips. I had a problem writing these bets. Can you help me?
-
@Sadegh-z For example, if a condition falls on the chart, 10 buy transactions will be created at the same time with a distance of 30 pips from each other, as shown in the image below.

-
@Sadegh-z You can use this block immediately below the condition
you mentioned: -
-
@l-andorrà If I want to create a buy order 30 pips away from first buy order how to do that ?. I don’t want to create buy pending order. Instantly create buy if the price comes to that point. No grid.
-
@Sadegh-z Don't worry. All of use had to learn here from scratch.

-
@vijithtr That depends on the total amount of trades expected. Do you mean just two trades, the forst one and the second one only? No more trades?
-
@l-andorrà No, three trades from open price. If first trade 30 pips away from open price. second trade 70 pips away from open price.and third trade 130 pips away from open price how to do that ??
-
The problem is deciding which trade will be 'the first one'. How is that decided when more than one trade is open at the same time?
-
@l-andorrà initially creating one buy and sell trade( at a specific time), from there these 3 trades are creating.
-
@l-andorrà Hello, good day. I wanted to enter the information inside a variable into a constant, but I don't know how to do this. Can you help me?

I want to record the information of the formula block in the volume constant and then put its information in a way in the lot constant
-
@l-andorrà is it possible to give group number to first trade ?
-
@Sadegh-z The only loophole I found to do something like that is by using an intermediate 'modify variables' block where a new variable is taking the value from the constant.
-
@vijithtr Yes, of course you can. But then you need to provide a different group to all other trades.
