ttechnik
ttechnik
Friends

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

ttechnik
Added topic Why not filling?
I see 2 lines, but not filling. //+------------------------------------------------------------------+
ttechnik
Added topic How to set charts?
How to set all charts with same template's TPL file. There is a command for it
ttechnik
Added topic ObjectSetText why not to set the description?
string comnts= "Buy Calculated lots: 18.27  Loss: 13483 $ (2.04%)  Margin: 12456 $" ; ObjectSetText ( "TradeMessageLotBuy" ,comnts, 8 , "Tahoma" , Lime); error=GetLastError(); if comnts="333333", then set description. In
ttechnik
Added topic TerminalInfoString
int error=GetLastError(); string a= TerminalInfoString ( TERMINAL_DATA_PATH ); error=GetLastError(); After run: a: valid terminal's path. But error is 4051, invalid function parameter. Please help me, who knows why this is
ttechnik
Added topic Market is closed
How can I get info that the market is closed? IsTradeAllowed ( ) is return true in time (weekend)
ttechnik
Added topic GetDiskFreeSpaceExA
#import "kernel32.dll"       bool GetDiskFreeSpaceA  ( string & as_dir, double & al_sectorspercluster, double & al_bytespersector, double & al_freeclusters, double & al_totalclusters);   
ttechnik
Added topic WindowScreenShot problem
Hello, In costum indicator WindowScreenShot is working prfectly. Create an pictures at 5 minutes eg: 10:15,10:20, etc... And After a period(random) of time does not work. Not write the file. Why? GetLastError() not signal error. Apparently all good
ttechnik
Added topic How do I encrypt a mql4 file?
Where to start
ttechnik
Added topic how to use send email with blat?
#import "shell32.dll" //int ShellExecuteA(int hwnd,int lpVerb,string File,string Parameters,string Directory,int ShowCmd); int ShellExecuteA(int hwnd, string lpOperation, string lpFile, string lpParameters, string lpDirectory, int nShowCmd); #import
ttechnik
Added topic Not enough money
I send the order and a read the journal. I use One click trading, open 1 lot, ballance is 900000 !!!!!! And read in journal: „555380: order buy 1.00 EURCAD opening at 0.00000 sl:0.00000 tp: 0.00000 failed[ Not enough money ]” Why zero, zero….? In
ttechnik
Added topic expert name
Hi, Someone help me. How to know runing expert name in other indicator? thx
ttechnik
Added topic GlobalVariable problem
Hi, My problem: Why happend? Uncertainty, that occurs when good. Thanks in advance for your time and assistance. Bye void start()   {    if (!not_first_start)    {      GlobalVariableSet (
ttechnik
Registered at MQL5.community
ttechnik
Added topic Why not sleeping?
Hi, I probe this code. .........while(j<10 && (iClose(CurrentSymbol,ServerSyncTimeFrame,2)==0 || GetLastError()==4066)) // call the iClose() function with a shift of 2 to ensure we sample the timeseries in a likely unsynchronized span {