建倉型別與對應建倉價
(bid,ask)
建倉型別
對應建倉價
buyask+spread
sell
bid-spread
buylimit
ask-spread-stoplevel
selllimit
bid+spread+stoplevel
buystop
ask+spread+stoplevel
sellstop
bid-spread-stoplevel
buytakeprofit
ask+stoplevel
buystoploss
ask-stoplevel
selltakeprofit
bid-stoplevel
sellstoploss
bid+stoplevel
**成交持倉單以bid平倉,賣出成交持倉單以ask平倉
在有些平台上執行掛單不需要考慮spread、stoplevel
Git轉殖遠端倉庫與本地檔案上傳至新建倉庫
在轉殖之前,git黑視窗 git bash 目錄一定要先進入到想要轉殖的目標空資料夾內。下面以轉殖github中的bob使用者的rep倉庫為例 git clone 在上傳之前,git黑視窗 git bash 目錄一定要先進入到想要上傳的目標資料夾內。建立乙個空的遠端倉庫,如github 將本地目錄初...
c與Pascal型別對應
c語言的函式格式與delphi不同,它們是函式返回型別在前,函式宣告在後.對於沒有任何返回型別的函式則定義為void型別.例如 delphi中函式function myfunction intin integer bool 相應的c語言 就變成bool myfunction int intin 又例...
sqlserver 與 c 型別對應
sql server型別 c 型別 bitbool tinyint byte smallint short intint bigint long real float float double money decimal datetime datetime char string varchar s...