Dalta
Dalta
Friends

Add friends via their profile or user search and you will be able to see if they are online

Dalta
Added topic Error 130 without SL and TP
Hello, today while sending a buy stop order on GBPJPY I received this error #130 (invalid stops): 2017.06.07 15:19:35.353 '7626221': order buy stop 0.5 GBPJPY opening at 141.394 sl: 0.000 tp: 0.000 failed [Invalid S/L or T/P] How's that possible
Dalta
Added topic A doubt
Is  SymbolInfoDouble( Symbol(), SYMBOL_TRADE_TICK_VALUE ) / SymbolInfoDouble( Symbol(), SYMBOL_TRADE_TICK_SIZE ) the same value as SymbolInfoDouble( Symbol(), SYMBOL_TRADE_CONTRACT_SIZE) or I am missing something? Thanks in advance
Dalta
Added topic Internet UTC time
Hello, In my libraries I was used to implement a function called InternetUtcNow(). That function just loaded the page at https://greenwichmeantime.com/time/scripts/clock-8/x.php and read the current UTC time. Now that page is not working anymore
Dalta
Added topic Market Watch instrument position number
Hello, I would like to know if there's a relatively simple (but mql-only) way to find the position number of a given symbol in the market watch symbols list. For instance something like: EURUSD is the 4th symbol, EURCAD is the 12th, XAUUSD is the
Dalta
Added topic Indicator or EA ?
Hello, is there any way to find if a given function from an external mqh is called from a custom indicator or from an expert advisor? Thanks in advance
Dalta
Added topic Halt/Abort a backtest
Hello folk,  I was wondering if anybody of you know a reliable way to programmatically abort a MT4 backtest . The point is that if during an optimization pass a given halt condition is met, (e.g. DD > 5% or a custom OnTester() value is over a
Dalta
Added topic Account Checking
Hello, I'm wondering if under the new MQL of bulds 574+ is there any way to identify if a given account is just a single trading account or a managed master account (PAMM - MAM etc...). I'm not asking for an IsMam() / IsPamm() function... that would