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:
You need to add following namespace in every inidicator:
1using FinAnalysis.Base;
Do following steps to create custom instrument indicator using FinAnalysis library.