1
Follow
0
Followers
Le nombre d'échanges doit être de 1 pour démarrer (message d'erreur lors du démarrage du robot)
Created 2021-04-21 21:30:54 Updated 2021-04-25 12:58:12
1
1117
J'ai besoin d'ajouter des informations sur les échanges ici ?
Log (("Informations de l'échange: ", exchange.GetName(), ":", exchange.GetAccount());( Comment puis-je remplir ces informations avec mon échange de jetons ? Merci
function main() {
Le blogueur a également publié un billet sur le blog de l'époque, intitulé "SendEmail".
if (exchanges.length != 1) {
throw "Il suffit d'un échange pour démarrer";
} else {
Log("Huobi:", exchange.GetName(), ":", exchange.GetAccount());
}

Cinquièmement, par exemple:
- Le robot de construction, en fonction de votre capital et de la monnaie, remplissez les paramètres (à l'intérieur de cette fonction)
- Pour les informations sur la plateforme de trading ? Merci de nous guider.
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?
Comment
All comments (1)
- 1
