Buying / Selling / Getting Indicatior and Oszilator values

 
Hi everybody,

Im new here and just want to learn how to use mql5 for my purposes, cause every api provided by any broker is either too expensive or just trash.

Since about 5 years im a VB .NET programmer and now i want to use my skills to write a dll which allows me to do the following actions:

  • Buy / Sell
  • Read Indicators / Oscilators

So my target is to communicate with metatrader and do the called actions.

Im pleased for any answer showing me the right direction, maybe there is already a code existing which i can modify ?

Greetings from Austria,

Harald

 
Distinctive:
Hi everybody,

Im new here and just want to learn how to use mql5 for my purposes, cause every api provided by any broker is either too expensive or just trash.

Since about 5 years im a VB .NET programmer and now i want to use my skills to write a dll which allows me to do the following actions:

  • Buy / Sell
  • Read Indicators / Oscilators

So my target is to communicate with metatrader and do the called actions.

Im pleased for any answer showing me the right direction, maybe there is already a code existing which i can modify ?

Greetings from Austria,

Harald

Use yours skills to search

Searching with MQL5

 
angevoyageur:

Use yours skills to search


Good thanks for your answer - everybody should just search the forum and nobody should ever answer again any thread, because every question is already answered.

But thanks that you told me to use the search function, instead of providing a tiny link to an code example where i can start - made my day ^^

 
Distinctive:
Hi everybody,

Im new here and just want to learn how to use mql5 for my purposes, cause every api provided by any broker is either too expensive or just trash.

Since about 5 years im a VB .NET programmer and now i want to use my skills to write a dll which allows me to do the following actions:

  • Buy / Sell
  • Read Indicators / Oscilators

So my target is to communicate with metatrader and do the called actions.

Im pleased for any answer showing me the right direction, maybe there is already a code existing which i can modify ?

Greetings from Austria,

Harald

Open MetaEditor (by open MT5 and press F4) and select help menu and select MQL5 reference, here's the online version https://www.mql5.com/en/docs

Here's an article of writing .dll in C++ https://www.mql5.com/en/articles/18 and Delphi https://www.mql5.com/en/articles/96 

MQL5 Documentation
MQL5 Documentation
  • www.mql5.com
MetaQuotes Language 5 (MQL5) Reference - Documentation on MQL5.com
 

thanks so far,

I decided to learn the language itself instead of getting stuck with vb.

Greetings