@fm2020 I answered there.
Posts made by l'andorrà
-
RE: Issue with reading indicator arrows (indicator visible)posted in General Discussions
@fm2020 You can try the block 'Indicator appears'. It can catch the first time the arrow appears. However, if it disappears later, that can be a bit messy.
-
RE: Close after "N" candles (Solved)posted in Questions & Answers
@xyon126 I'm not sure I understand. Can you please upload an image?
-
RE: Close after "N" candles (Solved)posted in Questions & Answers
@xyon126 You can specify how many candles need to be passed before the crossing here:

-
RE: Unable to connect blocksposted in Questions & Answers
@fxproz Exactly. Sometimes server is overloaded. Just wait some time before retrying it.
-
RE: link here from youtube, to show what I am trying to build?posted in General Discussions
@sc8rpion I agree, a list of features to be implemented will help us to create it.
-
RE: Custom Indicator EA not taking tradesposted in Questions & Answers
@sese Is the 'Equity > 200000' condition as well as both 'USD pair...' conditions the only ones suposed to be checked daily? If so you can remove the block on top setting the daily timeframe and then selecting it inside those same blocks.
-
RE: Fixed Trade Direction Using Visible Arrowposted in Questions & Answers
@fm2020 Please share a sceenshot fo your indicator's window in fxDReema and in your MT4. You can easily check if those buffers are correctly ideintified or not.
-
RE: ID candle and SL (Solved)posted in Questions & Answers
@xyon126 The problem is that that definition is very clear for a human trader. However, programming an EA to ideitify that 'V shape' can required hindreds of blocks because there can be dozens of possible combinations of candles to creare that shape. The EA need to know them all in order to ignore tha wrong ones and select only those you want.
This is why I always recommend a custom indicator doing that job. You will save a lot of pain and suffering, seriously.
-
RE: Limit order based on daily candle openposted in Questions & Answers
@aeivan You can do it this way, but you need to run the EA before the new daily bar is created.

-
RE: Issue with reading indicator arrows (indicator visible)posted in General Discussions
@fm2020 Apparently your custom indicator is repainting. You should check it before using it on your EA. Otherwise any backtest will simpli a waste of time.
-
RE: Any ideas why this EA won't backtest?posted in Questions & Answers
@jsauter86 I recommend to swapt block numbers 43 for 53. Now both 'For each trade' are executed AFTER block 15 but BEFORE block 53. That can lead to weird results.
-
RE: The bot opens the same two positions?posted in Questions & Answers
@jsauter86 Jsauter is right. More info is required, please.
-
RE: at least 4 up bars above SMA 5 shift 5 and BUY, please fix this projectposted in Questions & Answers
@krystian Just curious. Why are you sistematucally ignoring my correction? The EA will never work properly unless you connect the blocks correctly. No matter what changes you do in the blocks.
-
RE: How Do I Store Opening MA Value as a variable?posted in Questions & Answers
@yoloyacht Just right click on the place you want is used and a window will pop up with all your currenty Constants and Variables. Select the correct one and...done!
-
RE: ICHIMOKU (Solved)posted in Questions & Answers
@xyon126 Estoy totalmente de acuerdo, pero el administrador consideró en si día que de este modo los que sólo quieren insultar vean reflejadas sus palabras en el foro hasta el fin de los tiempos. En fin, es su foro al fin y al cabo.
-
RE: How can I code this MACD indicator?posted in Questions & Answers
@jsauter86 I'm not completely sure but I guess it isn't. I remember having read in an old thread replied by the admin that what that block does is just identifiying an 'initial' and a 'final' value for the MACD that are then compared to price values. Thisd means what happens 'in between' is mostly itgnored. Never used that block, though.
-
RE: Quick question on pips away from profitposted in Questions & Answers
@yoloyacht Yes, the value you insert there means 'greater or equal than'.
