UNPKG

osr-quant

Version:

[![NPM](https://nodei.co/npm/osr-quant.png?mini=true)](https://nodei.co/npm/osr-quant/) ###How to use npm install osr-quant

9 lines 181 B
Quant.Model.extends({ nextTick:function( current ){ this.buy(3); this.sell(3); this.close(1,2); this.close(-1,2); this.draw("Name",this.ma("$.close",5),{}); } })