Taking trade
-
Suppose I want to take a buy at price level 1.09250 of eurusd market.how can I do it??need someone's help.
-
If I understand you correctly, you want to open a pending order at that price. Correct? If so simply do this:

You can specify whichever price you want by inserting a variable in the '0' spot I marked.
-
@l-andorrà hm thank you
-
@l-andorrà I want to make ea with your help.how I make it???suppose I want to start eurusd peice level 1.09250
my first condition at level 1.09250 one buy block.after done this
my 2nd condition at level 1.09000 two sell block.after done this
my 3rd condition at level 1.09250 three buy block.after done this
my 4th condition at level 1.09000 four sell block.
my 5th condition at level 1.09250 five buy block.
help me,thank you. -
Well, there are several ways to do it but I would like to understand the logic behind that before. Is it a kind of martingale?
-
@l-andorrà not martingale way.I want to do this like this way(image)

-
@arif-0 it is like martingale but I do not want to make it martingale way.actually I want to open my per trade individual.that is why I manage my trade individually....
-
Ok. Are all those 10 pending orders (4 buys and 6 sells) supposed to be launched at the same time?
-
@l-andorrà yes at the same time.and I want to open my trade one by one.suppose first open one buy after this done then two sell after done this then three buy......like this image

-
-
Then they are not really simultaneous. Considering that all of them will be pending orders, please confirm this is correct:
- Price now IS NOT 1.09250 NOR 1.09000.
- The EA launches ALL pending orders at the same time. This means 4 buy pending orders at 1.09250 and 6 pending orders at 1.09000.
Imagine price hits level 1.09250. This means ALL pending orders wil become 4 open trades (buys) at that same price. Is that what you want?
-
@l-andorrà no.suppose price come at 1.09250 now I watn to open one buy sl-250.Lot size.01 and then price come at 1.09000 now I want to open two sell trade sl-1.09250 lot.01 and then price go to 1.09250 now I want to open three buy trade lot.01.actually this way.
Anyway thank you so much for trying to help me. -
Ok. So that means that there can be up to 10 open trades simultaneously if none of them hits any SL, right?
-
@l-andorrà yes.so now how I can make my ea??
-
Try this (I haven't tested it):
https://fxdreema.com/shared/t7eHp3Plc
I created two constants for the two initial prices.
-
@l-andorrà thank you.I will try
-
@l-andorrà please can you send me the program of this project as a file.
-
Can't you download it? Are you a free user maybe?
-
@l-andorrà yes.
-
@l-andorrà I am a free user.
