| New signals service! | |
|
|||||||
| Register in Forex TSD! | |
|
Trading Systems Leaders in this forum (automated trading systems) are winning more than 3000 pips in a month (30000$ investing one lot every time). Click here to register and get more information |
|
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
newdigital,
Sorry for using large size font in previous post. ![]() Sorry for my poor english. I raised previous post as " To Do And Not To Do " with EA with GlobalVariables, I did not mean that I wanted to learn how to code EA with GlobalVariables. I cannot code, I am just a general user and I just want to know correct way to use EA (with or without GlobalVariables).I asked this question as I experienced that some EAs were locked when I removed the EA with position opened and I had to raised a new account and install a new MT4 Terminal. I raised the same question in other forums but nobody can give a full answer. ![]() I think it may be better to move previous post to General Discussion Section or Set Up Question Sectiom of this forum. Thanks in advance. Nomura Last edited by Nomura; 12-06-2007 at 02:22 PM. |
|
|||
|
I don't know the answer.
As to small threads so I am always menging small stand-alone threads with the other big threads. because forum is big and sometimes members are trying to open separated threads for just one question and in the end of the day we are having 10 or 20 separated threads with 1 or 2 posts. So, i am always merging ... This programming section is for the people whio probable know the answer for your question. |
|
|||
|
question
I think " if ( alertTag!=Time[0]) " means if not same send mail and alert
but I do not understand " alertTag = Time[0]; " meaning at all . alet and send mail is finish.why need this code???? if ( (fasterMAnow > slowerMAnow) && (fasterMAprevious < slowerMAprevious) && (fasterMAafter > slowerMAafter)) { CrossUp[i] = Low[i] - Range*0.5; if ( alertTag!=Time[0]) ← { PlaySound(SoundWAV);// buy wav Alert(Symbol()," M",Period()," MA cross BUY"); SendMail(Period()+" hit MA long ",Bid +"long"); } alertTag = Time[0]; ← what mean??? } |
|
|||
|
Quote:
|
|
|||
|
EX4 loading probs.
Ok, I've done my due diligence to try and solve this problem to no avail. I have downloaded and used many mq4 advisors/indicators.. I know the process for that. However, EX4 files are something different. I know ex4 files are suppose to be like mq4 files but with the code hidden. Anyway, whenever I save these files into metrader4 experts/indicators ...close program and reopen they are not in the folder. What am I doing wrong. It seems Metrader only recognizes mq4 files. Any help is appreciated. I cant seem to find any info. it seems othere people are having the same problem but no one has supplied an answer.
Thanks |
|
|||
|
hi
Quote:
ex4 is compiled file from mql4 ...maybe your MT4 not yet updated or there's wrong syntax code in your mql4 ... =================== Forex Indicators Collection |
![]() |
| Bookmarks |
| Tags |
| close, eas, profit, reach |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Learning Cycles For New Traders | Dan7974 | General Discussion | 350 | 01-18-2008 06:04 PM |
| Learning to code for autotrading | GoatT | Metatrader Programming | 8 | 01-10-2007 08:55 PM |
| Self learning expert | mrtools | Expert Advisors - Metatrader 4 | 32 | 10-22-2006 05:29 PM |