I'm bot sure I fully understand the logic behind that. Why do you need so many lines on the chart at the same time? Shouldn't it be more effective to plot the last two ones only?
Posts made by l'andorrà
-
RE: Draw new lines over each existing line.posted in Questions & Answers
-
RE: Multidimensional Arraysposted in Questions & Answers
Here you have a good insight on arrays in fxDreema:
-
RE: Awesome Oscillator Divergenceposted in Questions & Answers
Can you please share the link to the last version?
-
RE: TP random updateposted in Questions & Answers
@bb-2 You were very closed. Here you have what you need to do:
https://fxdreema.com/shared/EOPYjKu7b
You don't need more block on the 'on trade' tab. The ones I used will do the job.
-
RE: EA To Look for Two confirmations and enter after confirmationsposted in Questions & Answers
@Lorenzo97 Just curious, why do you need two crossing in the same direction before searching for the entry signal?
-
RE: Calculate the absolute value in the formula blockposted in Questions & Answers
Do you mean you need positive values only? Then you can type '*-1' on the 'Adjust the result (optional)' box.
-
RE: How to stop bot from trading on certain PnLposted in Questions & Answers
You need something like this instead:
https://fxdreema.com/shared/LHZfs3gvb
This structure closes all open trades when daily profit is hit and no new trades until next day.
-
RE: MA strategy with RSI+MAposted in Questions & Answers
@Paihdt said in MA strategy with RSI+MA:
You cannot add MA into RSI window using fxdreema !
Try looking for custom indicator to achieve this.Exactly.
-
RE: buy and sell at horizontal line or objectposted in Questions & Answers
@1stusFx Then you should use one 'no trade' block only, instead of 2 separated ones, one for buys and another for sells.
-
RE: Random eaposted in Questions & Answers
Just curious. What is the custom code block on top doing?
-
RE: How can I create a proper capital management system?posted in Questions & Answers
Can you please share the link to your project?
-
RE: Why today is take so long time to generate mql4 ?posted in Questions & Answers
It works fine to me, even for big projects.
-
RE: price fraction or this value as is ?posted in Questions & Answers
@khansari This is where pip size rules are adjusted to your broker:

All forex charts are included in those values by default. However, you need to add gold like this:
XAUUSD = 0.1
You can do the same for other non forex charts.
-
RE: TP random updateposted in Questions & Answers
That is not a trivial thing to do. You will need variables to modify that distance. Are you familiar with using variables?