@iamthembe Each colour is a different buffer. You don't need to see the number there. Just import it into your fxDreema account and you shluld see them there.
Posts made by l'andorrà
-
RE: How do I get buffers for this indicator?posted in Questions & Answers
-
RE: Get signal from candle ID1posted in Questions & Answers
@ambrogio What you did is correct. The problem is that the indicator repaints. The reason why sometimes the arrow is correctly positions and sometimes not is because the EA identifies correctly all figures all the time, but the indicator moves it later. This is not a reliable indicator for an EA unless you are ready to accept those bad entries.
-
RE: what is string and boolposted in Questions & Answers
@johnsonkay Bool variables are logic variables whereas string variables are for texts or combinations of numbers and texts. A boolean variable can adopt two possible values only: true / false. However, a string variable can adopt values like 254kgjh or xxxxxx, for example.
-
RE: Horizontan lineposted in Questions & Answers
@yazar-ilyas This is the second thread you create for the same question. I replied to the previous one. Please don't duplicate threads.
-
RE: Doesn't work when test with MT4 Strategy Testerposted in Questions & Answers
@facto Repainting is the worst an indicator can do when used into an EA. It means its current value on the chart is modified to readjust it as new bars appear. Is your indicator doing that? Because if so, your EA will be ruined. I recommend to chaeck it on demo 1M timeframe.
-
RE: I want the stop loss level to stop loss when Horizontal Line is reached.posted in Questions & Answers
@yazar-ilyas You can do it with your current structure. You just need to modify your 'alert' block this way:

-
RE: How do I make my EA wait/hold trades every time there's profit (blue) and then continue on trading when there's not (red)?posted in Questions & Answers
@namiyrd I'm not sure I fully understand. Do you mean no new trades shlud be open while the trade is is profit? How many open trdes are supposed to be active at the same time?
-
RE: How to set breakeven without Stop loss...??posted in Questions & Answers
@eren-0 You can use a 'For each trade' structure but what do you exactly mean by 'below'? Below open price maybe?
-
RE: need help setting up EA..NEW TO fxdreema!!posted in Questions & Answers
@lunafx said in need help setting up EA..NEW TO fxdreema!!:
candles are above the 200
What do you exactly mean by 'candles are above the 200 EMA'? How many candles? Should body size be above or should wicks too?
-
RE: Finding low price of a particular periodposted in Questions & Answers
@tulefi You can do it this way:

-
RE: Macd trailing stop principlesposted in Questions & Answers
@william-1 Finding the local low is very complex and no, there is no block option doing that. Shouldn't you try to find when the signal line is crossing the main one, for example? That is way easir to find and that is very close to identify a local max/min.
-
RE: why my EA doesnt work well in real trading but run goods on backtestposted in Questions & Answers
@homemebel But what is the problem in real?
-
RE: cruce emaposted in Questions & Answers
@fredy-2 En este ejemplo el precio cruza por encima de una MA:

-
RE: Doesn't work when test with MT4 Strategy Testerposted in Questions & Answers
@facto Did you check that custom indicator? Are you sure it doesn't repaint?
-
RE: Pips Away Manual Lotsizeposted in Questions & Answers
@aisar Sorry, I missed your previous reply. The only way to do that is by creating a specific structure to do that. There is no block doing what you want right now. The easiest way is multiplying the buy/sell now blocks as many times a lot sizes expected and then customize them with each constant separatedly.
-
RE: Is mt5 different than mt4?posted in Questions & Answers
@jstap Same with 'For each trade'. You should select 'For each position' instead.
