That is an object providing three values, one for each line. You need to identify that object and then tell the EA what to do with those lines. What is your strategy doing exactly?
Posts made by l'andorrà
-
RE: Andrews pitchforkposted in Questions & Answers
-
RE: How can time format be translated?posted in Questions & Answers
Thank you very much. I will try.
-
How can time format be translated?posted in Questions & Answers
I created some input parameters to identify an initial time that will start the EA. I need them in time components in order to be optimizable separately (hour, minute):

At that moment I need to find the highest and lowest prices from a previous period that is also selectable in components format.
However, I didn't remember that highest/lowest prices options in fxDreema are accepted in text format only:

How can I translate in fxDreema time in components into text format?
-
RE: Pending order Stop Loss changes when it fillsposted in Questions & Answers
Are you connecting your buy/sell now blocks to the grey output dot of those pending order blocks for any special reason?
-
RE: Consecutive Loss in moneyposted in Questions & Answers
So you mean you need the combined loss of the first 3 consecutive losses and then adding au any additional losses after that until the first profit is hit?
-
RE: News Filter Blockposted in General Discussions
@s00071609 Do you really need the vertical line? Why not simply tell the bot to stop trading at that specific time?
-
RE: Please Does Anyone Know How To Close All Positions Exact Pipsposted in Questions & Answers
@alok jstap and me provided an answer to your question above.
-
RE: EMA and RSI in window 1posted in Questions & Answers
@Adisa123 This is the second thread you created for the exact same question. Please don't duplicate threads.
-
RE: EMA and RSI in window 1posted in Questions & Answers
Sadly fxDreema cannot combine indicators. The only way to achieve that is hiring a programmer that combine both indicators into one single custom indicator and then import it into your fxDreema account.
-
RE: csv file and arrayposted in Questions & Answers
Sadly, customized arrays need advanced knowledge in fxDreema. Most of block using arrays are those with the word 'loop' included in its name. Depending on what kind of array you need, you will need custom code. On your question related to csv files. What do you exactly need?
-
RE: Block execution bugposted in Bug Reports
I didn't include the part of the structure that is resetting the variable into false because that part is working correctlý. I happens at the beginning of the day. The problem is not there. The problem is that block 2 is turned off correctly, the variable is still false if the condition is not met and, for some unexplained reason, a new trade is open, though. That is the problem. How can that happen if both ways to open a new trade are explicitely blocking it?
-
RE: Block execution bugposted in Bug Reports
Sorry, I forgot that. The variable is set as false by default. When the condition is met, is changed to true as per my example in order to limit the maximum number of trades. No more than 2 per try. Then, at the beginning of the next day the variable is automatically reset to false. This is why I used two blocks connected to the 'sell now' block. The 'pass' block is supposed to represent the standard conditions to open the first trade. Then the variable is used to identify IF the second try can happen or not. It is not an automatic 2-shot trigger. Some times the second one will happen or not depending on the condition in the 'on trade' tab: first trade closed on loss.
-
RE: Block execution bugposted in Bug Reports
Thanks for the trailing suggestion, but it makes no difference. If you look at the condition blocks in the 'on trade' tab, you will see the bool variable is changes to true ONLY if the sell trade is closed in loss. Then it is changed from false to true, not as soon as it was open as you said. However, no matter if the trade is closed in profit or in loss, block 2 is correctly blocked, but a new trade is open. If a trade is closed in profit, no new trade should be open because block 2 is OFF and the variable is false. But to no avail.

-
Block execution bugposted in Bug Reports
I find an unexpected issue when using this structure:
https://fxdreema.com/shared/2G2XVKHFb
I created 2 ways to open a trade. The first one is that of block 2, so the only condition is having no position right now. The second one requires no position to be there now AND the previous trade having hit the SL in loss only.
I created a variable to identify when the trade was closed in loss. In theory, if it is closed in profit, block number 2 is blocked and no new trade should be open because the controlling variable didn't change. However, a new trade is open regardless it was closed in profit or in loss. I checked the journal log and I confirm block 2 is correctly turned off in both scenarios, but to no avail. Although block 2 is off and the control variable is false, a new trade is immediately open.
Any idea what can be happening?
-
RE: indicator could not load mt5 backtestposted in Questions & Answers
Does the indicator work normally on the MT5 when running on a chart.
-
RE: Ex 5 Compilation errorposted in Questions & Answers
Can you please share the link to the project?
-
RE: check day closed tradeposted in Questions & Answers
@Hiten7405 This is the second thread you created for the exact same question. Please don't duplicate threads.
