Attachments forums

List of attachments posted on this forum.


All files on forums: 135675

Re: MT4 Trading Utilities, Chart Tools & Add-ons

bilbao, Sun May 28, 2017 11:08 pm

P4L

Installation:
// Copy this file to: C:/Program Files/--your-MT4-directory-here---/experts/indicators/
// Review the "extern" variable settings below. Change as desired, then restart MT4 or do "Compile" in MetaEditor.
//
// Open a chart and add this indicator. Assuming you compiled with the "extern" defaults you prefer,
// you shouldn't need to change any of the defaults, *except* one: (FOR "P4L Clock.mq4" ONLY!)
// This Version requires "Allow DLL Imports" to be set under the Common Tab when you add this to a chart!
// FYI, the DLLs retrieve the local CPU clock time and timezone info as well as world timezone info.
// A word of caution: You can see my entire source code and what the DLL's do which should be harmless.
// Personally, I *never* enable DLL's on any binary .EX4 file because I don't trust what the program might do.
// For all I know, it could be sending out very private information about me or my account!
//
// NOTE! The world timezone times are only as accurate as your LOCAL CPU CLOCK or, if variable
// Broker_MMSS_Is_Gold_Standard=True, your Broker's clock! At least verify your own clock and set it accurately!
// NOTE! Your Broker time is independent of your local CPU clock and, though unlikely, may change at any time.
All files in topic