Disliked{quote} From what I can read in the code this is not a real trading EA. This looks like some script for tester which only plots some trades, so this is most probably one of those who scam people into buying their EA by giving them a limited tester only edition for a week or so, and then the succer thinks he has a Holy Grail, and buys the shit, and then loses money. This is what the text file contains: {image}8 Buys and 6 Sells The script does not send any orders, it only reads the text file and does the OrderClose() function and TS. So, it tricks...Ignored
I have interest in it because I got stuck with the code because it mention a search key word trailing.
But the issue that due to security file can not be created any where in MQL4/MQL5, so customized access files must be in certain sand playground only like in \mql4\Files\ . We see it is not in this case. so WHY? HOW DID HE DO IT?
how the author could create/access in a different directory?
I copy the TL_data.txt every where the fault still re-appears? So now is worse, what is wrong in the code that the file could not be seen every where? why the fault appears only when you use debugging or profiling?
also the author put scripts in mql4\experts\scripts as proposed in 2008, we have 1000xnewer MT4 version so should the scripts files be in scripts? I am not able to check that because attaching to chart it seems to do nothing?