@oking Then I'm not completely sure what you mean. In your image some trades are in profit and other in loss. No take profit is hit on any of them, apparently.
Posts made by l'andorrà
-
RE: Take Profit To Gridposted in Questions & Answers
-
RE: Create gridposted in Questions & Answers
@skauch Can you please provide additional info about what RS1 30 'in biy' mean?
-
RE: TROUBLESHOOOT THIS EAposted in Questions & Answers
@od You should use IS ABOVE, not crossing above.
-
RE: Pending Order Every x Pipposted in Questions & Answers
@luckybest Can you please share the link instead of just showing the screenshot?
-
RE: Drop take profit candle by candleposted in Questions & Answers
@gaper De acuerdo. ¿Y cuál es el límite de las reducciones? cada nueva vela reduce 10 pips sí o sí o hay un límite? Lo digo porque tarde o temprano el broker no te dejará acercarte más al precio actual.
-
RE: How do I deal with price distances? Without any relation to time or candleposted in Questions & Answers
@khalids222 As I said in my post, you need to reverse upper and lower levels for sells. This means bid proce should be positioned as lower level and candle close as upper level. Additionally, do not select the == symbol when checking distance, but >=. Otherwise you can find many trades will not be open unless distance is exactly that amount od pipf. Many times ticks move beyond our theoretical distances.
-
RE: Same SL and TP points all ordersposted in Questions & Answers
@gauss You need to create two variables, one for the SL price and the other one for the TP price. Once stored in those variables you can use them inside the buy/sell pending order block.
-
RE: Creation of new variables by the EA.posted in General Discussions
@cesardefez said in Creation of new variables by the EA.:
hola . no entiendo tu pregunta. según google translator, ¿Estás rugiendo o miro leyendo esto, por favor? :).
Estoy pidiendo a roar (el usuario) o a miro (el otro usuario) si pueden resulver tu duda.
Por otro lado, tal como digo en mi post en inglés, no puedo darte una respuesta porque lo que pides es cosa de programadores, cosa que yo no soy. Por eso pedía la ayuda de estos dos usuarios, ya que ellos síque lo son. Te recomiendo que continues el hilo en inglés o ambos te ignorarán, ya que no hablan español. -
RE: Take Profit To Gridposted in Questions & Answers
@oking Then you should try this block:

Here you can choose how many pips or how much money in profit you need fot all currently open trades to be closed.
-
RE: Help with multiple/basket orders for MT4posted in General Discussions
@dalkungen So is point 1 correct? I think this is exactly what you are suggesting. If all trades have the same distance in pips what conditions are required for the SL to be moved to BE AFTER the first one hits TP?
-
RE: Two pending orders and modify oneposted in Questions & Answers
@adeusi2011 I mean something like this:
https://fxdreema.com/shared/6zPMN8yFd
This is not the whole structure, but you wil get the idea. Thiis for buys only and for the first 3 lot sizes, you simply need to do the same for the rest. That condition block is an example. You need to use your strategy conditions instead. Try it and let me know.
-
RE: How do I deal with price distances? Without any relation to time or candleposted in Questions & Answers
@khalids222 Sure. This is how to configure buys:

For sells, upper and lower levels should be reversed and then use R2 variable.
-
RE: How do I deal with price distances? Without any relation to time or candleposted in Questions & Answers
@khalids222 You should use the blue block 'Check distance'.
-
RE: How can I found CCI overbought/oversold dynamic High Low value by candle price or candle IDposted in Questions & Answers
@mak Ok. Look at this example image:

The first thing you need to establish is the period of past candles to search. Roar used 100 (look at that 'end candle ID'). Is that enough for you?
Then you are looking for two dinamic variables, overbought and oversold. This means you will have to duplicate this structure, as you already did.
Finally you need to insert each variable in the 'candle ID box' of each buffers. That is what is required in your structure now.
-
RE: fixed pending orderposted in Questions & Answers
@giobenoni Just create a variable with the static open price and use it in your pending order block.
-
RE: Two pending orders and modify oneposted in Questions & Answers
@adeusi2011 Well, then the easiest way is creating as many variables as lost sizes and then use as many buy now/sell now blocks as required. Below each one you can use a 'Turn block on' pointing out to the next one, for example.
-
RE: Creation of new variables by the EA.posted in General Discussions
@cesardefez This is a fascinating question. I'm also interested in it. Although I'm not a coder i guess the obly way to get that is by using custom code. Are you roar or miro reading this, please?

-
RE: EVENTSposted in General Discussions
@cesardefez AFAIK there is no such information in fxDreema. You will have to find it in other places like this: https://docs.mql4.com/
