This website uses cookies. You can read about our
cookie usage
. By closing this banner or continuing to use the website, you accept our use of cookies as described in our Cookies Policy.
Login
Traders
Combos
Stocks
Features
Cryptos
Social Charts
Blog
UserLists
TradeWall
Calendar
Contest
Forex Tools
Forum
Automator
ZuluGuard™
Contact Us
Languages
english
русский
日本語
deutsch
中文
español
français
polski
العربية
български
čeština
dansk
ελληνικά
فارسى
suomi
עברית
magyar
indonesia
한국어
bahasa melayu
norsk
português
slovenščina
svenska
ไทย
tiếng việt
ZuluTrading Forex API C# Tutorial
Back to the
ZuluTrading Forex API Reference
1. Introduction
This tutorial will instruct you on how to run the C# sample application that uses the ZuluTrade's trading API.
2. Prerequisites
To run the example application in windows you need:
Microsoft Visual Studio,
http://www.visualstudio.com/downloads/download-visual-studio-vs
An active ZuluTrade account with access to trading api enabled
The sample Visual Studio project demonstrating the trading API, by clicking:
here
for the production environment
here
for the beta environment
3. How to run
Unzip zulutrade-sample-trading-api-c#-client.zip
Start Visual Studio
Select File->Open->Project/Solution
Navigate to the unzip folder, select the ZuluTradingSampleApp solution and press Open
The solution is imported, you should be able to see it on the Solution explorer
Navigate in solution and open ZuluTradingSampleApp.cs, the source will open in editor file.
In editor fill in your zulu account credentials and save "ZuluTradingSampleApp.cs" (Ctrl+s)
Now you can run the application
If everything went ok, the following output will be shown in console