@jjtrader That 'Pass' block is unnecessary. You can remove it. The most efficient way to do that is by creating groups and the specify that break even action on the 'on trade' tab.
Posts made by l'andorrà
-
RE: Set Break Even to % of Stop Lossposted in Questions & Answers
-
RE: Modify variable blockposted in Questions & Answers
@jstap Exactly. Variables are modified from top to bottom within each block and then from top block to bottom.
-
RE: Close a position before the stop lossposted in Questions & Answers
@piotras10000 Do you mean closing at a 200 pips distance form the current SL? Why not using a trailing stop instead?
-
RE: EA not active on my manual tradeposted in Questions & Answers
@aisar Then that is the problem. The 'trailing stop' block can only execute one only layer. Different layers would require different blocks or different specific structures.
-
RE: MT5 Update. Cannot download new programsposted in General Discussions
@jflyer This is certainly weird. Could you please open a new thread on the 'bugs' forum and embed some screenshots there? This would make the admin aware of this weird situation.
-
RE: Is this a bug or what?posted in Bug Reports
@uriel-0 Pues perece ser que 'se resolvió solo'. En ciertas ocasiones el adminiatrador realiza modificaciones del código sin avisar y eso afecta temporalmente su funcionamiento. Hasta donde pude averiguar, eso fué lo que pasó. Ahora funciona correctamente.
-
RE: Define week numberposted in Questions & Answers
@ftsio You can create a counter variable that adds +1 every time a new weekly candle is open.
-
RE: EA not active on my manual tradeposted in Questions & Answers
@aisar Blocks 1 and 10 are being executed twice per open trade. Is that correct? Aren't they supposed to manage different trades?
-
RE: Compilation Errors HELP!posted in Questions & Answers
@learningfx Thank you for sharing that info.
-
RE: Is it possible to get buy volume / sell volume for each tickposted in Questions & Answers
@saeed-2 AFAIK there is no fxDreema block doing that, I'm afraid.
-
RE: exit trade on next candle closeposted in Questions & Answers
@piptheripper Interesting solution. Thank you for sharing.
-
RE: Compare equity of two different mt4 accounts to close all trades of both accountsposted in Questions & Answers
@hjmr Please don't hesitate to post it here if found.
-
RE: Open BUY or Sell at specified server timeposted in General Discussions
@nizzy Yes, you can use that same 'on tick' tab so that a specific time your blocks there will be executed. You will still need to use the 1 second period event, though. That way, the EA will check every second if it is the scheduled time.
-
RE: I have a problem...VZOposted in Questions & Answers
@uriel-0 As far as I tested them the problem is that fxdReema cannot identify correctly most of the buffers. My recommendation is that you try to find new indicators to use, I'm afraid. Otherwise you will need a real programmer to change those indicators.
-
RE: Pending orders EAposted in Questions & Answers
@a-salem That is because the is a 'no trade' block that is used for buys and sells. You need to duplicate one 'no trade' block for buys only and another one for sells only.
-
RE: Please help me to download the advisor I created, I can't download itposted in General Discussions
@hoanguyen Are you a free subscriber maybe? Then only projects with no more than 10 connections can be downloaded. Is that your case?