| 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 |
|
||||
|
Quote:
One super easy solution for this is to write a script that will be using Print function and will be throwing those messages once per bar, and attach it to m5 chart. Then just take Log file and you have your answer ![]() Of course the best way to get that kind of file is to use file functions implemented in metatrader.
__________________
You need proffesional mql coder? Contact me! I will help you! ........................................ http://www.fxservice.eu/ ........................................ |
|
||||
|
Quote:
![]() Can someone write that script for me? Thank you for all help. |
|
||||
|
Quote:
|
|
||||
|
Quote:
Code:
extern int timerr = 1;
while(timerr == 1)
{
Sleep(3500000);// Is that 5 minutes ? i dont know in 100%.
//script here
//...
//...
}
Last edited by pawelsz; 02-05-2007 at 03:58 PM. |
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| How to tell if a file is Indicator or Expert? | tickler | General Discussion | 1 | 07-27-2006 05:23 AM |
| Help with writing your own strategies | hitman22 | Metatrader 4 | 2 | 03-15-2006 10:22 AM |
| Writing stratergy tester results to file | cardio | Questions | 20 | 11-30-2005 11:54 AM |