Guest User

Untitled

a guest
Jan 18th, 2019
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. // TEST REMCO
  2. function pricemove (t, xc){
  3. xc=xc.slice(0,t);
  4. return xc[0]-xc[xc.length-1]
  5. }
  6.  
  7. XBTMOVE[0] = (pricemove(9,BNCE_XBTUSD))
  8.  
  9. LONG[0] = function(){
  10. if (XBTMOVE[0]>1){return 1}
  11. if (XBTMOVE[0]<1){return -1}
  12. return 0;
  13. }();
Add Comment
Please, Sign In to add comment