Skip to content

Instantly share code, notes, and snippets.

@bongkook
Created March 27, 2020 03:23
Show Gist options
  • Save bongkook/642a72c0243ff6008d496d57cab14949 to your computer and use it in GitHub Desktop.
Save bongkook/642a72c0243ff6008d496d57cab14949 to your computer and use it in GitHub Desktop.
buy
TVM:{"exchange":"bybit-testnet","account":"*","symbol":"BTC/USD","open_order":"cancel","type":"market","side":"close"}:MVT
TVM:{"exchange":"bybit-testnet","account":"*","symbol":"BTC/USD","type":"market","side":"buy","bal_pct":100,"sl_pct":-0.75}:MVT
TVM:{"exchange":"bybit-testnet","account":"*","symbol":"BTC/USD","type":"limit","side":"close","price":"last","price_pct":0.75}:MVT
청산 > 시장가 매수 > 지정가 익절 매도
sell
TVM:{"exchange":"bybit-testnet","account":"*","symbol":"BTC/USD","type":"market","side":"close"}:MVT
TVM:{"exchange":"bybit-testnet","account":"*","symbol":"BTC/USD","type":"market","side":"sell","bal_pct":100,"sl_pct":0.75}:MVT
TVM:{"exchange":"bybit-testnet","account":"*","symbol":"BTC/USD","type":"limit","side":"close","price":"last","price_pct":-0.75}:MVT
청산 > 시장가 매도,스탑로스 > 지정가 익절 매수
TVM:{"exchange":"bybit-testnet","account":"*","symbol":"BTC/USD","open_order":"cancel","type":"market","side":"close"}:MVT
TVM:{"exchange":"bybit-testnet","account":"*","symbol":"BTC/USD","type":"market","side":"buy","bal_pct":100}:MVT
TVM:{"exchange":"bybit-testnet","account":"*","symbol":"BTC/USD","type":"limit","side":"sell","bal_pct":100,"price":"last","price_pct":0.75}:MVT
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment