v4
Added:
history(_index, _price, _stoploss, _high, _low, _side, _entered, _colors, _show, _number_format)
History
Parameters:
_index (int): Entry index
_price (float): Entry price
_stoploss (float): StopLoss price
_high (float): Range high price
_low (float): Range low price
_side (int): Num. of entry side (buy is 1, sell is -1)
_entered (bool): Is the entry entered
_colors (color[]): Color array
_show (bool): show trigger
_number_format (string): Text number format 'Price' | 'Pips'