Edge negociations.
-
how to make an edge that always closes all trades with a profit?
-
@fabiobioware you cannot be always right, you will never get to 100% profit. That would require absolute control over the global economy. You are not a wizard.
Allow your EA some losses, the key is to make more profit trades than loss trades. Don't use too tight SL, it will ruin the EA because markets always have a standard deviation. Also dont let your losers run infinitely.
-
@roar Thanks for the tip my friend.
can you give me an example with project on how to do what i need?
what I wanted at least would be to create a condition that was the following: if my EA opens a purchase and the market does not go in favor and start to go down, every 250 pips a new purchase is opened multiplying the lot by 1.68 The take profit should always be positioned just below one of the purchases that left you in the profit. For example:- Opened the first trade the take is at 50 pips, so when opening the second trade the take profit remains in the same place.
- Opened the third trade so the take profit should be 10 pips below the first trade
- The fourth trade opened, so the take profit should be 10 pips below the second trade.
- The fifth trade opened so the take profit should be 10 pips below the third trade And so on in the next trades, considering that a maximum of 10 edge orders can be opened.
And when any of the trades touches the take profit, all the previous ones must be closed immediately.
-
@fabiobioware that's a grid, there's a simple block for it.
-
@roar which block?
-
@fabiobioware the grid block:

-
@roar I believe that this is not what I need.
What I want is the following:Let's say I made a purchase with a lot of 0.01 and a take profit of 200 pips, if you touch the take profit, that's fine.
But if the price goes against my gain, that is, it becomes negative, I want every 200 pips of distance to open a new purchase negotiation with the largest lot volume.How do I do this? Is this grid block possible? If so how?
-
@l-andorrà help here please ?
-
@fabiobioware Well it is an extreme martingale after all. You can get it by selecting that option on the pending buy/sell block.