You are on page 1of 4

Installation

To install the indicator(s) in your mt4 you need to open the data folder of mt4 by clicking on “File ->
Open Data Folder”:

After that a windows explorer instance opens:

You need to navigate into the MQL4 folder. Then you will see following folder structure:
The indicator file(s) need to be copied into the “Indicators”-folder:

After that you need to allow DLL imports in MT4. Please navigate into the menu “Tools -> Options” and
make following configuration in the card “Expert Advisors”:
And after that, of course you have to put the indicator on the chart:
The indicator can be used on different accounts but the indicator is bound to one account number per
day until 0 GMT. At 0 GMT the account number is reset on the server side. After the reset you can use
the indicator on a different account.

Example: Today you use the indicator on account 111. At 0 GMT the server resets the account.
Tomorrow you can use it on any other account number e.g. 222

1 Parameter Added

To reduce the calculation time / computer resources I have added a parameter with name
“candlesCalculated” which is set to 1000 by default.

The value 1000 means that the indicator will only show double tops/bottoms on the newest 1000
candles of the chart. If you want to see the double tops/bottoms also on older candles then you must
set a higher value.

Cheers and Happy Trading 😊

Mike

You might also like