I would like to ask you, how should futures be written?

Author: liwancaishi, Created: 2018-06-01 10:04:37, Updated:

I would like to ask you, how should futures be written?

Is that how it's written? exchange.SetMarginLevel ((10)); exchange.SetDirection (sell button); exchange.Sell ((1000, 2));


More

zhangyijunShould the third line be "Sell" or "Buy"?

The Little DreamYes, you have the code, line one, set leverage, line two, set trading direction to empty, line three, set below to empty orders.