Well, I recommend you to study the documentation first and then create your first project. We can begin to work from there. 
Posts made by l'andorrà
-
RE: Please can someone help me with the basic concept of this EAposted in Questions & Answers
-
RE: Stop in profit for each new operation.posted in Questions & Answers
I'm not sure I get it. Are all those trades open at the same time or are they supposed to be opened and closed as new ones are triggered?
-
RE: purchasing 1 year or another accountposted in Questions & Answers
AFAIK that is not what the admin wants, but I would ask him before purchasing it just in case.
-
RE: How to have trade(s) Closed in a pre-specified percent(%) of balanceposted in Questions & Answers
The problem is that those variables 'final equity profit/loss' need to be a decimal number (0.01, 0.02, etc). And then they should also include the '*' as I explained before. That is not possible to do with formula blocks. I'm afraid you will need some custom code to get it. Sadly I'm not a programmer so I cannot help here,

-
RE: One trade/hour maximum 4 tradesposted in Questions & Answers
En ese caso recomiendo usar una variable numérica que haga las funciones de contador. Cada vez que se abra una nueva operación, el contador suma uno de manera que cuando llegue a 4, detenga el lanzador y empiece a contar una hora hasta que lo vuelva a poner en marcha.
-
RE: Candle pattern logic EA questionposted in Questions & Answers
Congrats. Please don't hesitate to share it here of you make it.

-
RE: Replace website adress with mailto: adress ?posted in Questions & Answers
You should contact the admin and ask him. He's the only one who decides if it can be done or not.
-
RE: Reverse positions for onceposted in Questions & Answers
But what if the strategy gives a new entry signal and it is a loss. Should there be a new reverse trade? I don't see the logic behind that.
-
RE: once per bar ..... and a bit moreposted in Questions & Answers
You need the following changes:
- Select 'false' in both blocks 24 and 25.
- Select the corresponding variables on blocks 22 and 23.
That should work.
-
RE: rectangle objectposted in Questions & Answers
Why do you need the rectangle when having the upper and lower price values would be more than enough. You can save all that part by using variables instead.
-
RE: Close trades exact pipsposted in Questions & Answers
Is this the whole project or just part of it?
-
RE: Trailing TP does not workposted in Questions & Answers
Ok. but I need to know the exact sequence of events to happen. If I understand it correctly:
- As soon as the trade 1 pip in profit, the Trailing Stop should be activated.
- Trailing stop should not move until the trade is 20 pips in profit. Is that correct?
- Then what is the problem with Trailing Profit?
-
RE: money management EAposted in Questions & Answers
But are they supposed to do it at the same time? I guess not. I don't understand the 'close trade' block at the bottom. It is redundant. You should remove it.
-
RE: How can I use Counter numbers to restrict logic from runningposted in Questions & Answers
I recommend to use a number instead of a name. You can still use a string type variable. Then adding +1 to that number every time you add a new one.
-
RE: How to have trade(s) Closed in a pre-specified percent(%) of balanceposted in Questions & Answers
Oh man! I made a mistake!!
There is a missing symbol there. You should use '*0.01' instead of '0.01' as I typed. Sorry. My mistake. -
RE: Trailing TP does not workposted in Questions & Answers
Ok. What is the EA supposed to do exactly?