zemuss

Results 3 issues of zemuss

MtApi.MtExecutionException HResult=0x80131500 Message=Response from MetaTrader is null Source=MtApi StackTrace: at MtApi.MtApiClient.SendCommand[T](MtCommandType commandType, ArrayList commandParameters, Dictionary`2 namedParams) in \MtApi\MtApiClient.cs:line 3063

Hi, Is this project still active?

question

Worker Service with Scheduler doesn't execute IInvocable using EveryMinute().WeekDay() on a Friday. Coravel Version 5.0.2 Sample program: host.Services.UseScheduler(scheduler => { scheduler.Schedule() .EveryMinute(); .Weekday(); }); If I take out the .WeekDay()...