Forex



Go Back   Forex Trading > Downloads > Tools and utilities
Forex Forum Register More recent Blogs Calendar Advertising Others Help






Register
Welcome to Forex-TSD!, one of the largest Forex forums worldwide, where you will be able to find the most complete and reliable Forex information imaginable.

From the list below, select the forum that you want to visit and register to post, as many times you want. It’s absolutely free. Click here for registering on Forex-TSD.

Exclusive Forum
The Exclusive Forum is the only paid section. Once you subscribe, you will get free access to real cutting-edge Trading Systems (automated and not), Indicators, Signals, Articles, etc., that will help and guide you, in ways that you could only imagine, with your Forex trading.
  • Elite Section
    Get access to private discussions, specialized support, indicators and trading systems reported every week.
  • Advanced Elite Section
    For professional traders, trading system developers and any other member who may need to use and/or convert, the most cutting-edge exclusive indicators and trading systems for MT4 and MT5.
See more

Reply
 
Thread Tools Display Modes
  #1 (permalink)  
Old 08-09-2006, 10:07 PM
RickD's Avatar
Member
 
Join Date: Jan 2006
Location: Eastern Europe
Posts: 54
RickD is on a distinguished road
MT4 Report v.3 & template file

Copy !Report_v3.mq4 to Experts\scripts directory.

report.zip contains report.htm template.
Copy report.htm to Templates directory.

There are 2 pathes in the body of !Report_v3.mq4:
Code:
#define template    "[ROOT]\\templates\\report.htm"
#define report      "[ROOT]\\experts\\files\\[ACCOUNT_NUM]rep.htm"
template is a template file path.
report is an output file.

Automatically the script will replace [ROOT] and [ACCOUNT_NUM] sections by MT4 root path and account number.
Attached Files
File Type: mq4 !Report_v3.mq4 (23.3 KB, 477 views)
File Type: zip report.zip (1.5 KB, 484 views)

Last edited by RickD; 08-10-2006 at 03:43 AM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
  #2 (permalink)  
Old 08-09-2006, 10:16 PM
RickD's Avatar
Member
 
Join Date: Jan 2006
Location: Eastern Europe
Posts: 54
RickD is on a distinguished road
Traders can change:
1. Template and output pathes.
2. Compare function.
3. Validate function.

At present Compare function sorts all the orders by CloseTime.
Validate function is the filter of closed orders.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
  #3 (permalink)  
Old 08-10-2006, 09:31 PM
RickD's Avatar
Member
 
Join Date: Jan 2006
Location: Eastern Europe
Posts: 54
RickD is on a distinguished road
Report uses the following Win API functions:

Code:
#import "shell32.dll"
  int ShellExecuteA(int hWnd, int lpVerb, string lpFile, int lpParameters, string lpDirectory, int nCmdShow);

#import "kernel32.dll"
  int GetModuleFileNameA(int hModule, int& buf[], int len);

  int _lcreat(string path, int attr);
  int _lopen(string path, int mode);
  int _lclose(int hFile);  
  int _llseek(int hFile, int offset, int origin);   
  int _lread(int hFile, int buf[], int len);
  int _lwrite(int hFile, string buf, int len);

#import
Allow DLL imports checkbox should be switched on.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
  #4 (permalink)  
Old 08-10-2008, 05:05 PM
Member
 
Join Date: Jan 2008
Posts: 47
Pussy Galore is on a distinguished road
Statement Generating Indicator or Script

I've seen a screenshot on another thread where a report is produced for each currency pair or cross on the chart window. The report looks likes this.



I don't know if it's an indicator or a script and I've been unable to find it through searching.

Can anybody help please?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
  #5 (permalink)  
Old 08-10-2008, 07:23 PM
Linuxser's Avatar
User Root
 
Join Date: May 2006
Location: Helliconia (Winter)
Posts: 4,410
Blog Entries: 56
Linuxser has a reputation beyond reputeLinuxser has a reputation beyond reputeLinuxser has a reputation beyond reputeLinuxser has a reputation beyond reputeLinuxser has a reputation beyond reputeLinuxser has a reputation beyond reputeLinuxser has a reputation beyond reputeLinuxser has a reputation beyond reputeLinuxser has a reputation beyond reputeLinuxser has a reputation beyond reputeLinuxser has a reputation beyond repute
Quote:
Originally Posted by Pussy Galore View Post
I've seen a screenshot on another thread where a report is produced for each currency pair or cross on the chart window. The report looks likes this.

