addADX               package:quantmod               R Documentation

_A_d_d _D_i_r_e_c_t_i_o_n_a_l _M_o_v_e_m_e_n_t _I_n_d_e_x

_D_e_s_c_r_i_p_t_i_o_n:

     Add Directional Movement Index

_U_s_a_g_e:

     addADX(n = 14, maType="EMA", wilder=TRUE)

_A_r_g_u_m_e_n_t_s:

       n: periods to use for DX calculation

  maType: moving average type 

  wilder: should Welles Wilder EMA be used? 

_D_e_t_a_i_l_s:

     See 'ADX' in 'TTR' for specific details and references.

_V_a_l_u_e:

     An ADX indicator will be draw in a new window on the current
     chart.  A chobTA object will be returned silently.

_A_u_t_h_o_r(_s):

     Jeffrey A. Ryan

_R_e_f_e_r_e_n_c_e_s:

     see ADX in 'TTR' written by Josh Ulrich

_S_e_e _A_l_s_o:

     'addTA'

_E_x_a_m_p_l_e_s:

     ## Not run: 
     addADX()
     ## End(Not run)

