View RSS Feed

GottaNew

Master MQL5 from beginner to pro (Part II): Basic data types and use of variable

Rate this Entry
by , Today at 04:52 AM (12 Views)
      
   
In my previous article we looked at the main programs that are used by MQL5 programmers (and came to the conclusion that the MetaEditor IDE is well suited for beginner needs). In addition, we took a quick look at the concept of a function and created a simple script that prints a message in the system log. These messages can be viewed at the bottom of the terminal window in the Experts tab.

Now we come to the point that this data must be stored somewhere.
Today we will talk about how data is stored in RAM. The data can be stored in memory as variables or constants.
more...

Submit "Master MQL5 from beginner to pro (Part II): Basic data types and use of variable" to Google Submit "Master MQL5 from beginner to pro (Part II): Basic data types and use of variable" to del.icio.us Submit "Master MQL5 from beginner to pro (Part II): Basic data types and use of variable" to Digg Submit "Master MQL5 from beginner to pro (Part II): Basic data types and use of variable" to reddit

Tags: None Add / Edit Tags
Categories
Uncategorized

Comments