Download Darwinex data, is free
Posts made by Uriel 0
-
RE: "Error 4002" " Indicator not handled "posted in Questions & Answers
@ambrogio is not, it works with current symbol, current TF and SMA, EMA
-
"Error 4002" " Indicator not handled "posted in Questions & Answers
Hi everyone
Does anyone know why this error appears to me on MT5 backtesting?"(Error 40002. Indicator not handled. Handled=-1. Error code 4002)"
"(Cannot loaded Indicator Moving Average)"All my logic strategy is ok , idk why does this is showed
-
RE: New Position error: market is closed (10018)posted in Questions & Answers
@ambrogio it works with 00:10
-
RE: New Position error: market is closed (10018)posted in Questions & Answers
@l-andorrà sure, it does look wrong? Works well in all TF, just on daily not. Thanks
-
RE: New Position error: market is closed (10018)posted in Questions & Answers
@Byens sure, I put it above yesterday in another version but the result is the same
-
New Position error: market is closed (10018)posted in Questions & Answers
Hi, i need help with this EA bug, it just happens when is backtesting Daily chart. The EA structure looks good, just Idk how to solve this bug on Daily, because on other timeframes, it works well... Usually when this happened is because BLUE blocks, but in this case I'm not using any other, just No position block is blue

https://fxdreema.com/shared/b3xNQJlEd
I have tested with Broker data and my data, is the same problem modeling 1 Day chart
-
RE: Please help with candle rejection on my eaposted in Questions & Answers
@NicNGKNic just put a condition:
Candle 2 high > MA , and candle 1 < MA, Then Buy/sell I don't know what you want... -
RE: set "current market" for next blocksposted in Bug Reports
@speedsk8r how did you solve (i mean about the structure) and what was that you get?
-
Close partially by money profitposted in Questions & Answers
Hi, someone has made a function or made an another kind of logic to close partially the trade by its profit got?
E.g. If the trade is running with +100 USD profit, then close 50USD of it and then close another part if the current position earn again 50USD to close 25USD?
I made this but something is wrong with the next partial level close. Because if if put 25 instead 75, then it closses inmediately with the first partial to close. I mean, both got closed

-
Move status coordinatesposted in Questions & Answers
Someone know how to move the status and spread display to others coordinates on chart? E.g. put on the Upper right corner
-
RE: MARTINGALE (Custom Lot Size)posted in Questions & Answers
@Ben-Romewel i don't know what you are looking for, but always testing on backtest to see if is ok
-
RE: Simple break even EAposted in Questions & Answers
@esteban_d try again with the "for each trade" or "if trade" above the BE block but defining the group (manually and automatic) of each block
-
RE: 3 Buys signal at the same timeposted in Questions & Answers
@oreskey just put 3 buys blocks when your condition happen or you can put the block : loop pass "n" times (is on counters sections) above your buy block and put it 3 on the input
-
RE: varias operacionesposted in Questions & Answers
@juandavid713 Define la variable en constants/variables ejemplo: double - SL1_ = 0
Luego pon tus bloques de compra/venta y cuando suceda la operación, pon el bloque "modify variables" en él mismo, pon tu variable (SL1_) y después pon : trade in loop > Stop loss . Luego esa variable la pones de SL en tu siguiente operación -
RE: introduce me -> pivot indicatorposted in Questions & Answers
@mohammadmozaffari you are really welcome