Skip to content

Commit

Permalink
Code generated by indicator_reference_code_generator.py
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub authored and AlexCatarino committed Jul 11, 2024
1 parent aceb71f commit df92463
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
$typeName = 'ImpliedVolatility';
$helperName = 'IV';
$helperArguments = 'option_symbol, option_mirror_symbol';
$properties = array("HistoricalVolatility","OptionSymbol","RiskFreeRate","DividendYield","Price","OppositePrice","UnderlyingPrice");
$pyProperties = array("historical_volatility","option_symbol","risk_free_rate","dividend_yield","price","opposite_price","underlying_price");
$properties = array("OptionSymbol","RiskFreeRate","DividendYield","Price","OppositePrice","UnderlyingPrice");
$pyProperties = array("option_symbol","risk_free_rate","dividend_yield","price","opposite_price","underlying_price");
$otherProperties = array();
$otherPyProperties = array();
$updateParameterType = 'time/number pair or an <code>IndicatorDataPoint</code>';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
$helperArguments = 'option_symbol, option_mirror_symbol';
$hasReference = false;
$isOptionIndicator = true;
$csharpProperties = array("HistoricalVolatility","OptionSymbol","RiskFreeRate","DividendYield","Price","OppositePrice","UnderlyingPrice");
$pythonProperties = array("historical_volatility","option_symbol","risk_free_rate","dividend_yield","price","opposite_price","underlying_price");
$csharpProperties = array("OptionSymbol","RiskFreeRate","DividendYield","Price","OppositePrice","UnderlyingPrice");
$pythonProperties = array("option_symbol","risk_free_rate","dividend_yield","price","opposite_price","underlying_price");
include(DOCS_RESOURCES."/indicators/indicator-history.php");
?>

0 comments on commit df92463

Please sign in to comment.