@l-andorrà Hi, is there a way to do this Condition (TotalPips >= 10)
Posts made by alok
-
RE: Title: Help with formula to close operations in pipsposted in Questions & Answers
-
RE: Title: Help with formula to close operations in pipsposted in Questions & Answers
@l-andorrà Hello, thanks for your help, but in grid trading mode it doesn't work, I would like to close all orders with profits equal to or above 10 pips
-
RE: I want my ea to close all positions when a profit of 2usd is made on top of all lossesposted in Questions & Answers
@KABO If that's what I understand, there are these money management options

-
Title: Help with formula to close operations in pipsposted in Questions & Answers
Hello everybody,
I am trying to develop a robot on FXdreema that closes trades based on a specific pips value. However, I'm having difficulty setting up the formula correctly.
My goal is that when a trade reaches a profit of X pips, it will be closed automatically. Could anyone help me understand how to do this?
I'd appreciate any guidance or configuration examples you guys can provide!
Thanks!

-
RE: No trade nearby, Please How to open only on losing sideposted in Bug Reports
@ambrogio said in No trade nearby, Please How to open only on losing side:
ma
The distance works well /2 but when using martingale there are times when it gets lost in the count, because of opening an order on the winning side, when the price returns it starts the martingale again from the beginning.
-
RE: No trade nearby, Please How to open only on losing sideposted in Bug Reports
@fxDreema Bug Block *No trade nearby*@l-andorrà I managed to fix the bug in the source code, I hope @fxDreema fixes it internally


-
RE: No trade nearby, Please How to open only on losing sideposted in Bug Reports
@l-andorrà, that's right,
case 0: if (price < (OrderOpenPrice() - distance)) { //BUY SYMBOL_ASKcase 0: if (price > (OrderOpenPrice() + distance)) { //SELL SYMBOL_BID
-
No trade nearby, Please How to open only on losing sideposted in Bug Reports
Please How to open only for the losing side, from the last grid order

-
RE: Problem with tendency indicatorposted in Questions & Answers
If the indicator is candle 0 it will work like this, if it is candle 1 it has to change, photo below

candle 1 -
RE: Grid Max Ordersposted in Questions & Answers
@Traderlab place on top of blocks, or test above buy/sell blocks
-
'No trade nearby', opposite direction onlyposted in Questions & Answers
Please could someone help me with '(No trade nearby)', just opposite direction, from the last order,


-
RE: Check profit (unrealized) Does not work correctly, in pipsposted in Bug Reports
@l-andorrà Hi, this is exactly what I was looking for, thank you!

-
Check profit (unrealized) Does not work correctly, in pipsposted in Bug Reports
Please, does anyone know another way to close all trades in pips correctly?





