
FIRST OFF GO TO TOOLS/OPTIONS/server and enable DDE Server

1) I forgot to mention that the indicator has to be put on every chart, i.e.      all 14 charts used in my excel 

2) The script only needs to be put on one chart at the beginning of the week.

3)The script dumps data into the metatrader/experts/files named  100% RollOver_"GBPUSD".csv files (ALL 14 CURRENCIES)
4) The indicator dumps data into the metatrader/experts/files named AUDJPY,H1.csv (Or whatever the currency is)

5)The first step is to go into Tools/Macro/Visual Basic Editor.
  Open the Modules folder on the left and then select module 1.
  Change the MetaTrader-Masterforex in all the places on the sheet to your own mt4 Broker i.e.
 C:\Program Files\MetaTrader - Masterforex\experts\files\100% RollOver_GBPUSDW1.csv"
 _
To C:\Program Files\MetaTrader - Alpari UK\experts\files\100% RollOver_GBPUSDW1.csv" 

6)Once that is done you can click the Run Sub/UserForm in the tools menu.
  If you receive no errors then save it and close Visual Basic Editor.
  
7) You can now click on the Macro in the DATA sheet and it will clear out the old info an replace it with this weeks.

8) This means that Range A:1 to  F:98 is now updated fr the week.

9)Now you must click on the yellow 'Date cells' on the G column. I.e.
  G3 and RIGHT CLICK select Edit Text Import.
  Select your Broker/Experts/Files and the H1 CSV file for that pair from the dropdown box on top

10) This must be done for all 14 pairs (14 yellow cells)

11)Lastly right click on the each yellow cell again and select Data Range Properties and set Refresh Data every to 60 minutes (Make sure that it is selected as well as Refresh Data on file open)


You should now have a fully working T101 trading station
