@mojios I guess you will need that structure for unlimited open trades, right? The you will need an array to get it. Sadly, the only eay to get that in fxDreema is by using custom code. You'll need a programmer to do that. 
Posts made by l'andorrà
-
RE: multi buy conditionposted in Questions & Answers
-
RE: trailling stopposted in Questions & Answers
@vicente-2 Porque debes primero especificar las 'pip size rules' de esos instrumentos aquí:

-
RE: Round Number Block (Pass when near round number)posted in Questions & Answers
@highmoose Try this, but I didn't test it:

-
RE: PARTIAL CLOSEposted in Questions & Answers
@kestra Now remove all those 'once per bar' blocks and substitute them for this one:

-
RE: Help....!!! can someone suggest a solution to the problem. How do I compare points F1 to F2.posted in Questions & Answers
@polwes Can you please share the link to the project instead?
-
RE: NoPosition and NoPosition/orderposted in Bug Reports
@implosion I don't understand that 'seconds filter'. What is it expected to do exactly?
-
RE: Trade Close conditionsposted in Questions & Answers
@xfire Pink blocks should be connected below a 'For each trade' block to be more effective. Try that instead of an 'If trade' block.
-
RE: Close (partially) not work.posted in General Discussions
@plutofx Then I'm afraid you should contact the admin to let him know.
-
RE: FTMO Challenge - Daily Loss Limitposted in Questions & Answers
@giitch Follow miki's suggestion. And please let us know if you make it?

-
RE: How can I close two or three deals out of ten or more deals?posted in Questions & Answers
@khalids222 But what if you have 4 buys and 6 sells? Then 2 buys are positive and the other 2 negative. Same for the sells. What additional conditions are required to identify which one of them you want for them to be closed?
-
RE: Martingale trade immediately when stop loss hit, not at next open conditionposted in Questions & Answers
@maximump Xfire is right. Your logic is correct. That should work. Is that the whole project?
-
RE: multi buy conditionposted in Questions & Answers
@mojios Some more info would be appreciated. Do you mean a grid of pending orders?
-
RE: Wingdings with X & Yposted in Questions & Answers
@pheaktra-capo The only efficient way to do it is by finding a custom indicator doing the job. Programming that with fxDreema can be a terrible headache.
-
RE: HOW CAN I MAKE THIS INDICATOR TO WORK PROPERLY?posted in Questions & Answers
@fxalberto No problem. Just let us know when necessary.
-
RE: Candle stick Tail and Bollinger Bandposted in Questions & Answers
@alphaomega What conditions do you mean exactly? Price is above the upper BB?
-
RE: Round Number Block (Pass when near round number)posted in Questions & Answers
@highmoose How are those round numbers calculated? Or do you need ALL possible round numbers?
-
RE: Limit order at certain % of previous candleposted in Questions & Answers
@riera9 You can get the distance direcly halved by doing this:

Then the second condition block is not correct, because you are getting a pips distance, not a price level.
-
RE: Renko Chartsposted in Questions & Answers
@fxgjg The only way to do it is by using a custom indicator.