Codes

Graphically display current trend for all time frames in one simple panel for MetaTrader 4

This is a graphical indicator based on slope-direction-trend indicator that has been published under several other forms

Adding password protection to your Indicator / Expert Advisor for MetaTrader 4

Here I propose a simple password verification scheme which uses MT4's built-in security engine providing DES/ECB encryption and does not require code re-compilation for each new customer

Retrieve high impact events from ForexFactory.com and display them in your indicator or Expert Advisor for MetaTrader 4

As I'm currently developing an Expert Advisor for Crude Oil and Brent, I wanted to get from ForexFactory.com the exact date and time of the 'Crude Oil Inventory' report. This report is typically issued on Wednesday's at 10:30am Eastern but when there's a holiday, the release date can change. As this

Forum

Potential bug in MT4 encrypt/decrypt library

When I published my code to protect an indicator / expert adviser I noticed an 'issue' I could not resolve. It is with the CryptDecode() function when decoding a BASE64 string. If I encode a plain text string to BASE64 and then immediately decode that string, I get the same result. As it should