I want to write account number and date into software
how should i use a code
where do I write this code
thanks
- Jump to past date of a chart, with mql4 CODE
- Draw arrow on trade exit
- My Seller Account Not Approve
Engin BİNDAŞ:
How can I do this,thanks.
Top right of the browser.
Engin BİNDAŞ:
How can I do this,thanks.
Forum on trading, automated trading systems and testing trading strategies
How can I search for indicators and other elements in this forum?
Sergey Golubev, 2017.05.29 05:24
To search?
It is very easy: type something (what you need) in the search area (top right coprner of the page) and search.
Sergey Golubev:
I want to place a time limit on the software for the license.Please help me,thanks.
I want to install this code in my software, but I haven't found where to place it
//==========================================
{
string batas=”2019.12.01 00:00″; //Year, Month, Date, Expiration
int tt=StrToTime(batas);
if(TimeCurrent()>tt)
{
Alert(” License period expires Please Visit <>/ “);
return(0);
}
string hard_accnt = “<>”; //The Name Must be Correct in the Alphabet, Big Small Influential letters
string accnt = AccountName();
if (accnt != hard_accnt)
{
Alert (“You Can Not Use this Account Name (” + accnt + “) With This Program! Please Contact <> to Get Licence”);
return(0);
}
//==========================================
I tried 10 times not paying your site.
If it's simple you should have no problem with it.
You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register