You're welcome.
Posts made by l'andorrà
-
RE: Block "Order Moved" not working.posted in Bug Reports
Then you should contact the admin to let him know.
-
RE: Multiple conditions don´t work correctposted in Questions & Answers
The problem is that your blocks are working on candle ID 0 and the 'once per bar' block is not on top of the structure. That means you will see the 'final' result on the backtest. If you stop the backtest immediately before the conditions should be true and then take a look at it at a very slow speed, you will see conditions are met as per your settings. However, because the price changed its direction, then conditions are not met later and you only see a 'wrong' result. It was not wrong when market conditions were correct. The problem is only see the final result.
-
RE: Position closed event with takeprofit/Stoploss on mql5 problem on MT5 build 4153 doesn't workposted in Bug Reports
@rajeshkumarvga Yes, there must be a code for sure. Sadly, I'm not a programmer, so I cannot be of any help there.

-
RE: ichimokuposted in Questions & Answers
Do you mean moving it from Mon 05 position to Tues 06 position? Then you need to select a negative value on the shift box. For example -21 means 21 candles in the future.
-
RE: Broker to test MT4 with nano lots (0.001)?posted in Questions & Answers
Try asking that on MT5.com forums. There's a lot of traders there.
-
RE: Indices Rulesposted in Questions & Answers
That depends on your broker's point rules. For example, Admiral Markets is using two digits decimal positions for Gold and Indices. However, I need to specify 0.01 = 1 for indices and 0.01 = 0.1 for gold. You need to customize those values on a chart by chart base.
-
RE: Measure gap between last close and new openposted in Questions & Answers
No. That will only work if the distance is measured EXACTLY at the open price of the new candle. Later on that will provide a wrong value. Then you need to select 'Yes' instead of 'No in the absolute distance option. Finally you need to change that 'this value, as is' option by 'price fraction' instead.
-
RE: How to calculate the break even point?posted in Questions & Answers
@ctf This is the way to get the total lot size:

However, I'm not sure your formula will provide the BE price level.
-
RE: Sum of opened order lot sizeposted in Questions & Answers
@ctf Do you mean summing up the combined lot size from all open trades? You can do it this way:

-
RE: Multiple TF and Multiple Strategies in the same time.posted in Questions & Answers
You need to use groups to distinguish all those strategies. You can find info on how to use groups here: https://fxdreema.com/documentation/builder/groups-and-magic-numbers
On closing many trades at the same time, you can find some inspiration here:
-
RE: Multiple conditions don´t work correctposted in Questions & Answers
Can you please share the link to the project?
-
RE: help neededposted in Questions & Answers
What do you exactly mean? Do you mean customizing candlesticks in a way that one of them represents 6 days? You will need custom code for that for sure.
-
RE: How to check Accuracy of the Indicator signalsposted in Questions & Answers
Ok. The first thing to consider is trying on MT4 only. The MT5 option in fxDreema is not 100% reliable at his moment. Then you should get the mql4 file of the indicator instead of the ex4 format and import it into your fxDreema account. Then we can move on.
-
RE: kijunsen change directionposted in Questions & Answers
Not sure I fully get it. Could you please upload an image to make it easier to understand?
-
RE: Position closed block not working correctly.posted in Bug Reports
@rajeshkumarvga I replied to that same question on another thread. Please don't duplicate them on many threads.