FinandyHookLibLibrary   "FinandyHookLib" 
TODO: add library description here
 createOrderJson(model, hook_secret, options) 
  Parameters:
     model (orderModel type from Hamster-Coder/OrderLib/7) 
     hook_secret (string) 
     options (textFormatOptions) 
 textFormatOptions 
  Fields:
     price_format (series__string) 
     percent_format (series__string)
Hamster-coder
OrderLibLibrary   "OrderLib" 
TODO: add library description here
 removeOrderView(view) 
  Parameters:
     view (orderView) 
 createOrderView(model, length, profit_color, loss_color, enter_color) 
  Parameters:
     model (orderModel) 
     length (simple int) 
     profit_color (simple color) 
     loss_color (simple color) 
     enter_color (simple color) 
 createOrder(enter, tp, sl) 
  Parameters:
     enter (float) 
     tp (float) 
     sl (float) 
 createOrderByRR(enter, sl, rr) 
  Parameters:
     enter (float) 
     sl (float) 
     rr (float) 
 createOrderByRR(enter, sl, rr, commision_percent) 
  Parameters:
     enter (float) 
     sl (float) 
     rr (simple float) 
     commision_percent (simple float) 
 orderModel 
  Fields:
     enter (series__float) 
     sl (series__float) 
     tp (series__float) 
 orderView 
  Fields:
     enter (series__line) 
     sl (series__line) 
     tp (series__line)


