Seorang pencari menulis dasar untuk memajukan amaran, pengesanan semula tidak memajukan isyarat, cakera sebenar menunjukkan kesalahan, bolehkah anda membantu melihat kod masalah.
Periode_list = [Periode_D1,126060,66060, 46060,36060, PERIOD_H1,45*60, PERIOD_M30, PERIOD_M15, PERIOD_M5, PERIOD_M1];// senarai garis minit LastTime = 0 var malevel0 = new Array ((); // menentukan sebuah kamus malevel0[symbol]=0; function OnBar (rekod, simbol) ♪ if (rekod == null) Kembali; var len=record.length-1; if ((len < 200) Kembali;
var ma200=TA.MA(record,ma_len)
var cci = talib.CCI(record, cci_len)
if(record[len].Open<ma200[len])
malevel0[symbol]=1;
var con=(malevel0[symbol]==1) && record[len].Open>ma200[len] && cci[len]>cci_value
//Log("con",malevel0[symbol]l,malevel0,record[len].Open,ma200[len],cci[len],record[len-1].Open,ma200[len-1]);
if(con)
{
malevel0[symbol]=0;
str = _D(record[record.length - 1].Time);//把 此刻的 毫秒时间 转换成 字符串(能看懂的)
Log("条件提示["+symbol+str+"]推送微信@" ); //输出一条信息 并推送微信
}
{C:$0000FF} /* function profit_order ((()//menghentikan ♪ prices=get_last_price ((() if ((prices==null) Kembali; if ((CheckPositionDirect (() ==1)// pelbagai barisan ♪
if( prices[0]-stop_price>profit_perent*stop_price/100)
{
Log("多止盈",prices[0],stop_price);
ClosePosition(prices[0]);
reset();
}
}else if(CheckPositionDirect()==-1)//空仓
{
if( stop_price-prices[1] >profit_perent*stop_price/100)
{
Log("空止盈",prices[1],stop_price);
ClosePosition(prices[1]);
reset();
}
}
} */
// Logik urus niaga utama
function OnTick ((simbol)
♪
//exchange.SetContractType (() penukaran pertukaran);
record = exchange.GetRecords ((Period_list[period]);
if ((rekod==null)
Kembali;
if (record[record.length - 1].Time!= lastTime) {
//Log (menambah lajur K baru untuk menghasilkan log, symbol, record[record.length - 1].Time);
lastTime = record[record.length - 1].Time; // Pastikan anda mengemas kini lastTime, ini penting.
OnBar(record,symbol);//收盘价模式
}
}
// platform berdasarkan tingkatan tik
fungsi utama (() {
Falg = 1;
var contract_list=[
exchange.IO("currency", symbols)
OnTick(symbols);
Sleep(500)
}
}
}
ewang23/upload/asset/1642f0eca89ded61e3f8d.png Tidak menunjukkan maklumat yang salah
RumputKlik pada halaman bot untuk melihat kesilapan tertentu.