Alveo is a real-time trading application for charting and performing technical analysis of the markets.
To download the platform: https://apiaryfund.com/software
To request features & report bugs: https://apiaryfund.com/develop
- Open the Visual Studio Solution from the repository
- Locate the dll's
- The dll's can be found in the Alveo folder under C:\Program Files\Alveo
- You may need to show hidden files in windows explorer to view the dll files
- Reference the dlls in the Visual Studio solution
- In the UserCode Solution Right click on References and select Add Reference
- Click Browse and navigate to the location of the dll files
- Select the dll files and press Add
Look at an example indicator.
Look at the Wiki for additional information on creating an indicator
Custom indicators can be used in Alveo
- Open Alveo
- Select Code
- Select Editor
- Paste the code for the indicator into the editor and press the green build button
- Save the indicator
- Add the custom indicator to your chart by going to Insert > Indicators and selecting the indicator from the list