André Luís Lopes da Silva / Publications
Forum
Wine has updated and crushed Metatrader 5
I try to access metatrader 5 and appear this message: A debugger has been found running in your system. Please, unload ir from memory and restart your program. I am more than three days trying to solve this problem, I try everything suggestion and nothing. We need a metatrader 5 version for linux
How to modify the take profit to define the selling price according to the crossing of the moving averages?
// Robot comprador com média móvel #property version "1.00" sinput string s1; //-----------Médias Móveis------------- input int mm_rapida_periodo = 5 ; // Periodo Média Rápida input int mm_lenta_periodo = 10 ; // Periodo Média Lenta input