What do you exactly mean?
Posts made by l'andorrà
-
RE: Highest and lowest Price Between Time Periodposted in Questions & Answers
@Lorenzo97 I replied to your first question in another thread. Please don't duplicate threads.
-
RE: condition for Candle stick pattern - helpposted in Questions & Answers
@ose You are requesting in block 3 that the body size of candles 1 and 2 needs to be exactly equal. That is extremely unlikely to happen. You should select a more flexible body size range.
-
RE: Highs and Lowsposted in Questions & Answers
@Lorenzo97 You don't need a condition block to do that. You need two variables storing that info with a 'modify variables' block.
-
RE: How to put an expiration date on an indicator?posted in Questions & Answers
An interesting question. I'm also interested.
-
RE: Heiken Ashi Trade Mgnt Close by opposite signalposted in Questions & Answers
@fifeivkbdedwcf I see you opened a second thread for the exact same question. Please don't duplicate threads. I replied to the first one.
-
RE: FXDreema, Purchase not reflecting - Payment for Subscriptionposted in General Discussions
@Ruban_11 You should contact teh admin directly to let him know here: https://fxdreema.com/support
-
RE: Need helping w/ buildingposted in Questions & Answers
Can you please share the link to your project?
-
RE: code hoverposted in Questions & Answers
This one is for programmers. No fxDreema block can do that, I'm afraid.
-
RE: How to not take trades based on balance?posted in Questions & Answers
@GTOAT777 Sorry man. I forgot to upload the image. I mean this:

-
RE: how to draw trend lineposted in Questions & Answers
Working with custom indicators in fxDreema is some times frustrating. And if they are for MT5 it is even more frustrating. I'm afraid I don't know any indicator doing that. Maybe some other users can. Sorry for not being helpful now.
-
RE: How the -period for the¨on Timer¨ event- option worksposted in Questions & Answers
@Campero Blocs in the 'on timer' tab are executed every time period selected in the 'on timer' event. If you need to execute condition blocks on the 1H timeframe just use the 'on tick' tab with this options selected on the relevant blocks:

-
RE: stop loopposted in Questions & Answers
You said in your first post that 'it doesn't stop until it finds the other arrow'. Wasn't that exactly what you wanted to avoid?
-
RE: Heiken Ashi Close by opposite signalposted in Questions & Answers
You need to create three separate block trees. One for launching trades only. In your example that would include blocks 1,2,5,6,7,8. Then a second separate block tree with the structure I suggested. That one will be dedicated to close trades only. Then a third one for the trailing stop structure. Combining all of them as you did is the reason why you're finding weird results.
-
RE: Heiken Ashi Close by opposite signalposted in Questions & Answers
@fifeivkbdedwcf You can do something like this:

Then you can change the 'chosen candle type' option for the opposite side. What is important is selecting candle ID 1 as the one to check. That means the previous candle. It will work better with a 'once per bar' block on top of it.
-
RE: stop loopposted in Questions & Answers
You can use a 'turn off' block for block 6 connected below the 'buy pending' block.
-
RE: ea must take trades even off lineposted in Questions & Answers
@Mmase2012 This is the second thread you opened for the exact same question. Please don't duplicate threads.
-
RE: TRADING OFF LINEposted in Questions & Answers
You need to pay for a VPS holding the MT4 platform open 24/7.
-
RE: condition for Candle stick pattern - helpposted in Questions & Answers
Can you please share the link to your project?