@zedeai2 You're welcome.
Posts made by l'andorrà
-
RE: Help to compare 61 variables at the end of tradeposted in General Discussions
@bocadeangu I'm not a programmer so I cannot provide an elegant solution to that issue. My suggestion is doing it visually. Try can take a screenshot by using the 'Chart screen shot' block every time the trade hits TP with all requested variables visible with a 'Comment' block. You will need to visualize a lot of photos but at least you will get it.
-
RE: Move stop loss 2 pips for every 1 pip gainposted in Questions & Answers
@osryan In that case you cannot use the trailing blocks by default. You will need to create a loop for that specific behaviour. I'm afraid loops are not my field of expertise, though. Maybe mro or roar can help.
-
RE: Candle IDposted in Questions & Answers
@jsauter86 Well, it depends on what you need later in the EA. I would suggest to use arrows instead of lines for visual effect only. You can store the name of the arrow into a variable and then search for it later when necessary.
-
RE: Changeable/Cambiableposted in Questions & Answers
@mareksmarks Necesitas crear dos Constantes, una para cada opción. Entonces debes duplicar los bloques de 'buy/sell now', de forma que en cada uno esté la opción seleccionada en la Constante correspondiente. Finalmente necesitas un bloque de condición que permita distinguir cuál de ellas es la activa en este momento y que anule la otra. ¿Me he explicado claro?
-
RE: trendline problem any help?posted in Questions & Answers
@panaskit No problem. Can you please share the link to your project?
-
RE: Close on average profitposted in Questions & Answers
@berg3699 You'r welcome. Don't hesitate to be back if necessary.
-
RE: Do nothingposted in Questions & Answers
@hamid1991king I answered your previous thread. Please don't duplicate threads.
-
RE: Hello Please help me .my alert message not workposted in Questions & Answers
@hamid1991king Can you please the link to your project?
-
RE: How to arrange the block "AND"posted in Questions & Answers
@zedeai2 You shoould connect all conditions thar are supposed to happen at the same time ABOVE that block. Then when all blocks above are true, whatever below it will happen.
-
RE: What is the function : Change Status to...?posted in Questions & Answers
@zedeai2 You can use it to change the text 'Status' you see on screen when any fxDreema EA is active. It does nothing else.
-
RE: disable a block in the robot through a constantposted in Questions & Answers
@mateus_f Please focus on this thread only. Unfortunately, not everyone in this forum knows how to do that. I asked this on the other thread. Are those cancellations supposed to happen while a trade is open?
And please don't create more threads with the same question.
-
RE: enable and disable indicators in eaposted in General Discussions
@mateus_f Are those cancellations supposed to happen in the middle of an open trade?
-
RE: @roar Optimizing tutorialposted in Questions & Answers
@alphaomega Agreed. Something happend to this page. Can anyone else confirm?
-
RE: How can we use the ATR indicator ??posted in Questions & Answers
@ibrahim-3 What do you exactly need from it?
-
RE: Candle IDposted in Questions & Answers
@jsauter86 Yes, you'd better use an object. 'Remembering' candle IDs is a headache because you need to recalculate it as new candles are created. An object will be there untill you erase it no matter what.
-
RE: How To Use My EA's Name As Comment.posted in Questions & Answers
@lanrayy Impressive replies! I learnt something new...again.

-
RE: Close on average profitposted in Questions & Answers
@berg3699 The4 most effective way to do it is by storing those TP prices into different variables and then use as many 'formula' blocks as necessary to do that math.