Rafal W.
Rafal W.
> OrderClose error 4108 > unknown ticket 134 for OrderClose function > ERROR: Trade::OrdersCloseViaProp2:993: Failed to close the order: 91! Error: 10011 (Request processing error)
> WARNING: EA::ProcessSignals:342: Error: 4051; OsMA > WARNING: EA::ProcessSignals:342: Error: 4074; OsMA > WARNING: EA::ProcessSignals:355: Processing signals failed! Code: 4074 Related: GH-314.
This line of code produces empty order serialization string for order instance: ologger.Debug(StringFormat("Failed request: %s", ToString()), __FUNCTION_LINE__);
E.g. ``` int levelsToCalculate = MathMin(numberOfLevels, rates_total); for (int i = 0; i < levelsToCalculate; i++) { double levelPrice = NormalizeDouble(SymbolInfoDouble(_Symbol, SYMBOL_BID) / MathPow(10, MarketInfo(_Symbol, MODE_DIGITS) - 1), MarketInfo(_Symbol, MODE_DIGITS));...
``` case TRADE_RETCODE_MARKET_CLOSED: // Market is closed. // @todo: Re-try closing. // break; ``` Related: GH-703.
This is useful to calculate DD of the individual order.
> OrderModify error 4051 > invalid ticket for OrderModify function - Build: [986827305](https://github.com/EA31337/Strategy-AC/runs/986827305?check_suite_focus=true#step:4:445) - Related: https://github.com/EA31337/Strategy-AC/issues/1 - Test by running Strategy AC or [AD](https://github.com/EA31337/Strategy-AD).
Conditions: - [ ] Trade: When one order is below 1% of equity - [ ] Trade: When one order is above 1% of equity - [ ] Trade: Daily...
> The Forex chart pattern where the price touches a resistance level that was previously acting as a support level is commonly known as a "Support-turned-Resistance" pattern. This pattern occurs...