MQL5 - Language of trade strategies built-in the MetaTrader 5 client terminal

Automated Trading Language Documentation

MA-Env Indicator
MA-Env
Author: basisforex
Screenshot
EURUSD, M5
Demo
Subscribe to signal
EDFx BLSH x621
50.03%, 82 818.02 USD
Price Value For RSI LevelPrice Value For RSI Level Try product
Price Value For RSI Level
Author: algo1111
Forex VPS by Fozzy Inc. Forex VPS by Fozzy Inc.

Copy

Copies a file.

bool  Copy(
   const string  src_name,      // Source file name
   int           src_flag,      // Flag
   const string  dst_name,      // Destination file name
   int           dst_flags      // Flags
   )

Parameters

src_name

[in]  File name of the file to copy.

src_flag

[in]  Flags of the file to copy (only FILE_COMMON is used).

dst_name

[in]  File name of the destination file.

dst_flags

[in]  Flags of the destination file (only FILE_REWRITE and FILE_COMMON are used).

Returned value

true if successful, false if it hasn't been copied.


Updated: 2009.11.30