Skip to content

A module for using the Windows cmd command with MQL4 programming.

License

Notifications You must be signed in to change notification settings

KeisukeIwabuchi/MQL4-Command

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

MQL4-Command

A module for using the Windows cmd command with MQL4 programming.

Install

  1. Download Command.mqh
  2. Save the file to /MQL4/Include/mql4_modules/Command/Command.mqh

Usage

Load the Command.mqh with #include.
Execute cmd method.

if(!Command::cmd("The command you want to execute.")) {
  Print("Error occured.");
}

About

A module for using the Windows cmd command with MQL4 programming.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages