@rodrigo-ortuzar The 'pass' block on top is unnecessary. Additionally, that 'OR' block will not execute the sum correctly. You should also remove it. You need to add BOTH buys and sells, not just ONE of them to get the total value.
Posts made by l'andorrà
-
RE: What is the easy way to show the profit in pipposted in Questions & Answers
-
RE: Drop down list and panelposted in Questions & Answers
@uriel-0 This is the only way I know of:

It will be fixed, however. I don't know how to change it position on the chart via mouse click, sorry.
-
RE: formula for daily adding numbersposted in Questions & Answers
@priyaavatar But then you will get a horizontal line all the time. You don't need two points for that.
-
RE: Drop down list and panelposted in Questions & Answers
@uriel-0 I'm not completely sure this can be done on fxDreema by using blocks only. I guess using custom code is required. However we can do that as input parameteres for sure.
-
RE: Newbie: Need Help with "Buy Now" Money Mgmtposted in Questions & Answers
@danzig55 The problem is the size of your balance. Try the same strategy on a € 100.000 balance and you will definitely see the difference. Your account is too low tor a 'real' 1% to be risked. This is why the backtesting is showing the minimum lot sieze the broker allows you to risk: 0.01.
-
RE: About Martingaleposted in Questions & Answers
@emreizmir You need to use the blue block called 'close positions'.
-
RE: SL & TP Disappeared problemposted in Questions & Answers
@jobotgold2 I see all trailing stop blocks are picking the Sl fibo by name. I recommend not to do it that way but selecting them by loop. Could you please try that?
-
RE: No download option, even if paid (Handled)posted in Bug Reports
@fxfun Did you pay with crypto, maybe? Then probably the problem is there.
-
RE: EA on MT5 - (M5 timeframe) opening trades against trend (Please Help Fix Ex.5)posted in Questions & Answers
@jstap This is the second thread for this same question. Please don't duplicate questions.
-
RE: out of array ?posted in Questions & Answers
@mcarl42 We can only provide help on fxDreema projects, I'm afraid.
-
RE: Fibo time cross with fibo retracementposted in Questions & Answers
@weeraphat Ok. Can you please share the link to it?
-
RE: What is the easy way to show the profit in pipposted in Questions & Answers
@rodrigo-ortuzar Here you have a fully functional pip counter for open and closed trades
-
RE: formula for daily adding numbersposted in Questions & Answers
@priyaavatar The problem is that the EA need to know when the second proce and time need to be considered. How can you know it?
-
RE: help for Equity DDposted in Questions & Answers
@mcvinbabas Blocks 1 and 12 can be removed. They are doing nothing. Then use a 'For each trade' block on top of block 2.
-
RE: EA created on Fxdreema does not work on MT4posted in Questions & Answers
@denk777 Your logic is correct except for that 'if trade' block. You can substitute for a 'pass' block instead. I guess the problem is that combination of conditions. They look very restrictive when combined together and happening at the same time. I don't think you will get many entries. Did you try to 'soften' them?
-
RE: I want adjustable SL/TP and Time of trades and ets... how can I do that?posted in Questions & Answers
@moh Can you please share the link to it?
-
RE: EA created on Fxdreema does not work on MT4posted in Questions & Answers
@denk777 Are you trying to trade crypto or indexes? Is you broker accepting microlots?