GetStrike ();
Description
Returns the strike price for the current option.
Example
input strike_price_interval = 5;
input steps = 1;
plot OtherPrice = OptionPrice(GetStrike() + steps * strike_price_interval);
This example plots the theoretical price of an option with a different strike.