@econsulttt Your 'modify variables' block is not connected to any other block. This means it is not executed. You need to connect it between blocks 8 and 2.
Posts made by l'andorrà
-
RE: How to Get RSI Value? PLEASE Help!posted in Questions & Answers
-
RE: How do I add to an open position?posted in Questions & Answers
@christhapiss You can do it this way:

-
RE: Take trade above or below last Fractal levelposted in Questions & Answers
@ringman The problem is that blocks 3 and 7 are comparing a fractal that is not the one stored on block 5. What you need to do is comparing variables Fup and Fdown as different from 0 instead.
-
RE: Average take profit times no positionsposted in Questions & Answers
@willzed I don't get the logic. Why trade 2 should close at 20 pips target? Ig trade 1 is closed at BE, trade 2 got 10 pips, why adding 10 more?
-
RE: Trade using crossover three ma.posted in Questions & Answers
@fahrurrozi No image is visible, sorry.
-
RE: I keep receiving a "uninit reason 1" which causes a terminal close. WHAT DO I DO?.posted in Questions & Answers
@bmcghee said in I keep receiving a "uninit reason 1" which causes a terminal close. WHAT DO I DO?.:
shared/g9eZpkWG
I see no problem in the logix. I guess the issue is in checkboxes:

I see you use many of them. Please check that all those selected are the correct one. If the problem persists remove all of them and substtute them by constants.
-
RE: FX Dreema Locked out now. Is it only my account or everyone else's accounts?posted in Bug Reports
@floridabrazil Interesting. Thank you for sharing. I hope the admin reads this.
-
RE: Hedging EA Pending Order Not Placedposted in Questions & Answers
@yogajangkung Please don't waste your time withs strategis like that. They never work in the long run.
-
RE: Repeat lot size of deleted panding orderposted in Questions & Answers
@lali You will need another variable to store that lot size value, but you will need to distinguish that tha trade was not activated.
-
RE: ACCOUNT PROTECTIONposted in General Discussions
@jsauter86 I'm sorry. I should have added this '*0.7' and not '0.7' as per my exmple. Please accept my apologizes.
-
RE: Preguntas ZigZag Advancedposted in Questions & Answers
@carlos-i Me temo que miro1360 ya no responde a preguntas como esta. Y hasta donde yo sé no habla español. Lo que pides es una estructira compleja. ¿Tienes alguna estructura de fxDreema ya creada al respecto?
-
RE: CAN A MULTIPLE TIMEFRAME BE IMPLEMENTED?posted in Questions & Answers
@jpsam I'm afraid no fxDreema can do that. You will need a custom code block use as many blocks as timeframes to scan.
-
RE: Martingale from the 4th rulingposted in Questions & Answers
@ertuke Entonces lo que necesitas es una estructura específica para ello. Con el bloque no podrás hacerlo. Te comparto un EA de martingala mío para que te sirva de ejemplo. Puedes modificarlo como desees:
-
RE: Round Number Block (Pass when near round number)posted in Questions & Answers
@didymario7 Then I have no idea why happens, sorry.
Any programmer here? -
RE: Line cross entry EA to close trade if the lines uncrossposted in Questions & Answers
@johntyr Sorry, I forgot to reply. I recommend you the following (I used another indicator because I don't have yours):

Every time a crossing happens, the variable will add +1. If the variables moves from 0 to 1, that means there was 1 crossing, if it moves to 2 this means there was an uncrossing. Then toy can select another condition block to specufy how many 'uncrossings' you need.
Obviously you will need to reinitialize the variable to zero when necessary.
-
RE: Help needed to troubleshoot optimization results in mt4posted in Questions & Answers
@od I mostly agree with jsauter86.
-
RE: How to close a trade at a certain price without SL?posted in Questions & Answers
@kevdiaz This is what q8carpenter means:

-
RE: signal indicatorposted in Questions & Answers
@gozey Whenever possible, use the mql4 file instead of the ex4 one. Do you have them?