Skip to content
dbaechtel edited this page Apr 12, 2017 · 6 revisions

Alveo Wiki

Table of Contents

The Account API provides access to several different account options. Account name, number, profit, etc.

The Array API provides access to several different expanded array options. Copy, Dimension, Maximum, Minimum, etc.

Market Data captured in *.CSV formatted files for Back Testing.

The Constants File provides access to a number of constants used by Alveo. Price, Market Info, Colors, etc.

The File API allows access to several different file operations. Opening, Closing, and Reading a file, etc.

The GlobalVariable API provides several different types of information for global variables. Global variable name, total number of global variables, etc.

The Helper API provides many different helper methods to use. Char to string, Information on time, etc.

The Indicator API provides one with the ability to use Technical Indicators. Referencing MACD, etc.

This page has Instructions and Tips for building Expert Advisors and Custom Indicators for Alveo.

The Time Series API provides access to receive information from a specific time series. Lowest value, Highest value, etc.

The Trading API provides access to several different order operations. Opening and closing a position, retrieving order information, etc.

Clone this wiki locally