@jazzybhai Do you have anui initial project to begin with?
Posts made by l'andorrà
-
RE: Equity Percent Helpposted in Questions & Answers
-
RE: How can I open planned operationsposted in Questions & Answers
@polskis25 Both EAs are incorrect. All your blocks are on the 'on trade' tab when all of them should be on the 'on tick' tab. Additionally I see you include three consecutive buy now blocks. Are buys only considered. No sells?
-
RE: Someone help me please on how to Set, stop - pending orders using Bollinger bandsposted in General Discussions
@moses-2 Can you please add some screenshot explaining those positions? That would certainly help.
-
RE: Measured from a horizontal line to the price (Solved)posted in Questions & Answers
@xyon126 Can you please explain it in a more detailed way? If I understand it correctly, you need the distance in pips from current price to a horizontal line. Correct? And then use that distance as a fixed pips stop loss distance, maybe?
-
RE: using specific multiple timeframe for open/close positionsposted in Questions & Answers
@saeed-2 Can you please share the link instead of just uploading the screnshot?
-
RE: Pending order in sequence (one after the others)posted in Questions & Answers
@adeusi2011 That the holy grial of trading, my friend!
If I had found a profitable successful strategy in the long term, I would not be here. My recommendation in this case is to try to find your own way of trading. Find your timeframe is extremely important, for example. Are you an interday or an intrady trader? Scalping or swing trading? As soon as you find your comfort zone in trading you can then consider the possibility of creating an EA, IMHO. -
RE: Creation of new variables by the EA.posted in General Discussions
@cesardefez The easiest answer coming to my mind right now is simply creating 4 separated 'for each trade' block trees. Each one counting the profit of a different group. Then you can use a variable to store every result for the EA to use them later. Just an idea.
-
RE: Find out which candles closed above the midline and below the midline?posted in Questions & Answers
@khalids222 Ok. Now you will need a loop for that 15 candles segment. Once more I guess we need the help of our loop master, mr. Roar.
-
RE: I'm trying to creat a simple trade manage EAposted in General Discussions
@rubvil For some reason the file is not correctly uploaded. Can you pleasde use any free uploading service instead?
-
RE: Who is encouraged to create an EA of the Nihilist and Alien strategy?posted in Questions & Answers
@yerlin It is a certainly ambitious project, but I'm not sure it can be easily replicated. The hardest part is importing those custom indicators. They need to be correctly identified by fxDreema. Can you please share them to take a look at?
-
RE: Candle color EAposted in Questions & Answers
@mgzfx Well, it completely depends on your strategy. What is what you want the EA to do?
-
RE: that the martingale begins to be applied from the 4th failure for example.posted in Questions & Answers
@kepler Puedes crear una variable que te cuente esas cuatro operaciones consecutivas perdidas. Cada nueva operación se suma uno. Cuando llegue a 4, bloqueas el lanzador normal de operaciones y activas otro con la configuración de money management que tu mismo muestras en la imagen.
-
RE: using specific multiple timeframe for open/close positionsposted in Questions & Answers
@saeed-2 Do you have an initial project to begin with?
-
RE: Candle color EAposted in Questions & Answers
@mgzfx You need to substitute those pink 'close' blocks by this one:

-
RE: Help with multiple/basket orders for MT4posted in General Discussions
@dalkungen There is an easy alternative. Just create a boolean variable. Move it from false to true after the BE move. Then, in a different tree block, use a consition block on top of it requiring the variable to be true. Below it you can use then any other conditions required to open the new trades.