1
Follow
0
Followers
Il y a une petite question dans le code: est-ce qu'un hôte a reçu un message du serveur écrit en go pour lancer un nouveau robot ?exec.Command--fork reconnaît le processus de démarrage ?
Idéalement, les hôtes d'implémentation de go, les stratégies peuvent également fournir une programmation en langage go, puis générer des plug-ins, les hôtes mettent à jour les stratégies localement, les robots sont chargés
func RunStrategy(){
...
p, err := plugin.Open("./logs/plugin/strategy_XXXXX.so")
if err != nil {
panic(err)
}
main, err := p.Lookup("StrategyMain")
main.(func())()
...
}
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
