Point and Figure Analysis Software v1
-------------------------------------

File List
---------
1. 000000_0000_PnF.xlsm
2. ExtractHistory.ex4
3. ExtractHistory.mq4

File Locations and Directories
------------------------------
..\MetaTrader\experts\files\Analysis\000000_0000_PnF.xlsm
..\MetaTrader\experts\scripts\ExtractHistory.ex4
..\MetaTrader\experts\files\Analysis\Data\


Instructions
------------
1. Extract zip/rar files into MetaTrader directory or copy all files to the relevant directories if directory does not exist then create directory.
2. In metatrader run the ExtractHistory script.
3. Data for the 6 major currency pairs will be saved in the Data folder.
4. Open 000000_0000_PnF.xlsm and Enable Macros.
5. Configure settings.
6. Click on the Update button.

Settings
--------
000000_0000_PnF.xlsm settings are as follows:

Data Time Frame: Timeframe in minutes of the bars that are used to draw the PnF charts. To use a different timeframe the MT4 ExtractHistory has to be modified so the correct data can be extracted.
Data Start Date: The start date from which the charts are drawn.
Show Dates: y/n will show the dates on the PnF charts.
Filename ID: An additional identification used in the filename when it saves.
Instruments: Names of the instrument for the chart.
Point Size: The absolute size of a point for the instrument.
Box Size: The number of points for the Pnf box size.
Reversal: The number of boxes used for the Pnf reversal.
Method: 1 uses the close prices of each bar. 2 Uses the Highs and Lows.
Last Update: Automatically changes to the date and time of the last bar used in the data.
Update: y to draw chart and n to skip.
New Chart: If chart already exists then y will delete chart and draw a new one otherwise it will update existing chart.
Delete Data: y will remove data worksheet from workbook n will keep data in workbook.

Caldera

23/06/2011

To Do
-----
- Automate data extraction at the end of every bar.