Rafal W.
Rafal W.
Add option to close all the orders (soft and hard way).
Current logic: double curr_rsi = iRSI(chart.GetSymbol(), TrendPeriod, RSI_Period, RSI_Applied_Price, 0); curr_trend = fabs(curr_rsi - 50) > 10 ? (double) (1.0 / 50) * (curr_rsi - 50) : 0; Suggestions: -...
- Used for simulation. - Related: https://github.com/EA31337/EA31337-classes/issues/146
> 2018.05.21 21:49:41.700 EA31337-Lite-Full-v1.075 EURUSDc,M1: Account::GetAccountStopoutLevel(): Not supported mode (0). Refs:
See: [Consumption of the CPU resources and memory](https://www.mql5.com/en/articles/2555#excessive_load_memory_cpu)
> When you reload the bot or change some configurations it stops the current statistics of the best and worse trade and reset the counter.
EA working on MT5 but can not control the number of Max orders per strategy. Changing the parameter does not have any effect. _Originally posted by @syhazvi in https://github.com/EA31337/EA31337/issues/155#issuecomment-524027774_ Also...
URL: https://github.com/henryatman/PyMT4 / https://github.com/rmawatson/PyMT4