Taskin Osman
Added topic Error 225 by loading a DLL
Did someone see an error [225] at mt4? I cannot find the meaning of this error at  https://docs.mql4.com/constants/errorswarnings/errorcodes What does error 225 mean please
Taskin Osman
Added topic Build 1643 #import issue
#define DLLFILE "test.dll" #import DLLFILE                 int              MqlLock_59BA7AC0_1_1I1iI1II1i(
Taskin Osman
Added topic use LoadLibrary and GetProcAddress in mql language
Does someone have any example code where i could call LoadLibrary kernel32 function on demand and GetProcAddress to call methods from dll body? Thanks 
Taskin Osman
Added topic carry dll inside .ex4
Is it somehow possible to carry dll as byte array in body of compiled .ex4 and deploy it at run-time and call functions ? Does anybody have experience with it please?   thanks 
Taskin Osman
Added topic Cannot load ...dll [1114] @ build 924
Hi,  i keep getting strange [1114] errors at build 924 since it has been applied. What does 1114 mean please? These are c++ compiled DLLs they have been working several years   I have tested 751,913,920, all works perfect. 924 has problems
Taskin Osman
Added topic Installation MT4 vs MT5
Hi, i am writing an installer which should support MT4 and MT5 Terminals. I would like to ask experienced MT5 customers following: The procedure and file/directory structure seems to be very similar to MT4. There is TerminalDir and DataDir in both
Taskin Osman
Added topic Trading Signal Live Results in Pips
Hi, obviously live trading results in Signals are displayed in Pips. In this example i am sure almost everyone thinks that "Profit" is in Account currency. Isnt it better you display it in account currency rather than Pips? For most of people its not
Taskin Osman
Added topic Error 4060 by SignalSubscribe
Hi, my code is:       if (SignalSubscribe( 74156 ))   {    Print ( "Success" );   }    else   {    Print ( "Error : " + GetLastError ());   }  i get Error
Taskin Osman
Added topic Price discrepancy between MarketInfo & Chart
Hi, i have made an observation. Actually i am doing this observation for 2-3 years on same broker. I thought maybe i am wrong and evaluate things wrong but i am now read to clarify this. I would like to hear opinions from community please
Taskin Osman
Added topic Signal History Date issue
Hi,  i was coding a History CSV Analyser for here offered Signals. I found following issue which might cause possible problem :  First screenshoot:   Explanation: Exit Date is earlier than Entry Date. I personally thing the Date should
Taskin Osman
Added topic Determine Symbols Market
Hi,   i would like to determine if a given symbol is a forex or non forex symbol. Any suggestions?   void UpdateSymbolData() {       int Now=( int ) TimeCurrent ();    for ( int i= 0 ;i< SymbolsTotal ( false
Taskin Osman
Added topic Double multiplication bug?
Hi, very strange behaviour is found:   #property version    "1.00" #property strict //+------------------------------------------------------------------+ //| Script program start
Taskin Osman
Added topic Reliable way to determine Broker Offset
Hi,   i am looking for how i can determine broker offset or timezone in a reliable way. of course i could try TimeCurrent()-TimeLocal() but this method does not work over weekend since TimeCurrent freezes at last tick.  I have checked many
Taskin Osman
Added topic Signal provider balance is less than on website shown
Please review this screenshoot and consider this as bug report.   tx 
Taskin Osman
Added topic Build 670 - Signal Settings not saved
Hi,   2014.07.09 20:50:19.004 '1637798': Signal - signal subscription disabled, enable realtime subscription in 'Signals' settings 2014.07.09 20:50:19.004 '1637798': Signal - 'xxx' for 'xxx' subscription found, 2014.08.08 expiration, disabled
Taskin Osman
Added topic Skip Input Dialog from Debugger
Hi, is there a way to skip input dialog by debugging from MetaEditor (F5) please? Its anoniying to confirm the input by every small change. regards taskin
Taskin Osman
Added topic Possible bug in compiler
int TrailingStop[ 10 ]; int init()   {    Print ( "+++++ init done" );    string s =DoubleToStr(TrailingStop, 0 );    return ( 0 );   } int deinit() { return ( 0 );   } int start()
Taskin Osman
Added topic history/.../ticks file format
Hi MQL Community, i need the format of history/{BrokerName}/ticks file format. I have checked the forum but could not find it. Can someone share this information with me please? thank you taskin
Taskin Osman
Added topic Lotsize calc function/indicator on non USD base currency
Hi,   does someone have a ready lotsize calc function or indicator which is able to manage non USD base currency please?   regards taskin 
Taskin Osman
Added topic Broker in EST TimeZone
I have tried many brokers but none of them were in EST TimeZone with their Chart Data. Can someone recommend me any broker for test purphoses with EST Chart please? Thank you in advance
123