@ringman Your logic is correct. The issue should be anywhere else in your whole project.
Posts made by l'andorrà
-
RE: Take trade above or below last Fractal levelposted in Questions & Answers
-
RE: ADX Parameterposted in Questions & Answers
@nhamfx You select those maximum and minimum by using condition blocks. In effect, you can create Constants to determine those maximum and minimum.
-
RE: Martingale Strategy: How do I average down price and take profit for all trades?posted in Questions & Answers
@dewberries I don't fully understand that '50 pips above the average' part. Didn't you say it should be 350 pips?
-
RE: When the last three candles were above the 50 exponential moving average place a trade. How to do this?posted in Questions & Answers
@jstap Loops are always more effective, in effect.
Thanks -
RE: Skip ticksposted in Questions & Answers
@edmundtan Those blocks do not work because they are connected below the 'once per bar' block. This means they will be tried to be executes just once every time a new bar is created. You should connect them separatedly after the 'once per bar' structure. Then those ticks will be skipped beceause thay are on the 'on tick' tab.
-
RE: Question about bot not doing anythingposted in Questions & Answers
@satyne You need to select the following group mode option here to do that:

-
RE: Skip ticksposted in Questions & Answers
@edmundtan Simply specify candle ID 1 on both operands of block ID 2.
-
RE: Valid for one dayposted in Bug Reports
@james_4711 That's weird. You should contact the admin and let him know:
-
RE: Repeat lot size of deleted panding orderposted in Questions & Answers
@lali Can you please share the link to your project?
-
RE: When the last three candles were above the 50 exponential moving average place a trade. How to do this?posted in Questions & Answers
@christhapiss You need to specify all thos candles this way (for a buy trend, for exmple):

-
RE: 500 pages of code for a simple 5 line EA?posted in Questions & Answers
@binarykungfu fxDreema is designed for people who are not programmers. As vonmunchy said, this is the price to pay for it. If you prefer ultraefficient code makers, then this tool is not what you are looking for.
-
RE: DoubleMathRoundposted in General Discussions
@cdt I'm not a programmer but I guess it should be fullyfunctional for MT5. Did you try it?
-
RE: Avoid exponential formatposted in General Discussions
@cdt When I said this: =NormalizeDouble($,0) I dodn't mean the '$' should be substituted by a variable. Just use that '$' symbol as is. You can insert this formula in the 'Adjust' tab below the variable.
-
RE: How do I add to an open position?posted in Questions & Answers
@christhapiss Can you please share the link to your project?
-
RE: Delete one line at a time.posted in Questions & Answers
@johann-0 Do you mean deleting code? Why should you do it? fxDreema is very stable.