I don't know if it's an indicator or a script and I've been unable to find it through searching.

Can anybody help please?
Hi.

Answer:

Quote:
Originally Posted by RickD View Post
Copy !Report_v3.mq4 to Experts\scripts directory.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
  #6 (permalink)  
Old 08-10-2008, 09:53 PM
Member
 
Join Date: Jan 2008
Posts: 47
Pussy Galore is on a distinguished road
Thanks for the reply, Linuxser, but I must be doing something wrong.

I've saved the compiled script in the scripts folder and dragged it into a chart, but nothing happens whatsoever.

Help please????
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
  #7 (permalink)  
Old 08-10-2008, 10:09 PM
Linuxser's Avatar
User Root
 
Join Date: May 2006
Location: Helliconia (Winter)
Posts: 4,410
Blog Entries: 56
Linuxser has a reputation beyond reputeLinuxser has a reputation beyond reputeLinuxser has a reputation beyond reputeLinuxser has a reputation beyond reputeLinuxser has a reputation beyond reputeLinuxser has a reputation beyond reputeLinuxser has a reputation beyond reputeLinuxser has a reputation beyond reputeLinuxser has a reputation beyond reputeLinuxser has a reputation beyond reputeLinuxser has a reputation beyond repute
Quote:
Originally Posted by Pussy Galore View Post
Thanks for the reply, Linuxser, but I must be doing something wrong.

I've saved the compiled script in the scripts folder and dragged it into a chart, but nothing happens whatsoever.

Help please????
The template must be placed on: C:\MT4\templates

Where MT4 is your folder installation

You need to Allow DLL Imports

dll.JPG

The result could be find on C:\MT4\experts\files

2008-08-10_181310.gif

Last edited by Linuxser; 08-10-2008 at 10:11 PM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
  #8 (permalink)  
Old 08-10-2008, 10:39 PM
fungraphic's Avatar
Member
 
Join Date: Dec 2007
Posts: 50
fungraphic is on a distinguished road
Quote:
Originally Posted by Pussy Galore View Post
I've seen a screenshot on another thread where a report is produced for each currency pair or cross on the chart window. The report looks likes this.



I don't know if it's an indicator or a script and I've been unable to find it through searching.

Can anybody help please?
Where i can find this indicator.

Please help me
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
  #9 (permalink)  
Old 08-11-2008, 07:32 AM
Member
 
Join Date: Jan 2008
Posts: 47
Pussy Galore is on a distinguished road
OK, thanks for your help Linuxser. I don't know if I'm losing the plot though, but RickD's report seems to be an html report which is nothing like the screenshot of a chart window.

It looks like fungraphic has also asked where the chart window report originates from. Help please?????
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
  #10 (permalink)  
Old 08-11-2008, 02:55 PM
Linuxser's Avatar
User Root
 
Join Date: May 2006
Location: Helliconia (Winter)
Posts: 4,410
Blog Entries: 56
Linuxser has a reputation beyond reputeLinuxser has a reputation beyond reputeLinuxser has a reputation beyond reputeLinuxser has a reputation beyond reputeLinuxser has a reputation beyond reputeLinuxser has a reputation beyond reputeLinuxser has a reputation beyond reputeLinuxser has a reputation beyond reputeLinuxser has a reputation beyond reputeLinuxser has a reputation beyond reputeLinuxser has a reputation beyond repute
Quote:
Originally Posted by Pussy Galore View Post
OK, thanks for your help Linuxser. I don't know if I'm losing the plot though, but RickD's report seems to be an html report which is nothing like the screenshot of a chart window.

It looks like fungraphic has also asked where the chart window report originates from. Help please?????
Yes, when you drop the script on the chart a report is created and the browser is opened.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
Reply

Bookmarks

Tags
report, template, mt4 report, metatrader templates, mt4 templates, metatrader template, mt4 dashboard, metatrader report, !Report_v3.mq4, mt4 reports


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
SPLIT in report afernandes Expert Advisors - Metatrader 4 2 02-20-2007 01:22 PM


All times are GMT. The time now is 01:26 PM.



Search Engine Friendly URLs by vBSEO 3.2.0 ©2008, Crawlability, Inc.