Introduction

FinovoTrader is a binary options and crypto currencies trading platform which comes with Auto Trade Engine. It connect with various brokers and exchanges to facilitate trading. You can write Finovo Bot to automate your trading strategy using C# language. To view your strategy graphically on chart you can write Finovo Indicator. It also has built in indicators you can use them too as input of bot or indicator. C# has huge collection of libraries which you can use while writing Finovo Programs and Tools. It comes with built in IDE known as FinovoEditor which can be used while writing programs or Visual Studio. FinovoEditor has intellisense support which greatly helps in writing code as you type it shows suggestions for code. FinovoEditor also highlights code so you can distinguish code easily. FinovoTrader API provides various types of functions for trading and interacting with platfrom. With Finovo API you can write 2 different types programs.

Finovo Bot

Finovo Bot is a auto trading program which can be attached to chart. It have events Installed, Unistalled, OnTick which gets called as event happen. You run perform tasks when these events are recieved like sending order.

Finovo Indicator

Finovo Indicator is a program which you use can to view your strategy on the chart graphically. You can not send orders using Finovo Indicator.