@maop1994 That would need a completely different project. Can you please open a new thread for it?
Posts made by l'andorrà
-
RE: Take Profit To Gridposted in Questions & Answers
-
RE: Place line price into variableposted in Questions & Answers
@jstap I always recommend to pick objects with a loop instead of by its name. Try to catch that info by using a 'For each object' block on top and then that same 'Modify variables' block but specifying 'picked in loop' instead.
-
RE: Parabolic SAR for stop loss and take profit?posted in Questions & Answers
@wol3003 Thank you man! Please don't forget me when you get rich!

-
RE: RSI Average valueposted in Questions & Answers
@kallosh You dcan always create 2 separate variables and store that information as max c suggested. Then you can compare both values with a standard 'condition' block.
-
RE: Baluda Super Slope v2.0 (Indicator) iCustom Errorposted in Questions & Answers
@rsquared1 I'm not a programmer either but can you please share a screenshot of the error as showon on your MT4?
-
RE: Trying to trail a pending order on the trendline position.posted in Questions & Answers
@saakian1 Thank you for sharing.
-
RE: What should I be optimizing for?posted in Questions & Answers
@giitch I'm a not a forex guru so my opinion is just as good or bad as anyone else's. IMHO the best option is using MT5. It is designed to be much better at optimizing. However, fxDreema is not as well developed for MT5 as it is for MT4.

Other than that, I always try to optimize highest balance possible with lowest DD possible.
-
RE: how does the "for loop" work inside of custom mql block?posted in Questions & Answers
@zackry Once more, a tough question for real programmers, LOL!

-
RE: Arrows on crossoverposted in General Discussions
@profaalaa Ok. I got it. Did you try max c project?
-
RE: I might be blind but...posted in Questions & Answers
@william29 Sorry, I missed your reply. You can do it this way:

Just type the name of the horizontal line and you will get its price level.
-
RE: variable and currency nameposted in Questions & Answers
@xander It should be a 'string' type variable, I guess. Additionally. It should be typed exactly in the same way as per in your MT4. But not sure.
-
RE: Arrows on crossoverposted in General Discussions
@profaalaa You will never get what you want. We gumans can see where the cossing happened, but the MT4 platform is not working that way. It only connects points from candle to candle. Depending on the values of those MA in candle ID 1 and cnadle ID2, for example, lines will be traced and a crossing can happen or not. Sometimes we can see it just in betwee both candles, sometimes closer to candle ID 1 or maybe closer to candle ID2. No EA will ever be able to plot any arrow in between candles. The best you can do is accepting with candle ID to work on.
-
RE: NO TRADEposted in Questions & Answers
@lrswatson No. That will only happen if both EAs share the same magic number. Otherwise, youe EA will never recognise any other trade opened by another EA.
-
RE: Create Wingding2 Arrowposted in Questions & Answers
@zedeai2 You will need custom code to do that. AFAIK no block in fxDreema offers wingding2.
-
RE: Simple EA that close all positions running...posted in General Discussions
@stefano-1 Did you select this option?

-
RE: What is cross width?posted in General Discussions
@profaalaa You will find an explanation here:
-
RE: ERROR EXPERTS CONSOLE : 1 23:05:12.082 "MyExpert Advisor" EURAUD,M2: cannot set millisecond timer (1)posted in Bug Reports
@pacomartinez Interesting. Didn't know that. Then I'm afraid I cannot help. Maybe a real programmer can.