@albertomtferreira Impressive! Thank you for sharing.
Best posts made by l'andorrà
-
RE: Probability EAposted in Questions & Answers
-
RE: High/Low Variable for Multi Symbolposted in Questions & Answers
@vonmunchy Do you mean showing the lines on the same chart? That cannot be done. You can draw lines only on the active chart. You will need to run teh EA on different charts at the same time for each symbol.
-
RE: HULL MA X< OR x> MA not working right.posted in Questions & Answers
@johann-0 Check this indicator doesn't repaint. If it does, do not use it and look for a different one.
-
RE: How can Implement the following logic in FXdreemaposted in Questions & Answers
@jaypapa123 This is a very ambitious project to implement. Certainly not a trivial to build with fxDreema. Do you have any initial EA built so far to begin with?
-
RE: inputsposted in Questions & Answers
@cedietradermax You need to 'unclick' all boxes like this to do that:

Open all those blocks and unclick it.
-
RE: ICustom problemposted in Questions & Answers
@alphaomega I guess the only one that can reply properly is miro himself, man! This is ultra advanced fxDreema for me!

-
RE: How to implement this modified zone recovery algorithm?posted in Questions & Answers
@jaypapa123 Do you have any initial project to begin with?
-
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: mt5 to mt4posted in Questions & Answers
@max-c q8carpenter is right. You'd better rebuild it from scratch to be sure.
-
RE: Write To File Blockposted in Questions & Answers
@vonmunchy I'm not sure but I guess this is a side effect of how fxDreema uses that feature. I remember some past posts complaining abot that same issue.
-
RE: NO SOLUTION?posted in Questions & Answers
@jpsam This is the third thread for the same question. Please stop duplicating threads or they will be reported.
-
RE: Communicate with E.A , Search the last candles with this price ? and problem with fibo ..posted in Questions & Answers
@xzion Can you please share your results? That sounds very interesting.
-
RE: Difficulty drawing Fibonacciposted in Questions & Answers
@rafadeggau Some points to consider:
- Blocks 10 and 12 are wrongly configurated. They are supposed to store the open price via a 'pink dot' option. That will not work unless you use a 'For each trade' pink block immediately above them. Additionally you selected constants to store the values instead of variables. That will not work. You need to use variables.
- You specified any colour objects art supposed to be deleted on block 22. Are you sure that is what you want?
- Again, you are using constants instead of variables on block 17. That wil make the same fibo will be drawn all the time. It will never change. You need variables again here.
-
RE: Difficulty drawing Fibonacciposted in Questions & Answers
@rafadeggau I have another question. I see you substract sell price to buy price. Are they supposed to be open at the same time? Otherwise, how can that calculation be executed?
-
RE: MA applied to Williams %posted in Questions & Answers
@jado58 Not cpmpletely sure what you mean. Can you please provide a visual example?

