MetaStock Programming Language – Exercises
This is a continuation of our series on the basics of MetaStock Programming Language and Metastock tips. In this post we are going to test your knowledge as a Metastock Expert by completing the following. Price Array Identifier Shortcut Open High Low Close Volume Arithmetic Operators Shortcut Division Multiplication Addition Subtraction ...
Read MoreMetaStock Programming Language – Input ‘On Balance Volume Indicator’
This is a continuation of our series on the basics of MetaStock Programming Language and MetaStock market data. In this post we are going to talk about ‘On Balance Volume Indicator’, something that you need to know as a Metastock Expert. Figure 2.8 –Input ‘On Balance Volume’ Indicator When looking at the code, can you identify each separate component of the input function? i.e the...
Read MoreMetaStock Programming Language – Rules In Naming Variables
This is a continuation of our series on the basics of MetaStock Programming Language. In this post we are going to talk about tips in naming variables as a Metastock Professional. When naming variables, MetaStock outlines that there are a few rules to follow: • Variable names cannot contain commas, parenthesis, spaces, underscores etc. • Variable names cannot duplicate names already used...
Read MoreMetaStock Programming Language – Tips On Inserting Comments
This is a continuation of our series on the basics of MetaStock Programming Language. In this post we are going to talk about inserting comments within a formula. Inserting Comments MetaStock allows you to make comments anywhere within a formula. Comments are denoted by enclosing any text in braces i.e. ‘{’ and ‘}’. These make it possible to annotate your code without wrecking the syntax....
Read MoreLearning The Basics Of MetaStock Programming Language Part 3
This is a continuation of our series on the basics of MetaStock Programming Language. In this post we are going to talk about the order of precedence and periodicity. Order of Precedence The order of operator precedence specifies the standard order to be used when calculating any mathematical expression. That is to say, when using any of the mathematical operators we’ve described previously,...
Read MoreLearning The Basics Of MetaStock Programming Language Part 2
This is a continuation of our series on the basics of MetaStock Programming Language. In this Metastock guide post we are going to talk about the mathematical and logical operators. Mathematical Operators ‘Mathematical Operators’ is just a fancy name for basic mathematical terms used within coding. These can be broken into three categories: arithmetic operators, comparison operators and logical...
Read MoreMetaStock Charting Package: Intro
MetaStock is a charting package that is known worldwide. The reasons are clear. Not only is MetaStock a polished charting package, it’s an incredibly powerful piece of software. If you believe in the maxim ‘you get what you pay for’, know that MetaStock is no exception. The depth of analysis that MetaStock allows you to conduct is extraordinary. Surprisingly, most people who own MetaStock never...
Read More