case 4000: error_string="no error (never generated code)"; 没有错误; case 4001: error_string="wrong function pointer"; 错误函数指示; case 4002: error_string="array index is out of range";数组索引超出范围; case 4003: error_string="no memory for function call stack"; 对于调用堆栈储存器...
Indicator lines指标线 40 Ichimoku Kinko Hyo 41 Moving Average methods移动平均方法 41 MessageBox信息箱 41 Object types对象类型 43 Object properties对象属性 44 Object visibility 45 Uninitialize reason codes撤销初始化原因代码 45 Special constants特别常数 46 Error codes错误代码 46 Predefined variables预定义...
28、or_chart_window void 显示在走势图窗口indicator_separate_window void 显示在新区块indicator_buffers int 显示缓存最高8indicator_minimum int 图形区间最低点indicator_maximum int 图形区间最高点indicator_colorN color 第N根线的颜色,最高8根线indicator_levelN double predefined level N for separate window...
Sets a value for a given horizontal level of the indicator to be output in a separate window Custom Indicators ShortArrayToString Copying array part into a string Conversion Functions ShortToString Converting symbol code (unicode) into one-symbol string Conversion Functions SignalBaseGetDouble ...
in a corresponding directory is not checked during compilation. That is why parameters of custom indicator call must be set up correctly, otherwise calculated values may differ from expected ones. The possibility of calling a custom indicator helps to considerably simplify an Expert Advisor code. ...
#include<iostream> using namespace std; int sum=236; int dg(int i){ int temp=0; for(int...
•Function callOperations are used in operators (see Operators). Only in operators does their use makes sense and is realized in a program. The possibility to use an operation is determined by the properties of operators; if the operator's properties allow you to utilize this specific ...
Not enough memory for indicator calculation 4099 ERR_END_OF_FILE End of file 4100 ERR_SOME_FILE_ERROR Some file error 4101 ERR_WRONG_FILE_NAME Wrong file name 4102 ERR_TOO_MANY_OPENED_FILES Too many opened files 4103 ERR_CANNOT_OPEN_FILE Cannot open file 4104 ERR_INCOMPATI...
indicator to set from the properties tab of your indicator in MetaTrader. For example: MA_Period in the very popular EMA indicator. And these variables will be declared with the “extern” keyword in your code (Please review Variables lesson). So, this section of the wizard enables you...
However, it is not always possible/necessary/reasonable to write an EA for each indicator. You can promptly calculate the profitability of trading on the alerts from other indicators, using a special indicator that collects their alerts itself and draws a picture of ideal trading with them. It ...