QuikLua - Греки
Atom
11/3/2015


Использую код:
Code

trader.RegisterSecurity(option);

var bs = new BlackScholes(option, trader, trader);

DateTimeOffset currentTime = DateTimeOffset.Now;

decimal delta = bs.Delta(currentTime);
decimal gamma = bs.Gamma(currentTime);
decimal vega = bs.Vega(currentTime);
decimal theta = bs.Theta(currentTime);
decimal rho = bs.Rho(currentTime);
decimal iv = bs.ImpliedVolatility(currentTime, premium);  


Греки не передаются, хотя в QUIK IV транслируется, что я делаю не так?
Спасибо.

Tags:


Thanks:


oshkalo89

Avatar
Date: 3/7/2016
Reply


Привет!

У меня точно такая же проблема. BlackScholes не обновляет информацию ни по волатильности, ни по грекам и теоретической цене.

Удалось найти решение?
Thanks:


Attach files by dragging & dropping, , or pasting from the clipboard.

loading
clippy