@sharktooth When two conditions are supposed to happen at different moments, you need to create a variable (boolean, for example) that is modified when the first one happens. Than use it with a condtition block for the second one.
Posts made by l'andorrà
-
RE: (Help)Can anyone help me pleaseposted in Questions & Answers
-
RE: Custom indicator valuesposted in Questions & Answers
@sauce Your logic is correct. I'm afraid the problem is with the indicators. I'm not a programmer so I can't say what is wrong, but I guess they repaint too much. Additionally, you selected a 'once per bar' block on top. This means you will get your arrow at the opening of the candle only. Is that how you want them to be visible?
-
RE: After Consecutive Losses?posted in Questions & Answers
@jrpscanavini Never used that skip ticks block before. Technically it should work as designed. Do you want to stop anuy trading for 8 hours after 2 consecutive losses, right?
-
RE: Previous Highest or Lowest price as Stop-Loss not workingposted in Questions & Answers
@uriel-0 Are you sure values for variables 'HIGH1' and 'LOW1' are correct? What values do you get there?
-
RE: Her mum yüzde 2 hareket ettiğinde uyarmasını istiyorum.posted in Questions & Answers
@yazar-ilyas No. Per a una baixista seria *0.99.
-
RE: martingalposted in Questions & Answers
@ibrahim-3 You need to use a 'No trade' block on top to avoid multiple trades.
-
RE: Compilation errors |posted in Questions & Answers
@tristyfinance Trailing stop blocks cannot work on the 'on trade' tab. They need to be moved to the 'on tick' tab instead.
-
RE: Button Order EA + moving SLposted in Questions & Answers
@gtoat777 I see no problems in the logic. It should work as designed.
-
RE: Pip size customizableposted in Questions & Answers
@jstap Correct. The only way to do it is via custom code.
-
RE: Adding Lotposted in Questions & Answers
@chattahooche You should disconnect block 5 from its current position and create a separate group for it if is applicable to condition 3 trades only.
-
RE: How can I add a clickable URL on chart?posted in Questions & Answers
@vish Never tried it. I guess an object should be the best solution, but I'm not sure.
-
RE: percent of the candle.posted in Questions & Answers
@yazar-ilyas Ja t'he respost a l'altre fil en què demanes precisament això.

-
RE: Compilation errors |posted in Questions & Answers
@tristyfinance Can you please share the latest version of the EA to take a look ai it?
-
RE: icustom ex5 arrow indi buffer helpposted in Questions & Answers
@alphaomega Did you follow the indocations of these tutorials to find the buffers of custom indicators?
https://fxdreema.com/forum/topic/4208/tutorial-06-my-indicators-in-fxdreema
https://fxdreema.com/forum/topic/9105/tutorial-working-with-ex4-ex5-indicator-file -
RE: Her mum yüzde 2 hareket ettiğinde uyarmasını istiyorum.posted in Questions & Answers
@yazar-ilyas En aquest example pots veure el càlcul per a una espelma alcista:

Per a una baixista el factor multiplicador seria 0.99.
-
RE: martingalposted in Questions & Answers
@ibrahim-3 The problem is that you are using a fixed lot size when it should be variable. Here you have a martingale project I created some time ago:
https://fxdreema.com/shared/6o0uTdg3e
You can use it as inspiration.
-
RE: How to move stop loss based on percentages?posted in Questions & Answers
@gtoat777 Correct. You need to hold each treeunconnected to each other. Otherwise the Ea will not be able to know when a specific % is to be applied.