You are on page 1of 3

1. Download Options Oracle Source file.

url : https://github.com/Sraviya/Source_Code

2. When you are opening Options oracle application,


By Default, Select Online server “Plugin Server India (NSE)” and punch in following data as
symbols in “SYMBOL”

‘NIFTY’ ‘ACC’ ‘MRF’ ‘BANKNIFTY’

Note: given symbols are standard for future use, please keep them saved in notes

Upon clicking update button or hitting Enter key, data should be populated from below
URL(refer 3rd point),instead of “symbol not found “ dialog box as shown in below image.

To accomplish this you will have to change the url(refer 3 rd point) in the main.cs file from nse server
folder in source code and relative attributes.
3. you can verify ticker/symbol and retrieve Option Chain data for corresponding ticker/symbol
by using http://npg.veh.mybluehostin.me:8000/symbols/?
name=MRF,
(Note : Here MRF is Ticker/Symbol Name)

You can configure these URL inside,

…\OOServerNSE\Main.cs

Note :

Remove all dummy url from Main.cs

Replace New URL :


http://npg.veh.mybluehostin.me:8000/symbols/?name=MRF
Change/Add entity and Attributes depends on New URL Format.

4. Here I have attached Main.cs file retrieve data from api – url for you
Reference url : https://github.com/Sraviya/Reference--Main.CS

5. After rewriting the code with necessary attributes, you will see the populating data in the
Data window like in below image.
6. Upon successful comnpletion of the given task, you will be awarded the project to work in
the source code for various changes in it and to reverse engineer the same like an software
architect in other domains.

You might also like