Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Welcome back! Thank you for being a part of this Traders Community. Let's discuss and share :)
Selamat datang kembali! Trimakasih telah menjadi bagian dari Komunitas Trader ini. Mari berdiskusi dan berbagi :)
Here are simple code to lock the EA, choose which one you need.
1. Add Trial Expiration Date
//Global Variable
datetime gExpirationDate = D'2021.04.30 00:00'; //Format YYYY.MM.DD HH:MM
...
void OnTick()
{
//Expiration date checking
if(TimeCurrent() > ExpirationDate)
{
Alert("EA...
Thank you, those MQ4 was good enough.
DensityScalperEA.mq4 code was close to the real code.
What do you mean? You can do it from the source code, Caroline.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.