[MT4指标]JS.Levels阻力支持指标
主图指标
mt4指标类型:震荡指标
是否能用在mt4手机版上:否
是否含有未来函数:无
//+------------------------------------------------------------------+
//| JS.Levels.V2.mq4 |
//| Trading systems developer, contact [email protected] ? 2009 |
//+------------------------------------------------------------------+
#property copyright " [email protected] "
#property link " http://multiexperts.ru/ "
#property indicator_chart_window
extern int Months = 120;
extern color color1.High = RoyalBlue;
extern color color1.Low = Crimson;
extern int style1 = 0;
extern int width = 1;
extern bool ray = True;
string lineLow[300];
string lineHigh[300];
double dLow[300];
double dHigh[300];
double dTime[300];
//+------------------------------------------------------------------+
int start()
{
//----
for (int i=0; iJS.Levels.V2.jpg
发表于:2017-08-30 16:01只看该作者
3楼
好东东,谢谢分分享