Home - Pritesh-Mhatre/amibroker-library GitHub Wiki

Welcome to the amibroker-library wiki!

Index

Introduction

AmiBroker is a widely used tool by traders for doing analysis and writing trading strategies. However many users are new to programming and find it difficult initially to start coding. Also what we observed is that the built-in functions provided by AmiBroker are not sufficient in many cases. Hence there is a need to have a library which provides implementation of commonly used features.

We hope amibroker users find it helpful. This library is free for use & delivered under GNU General Public License.

AmiBroker libraries are available in AFL files, we will name each file as per following convention.

%category%-util.afl (Example: text-util.afl)

Usage

  1. Clone or download the repository & copy the AFL files into the Formulas\Include directory of your AmiBroker installation. (Example: C:\Program Files\AmiBroker\Formulas\Include)
  2. Include these files at the top of your afl.
#include <text-util.afl>
  1. Use the functions in your code.

Help

Any queries or change requests can be reported to [email protected]

⚠️ **GitHub.com Fallback** ⚠️