Click or drag to resize

Creation Of Instrument Indicators

There are 49 build-in technical indicators. Also FinAnalysis library allows you to create custom indicators. You can use these indicators the same way as build-in indicators.

If you want to design your own indicator you need to do the following:

  1. You need to create VS dll library solution.
  2. Add a reference to FinAnalysis.dll.
  3. You need to add following namespace in every inidicator:

    C#
    1using FinAnalysis.Base;

Do following steps to create custom instrument indicator using FinAnalysis library.