Library "Heikinashi"
This library calculates "Heikinashi".
calc(_o, _h, _l, _c, _my_close)
This function calculates "Heikinashi".
Parameters:
_o: open
_h: high
_l: low
_c: close
_my_close: Specify if you want to force only the closing price to a real value.
Returns: TODO: add what function returns
This library calculates "Heikinashi".
calc(_o, _h, _l, _c, _my_close)
This function calculates "Heikinashi".
Parameters:
_o: open
_h: high
_l: low
_c: close
_my_close: Specify if you want to force only the closing price to a real value.
Returns: TODO: add what function returns
Release Notes:
v2
Added sample code for multiple averaged heikinashi.
Added sample code for multiple averaged heikinashi.
Release Notes:
v3
Added:
calcFor(_o, _h, _l, _c, _close_type, _times)
This function calculates "Heikinashi".
Parameters:
_o: open
_h: high
_l: low
_c: close
_close_type: Sets the calculation method to be used for the closing price.
_times: Sets how many times to average.(min:1, max:10)
Returns: TODO: add what function returns
Updated:
calc(_o, _h, _l, _c, _close_type)
This function calculates "Heikinashi".
Parameters:
_o: open
_h: high
_l: low
_c: close
_close_type: Sets the calculation method to be used for the closing price.
Returns: TODO: add what function returns
Added:
calcFor(_o, _h, _l, _c, _close_type, _times)
This function calculates "Heikinashi".
Parameters:
_o: open
_h: high
_l: low
_c: close
_close_type: Sets the calculation method to be used for the closing price.
_times: Sets how many times to average.(min:1, max:10)
Returns: TODO: add what function returns
Updated:
calc(_o, _h, _l, _c, _close_type)
This function calculates "Heikinashi".
Parameters:
_o: open
_h: high
_l: low
_c: close
_close_type: Sets the calculation method to be used for the closing price.
Returns: TODO: add what function returns
Release Notes:
v4
Performance Improvement
Performance Improvement
Release Notes:
v5
Bug fixed.
Added:
calcFor_v1(_o, _h, _l, _c, _close_type, _times)
This function calculates "Heikinashi".
Parameters:
_o: open
_h: high
_l: low
_c: close
_close_type: Sets the calculation method to be used for the closing price.
_times: Sets how many times to average.(min:1, max:10)
Returns: TODO: add what function returns
Bug fixed.
Added:
calcFor_v1(_o, _h, _l, _c, _close_type, _times)
This function calculates "Heikinashi".
Parameters:
_o: open
_h: high
_l: low
_c: close
_close_type: Sets the calculation method to be used for the closing price.
_times: Sets how many times to average.(min:1, max:10)
Returns: TODO: add what function returns
Release Notes:
v6
Added the source types "ohlc4 smoothed".
Added the source types "ohlc4 smoothed".