[LIB] Array / Matrix DisplayLibrary "ArrayMatrixHUD"
Show Array or Matrix Elements In Table
For Arrays: Set the number of rows you want the data displayed in and it will generate a table, calculating the columns based on the size of the array being displayed.
For Matrix: It will automatically match the Rows and Columns to the values in the matrix.
Note: On the left, the table shows the index of the array/matrix value starting at 1. So, to call that value from inside the array, subtract 1 from the index value to the left. For matrices, keep in mind that the row and column are also starting at one when trying to call a value from the matrix. The numbering of the values on the left is for display purposes only.
viewArray(_arrayName, _pos, _txtSize, _tRows)
Array Element Display (Supports float, int, string, and bool)
Parameters:
_arrayName : ID of Array to be Displayed
_pos : Position for Table
_txtSize : Size of Table Cell Text
_tRows : Number of Rows to Display Data In (columns will be calculated accordingly)
Returns: A Display of Array Values in a Table
viewMatrix(_matrixName, _pos, _txtSize)
Matrix Element Display (Supports float, int, string, and bool)
Parameters:
_matrixName : ID of Matrix to be Displayed
_pos : Position for Table
_txtSize : Size of Table Cell Text
Returns: A Display of Matrix Values in a Table
Within
Deep CandleAccess two chart resolutions and/or securities with crystal clarity. Have your one minute candles built right into your one hour candles, or whatever other combinations you'd like. Use "Fade Mode" to accentuate low res candles when zoomed out and mute them when zoomed in. Choose any security/exchange and any resolution.
If you'd like to plug this concept into another indicator, I'm at your service.
~jdhadwin
Two resolutions, same exchange, one chart:
Two resolutions, Coinbase 1m & Bitfinex 30m, one chart:
Fade Mode Off
Fade Mode On
1 Minute Chart with 1 Day Candles applied
15 Minute Chart with 1 Day Candles applied (zoomed out)
15 Minute Chart with 1 Day Candles applied (zoomed in) with Fade Mode Off
15 Minute Chart with 1 Day Candles applied (zoomed in) with Fade Mode On