|
SOLUTIONS
|
BUILT-IN MATHEMATICA SYMBOL
FinancialIndicator
FinancialIndicator["ind", par1, par2, ...]
represents a financial indicator
with parameters
,
, etc.
DetailsDetails
- FinancialIndicator can be used in functions such as TradingChart and InteractiveTradingChart, etc.
- FinancialIndicator[] returns a list of all indicators.
- The possible financial indicators are listed in "Listing of All Financial Indicators".
ExamplesExamplesopen allclose all
Basic Examples (3)Basic Examples (3)
List all the available indicators:
FinancialIndicator returns the default parameter values:
| In[1]:= |
| Out[1]= | ![]() |
Include financial indicators in TradingChart:
| In[1]:= |
| Out[1]= | ![]() |
Get the default parameter values used by an indicator:
| In[1]:= |
| Out[1]= |
New in 8
Mathematica 9 is now available!
New to Mathematica?
Find your learning path »
Have a question?
Ask support »



