0
Follow
0
Followers
Comment écrire une position complète d'achat et une position complète de vente en Python ?
Created 2021-04-27 16:51:55
3
1297
La documentation de l'API ne permet d'acheter que le nombre spécifié d'écrits.
def main():
id = exchange.Buy(100, 1)
Log("id:", id)
Comment écrire "achat en gros" et "vente en gros" en Python ?
Related Recommendations
How to Specify Different Versions of Data for the Rented Strategy by Its Rental Code MetadataAdvanced Tutorial for FMZ Quant platform Strategy WritingElementary Tutorial for FMZ Quant platform Strategy WritingGet Started with FMZ Quant PlatformSECURITY BUGI keep getting error: Exchange_GetAccount: Invalid ContractTypeWe have an incredibly profitable market making algorithm for sideways markets on Bitmex - but need expert to help eliminate wait times during downward volatility in the marketError with deribitLimitations of the backtesting engineHow to install ta-lib on linux docker?
