@zedeai2 Correct. Technically it is exactly as you describe. However, please remember that an 'AND' blocks needs at least one block above it to be executed. Your current use of them will lead to weird results.
Posts made by l'andorrà
-
RE: How to arrange the block "AND"posted in Questions & Answers
-
RE: Auto Switch Chartposted in Questions & Answers
@zedeai2 I'm not sure that is possible. Can anyone confirm, please?
-
RE: Triple MACD cross confirmation (Please help)posted in Questions & Answers
@highmoose Second question first. The most efficient way to detect divergences is by usinga custom indicator. Forget the option fxDreema offers by default.
On your first question you will need to create three boolean variables (true/false). Only when all of three are true/true/true a trade is open. Otherwise it isn't.
-
RE: Problem with objects on graphposted in Questions & Answers
@bagheria Can you please share your project?
-
RE: Read Chart Objectposted in Questions & Answers
@thomas_stock I'm afraid you will need a programmer editing the indicator. Otherwise fxDreema cannot catch that unless using custom code, ie a programmer again.
-
RE: Looking For EA/indicator programmer.posted in General Discussions
@herviejao This is the third thread with the same request. Can you please stop duplicating threads?
-
RE: Tutorial on how to get locale and broker GMT, and calculate the GMT Offsetposted in Tutorials by Users
@padletut Impressive work! Congratulations and thank you very much for sharing.

-
RE: pips away from open priceposted in Bug Reports
@giors This is a common feature with many fxDreema blocks. You don't need to worry about it. The EA will work normally.
-
RE: Martingale EAposted in Questions & Answers
@mateus_f Here you have a fully functional martingale. Maybe you can begin with this:
-
RE: how to know the time of rectangleposted in Questions & Answers
@zgbl The only way that comes to my mind is close to what you did. Draw a vertical line in both positions and then store the time value of that candle into a variable. Never tried it, though.
-
RE: I want to conditional check distance 500 pip from last order to no trade for martingale lotposted in Questions & Answers
@tonymql Here you have a fully functional martingale for you to use it as an example:
-
RE: MT5 - Collect highest account balanceposted in Questions & Answers
@benfrankcombe The only way I can suggest now is storing that info into a variable that is active all the time and comparing it to itself all the time. Then you can visualize it with a 'Comment' block on the chart.
-
RE: How to get "trade statistic" (Abslotue/Relative/ Max Drawdown) --> MT5posted in Questions & Answers
@benfrankcombe Try to contact him with that request. Maybe he will!
-
RE: Changeable/Cambiableposted in Questions & Answers
@mareksmarks De nada. Vuelve cuando lo necesites.
-
RE: ATR stop loss multiplierposted in Questions & Answers
@piptheripper Firstly you create a Constant:

Then you manually embed it into the appropriate place :

-
RE: Help - The EA is not workingposted in Questions & Answers
@khacdiepvnc Are you sure the selected buffers are the correct ones?
-
RE: close open orders at specific timeposted in Questions & Answers
@piptheripper You should disconnect blocks 4 and 8. You are requiring the EA to open AND close the trade at the same time. You need to separate block trees controlling opening and closing separatedly. Obviously you will need another time filter on top of teh new block tree to determine when the trade is closed.
-
RE: Problem with objects on graphposted in Questions & Answers
@bagheria The most efficient way to 'catch' an object is by loop. You should select this:

Then below it you can connect your 'condition' block by there selecting the option 'picked by loop'.
-
RE: Custom indicator supertrendposted in Questions & Answers
@piptheripper Are you sure? Mine repaints up to the 5th closed candle!!!
-
RE: (Martingale): Trail stops moves moves even if no trade is set.posted in Questions & Answers
@spaceahead Can you please share the link to your project?