Skip to content

A module for handling WebRequest function comfortably with MQL4.

License

Notifications You must be signed in to change notification settings

KeisukeIwabuchi/MQL4-Web

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

MQL4-WebRequest

A module for handling WebRequest function comfortably with MQL4.

Requirement

  • stdlib.ex4(Defult Library file)

Install

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

Usage

Include the Web.mqh. If you want to access HTTP by GET, call get method.

Web::get("URL", Variable of receive the result);

If you want to access HTTP by POST, call post method.

Web::post("URL", Variable of receive the result);

If you want to request with a parameter, set the parameter with the addPrameter method beforehand.

Web::addParameter(key, value);

About

A module for handling WebRequest function comfortably with MQL4.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages