Here I’m posting some tools I’ve developed in time and think may help someone out there, also I’m using this upload as a backup copy, in the worst case scenario if I lost or damage the files.
The following tools are coded to work within Metatrader 4. I’ve been learning the hard way -as almost everything in life- C# programming language (mq4) and the next “indicators” are a few of my experiments whilst others are tweaks of some tools I’ve found in the web.
I don’t like the word indicator and if you have read some of my entries in the blog, I’m indicator-averse I’d say. All the next tools, as I prefer to call them, are based in real values directed extracted from the charts, not based in imaginary levels or magic calculations.
I’ve posted some of these indicators in different forums of the web.
If you found useful any of the files, you are free to use it and modify it if you like to do so, but as a favor, acknowledge the original creator as I always do. Also consider open source your work. If I based the indicator in someone else's creation, in the parameter’s tab or in the description I specify its name so if you are interested of the original file, you can google it.
As a reminder, I’m not responsible for any decision you make or any mistake generated whatsoever.
Any suggestions of improvement and other ideas of “indicators” are welcome.
Important Note: You shouldn't use indicators! but if necessary, I would recommend not to have all of the following tools opened at the same time. It could be quite messy and you should use charts as clean as possible. Templates might be helpful.
H_ForexMarketHours (indicator)
Important Note: You shouldn't use indicators! but if necessary, I would recommend not to have all of the following tools opened at the same time. It could be quite messy and you should use charts as clean as possible. Templates might be helpful.
H_ForexMarketHours (indicator)
H_000Lines (indicator)
H_levels-HiLo (indicator)
Data Capture (indicator)
To install this tools, you must decompress the zip files to the pertinent locations (as per MT4 buid 600):
EA: ../Program Files/mt4/MQL4/Experts
Indicator: ../Program Files/mt4/MQL4/Indicators
Script: ../Program Files/mt4/MQL4/Scripts
---------------------------------------------------------------------
I have a few more scripts coded by myself, but I don’t see any reason to upload them. Those posted here I could say I use them rather often, and the others are just there.
EA: ../Program Files/mt4/MQL4/Experts
Indicator: ../Program Files/mt4/MQL4/Indicators
Script: ../Program Files/mt4/MQL4/Scripts
---------------------------------------------------------------------
I have a few more scripts coded by myself, but I don’t see any reason to upload them. Those posted here I could say I use them rather often, and the others are just there.
For example I have indicators to mark inside bars, pin bars, moving average bounces, etc, but I think those would cause for frustration and confusion more than clarity.