請問如何記錄當天開盤後第一根5分K到第六根分K的收盤價?
請問如何記錄當天開盤後第一根5分K到第六根分K的收盤價
- 140
- 最後發表 fancky 2022 二月 21
編輯出現這行錯誤ㄟ
測試1-1-1ExitCode: 1
StdOut:
StdErr: System\XSSystem\Tmp\45682f8a69f741f3bf66142b798d4277.cpp: In member function 'virtual void DJScript::Indicator::C54235cceab1e4b90bc52250a13413bbb::OnEvalBar()':
System\XSSystem\Tmp\45682f8a69f741f3bf66142b798d4277.cpp:113:24: error: no matching function for call to 'DJScript::Indicator::C54235cceab1e4b90bc52250a13413bbb::LessEq(SysJust::XS::NumericArraySimpleVar&, int)'
if (LessEq(_record, 6))
^
System\XSSystem\Tmp\45682f8a69f741f3bf66142b798d4277.cpp:113:24: note: candidates are:
In file included from Inc\stdafx.h:42:0:
Inc\ScriptBase.h:271:18: note: bool SysJust::XS::ScriptBase::LessEq(double, double)
Inc\ScriptBase.h:271:18: note: no known conversion for argument 1 from 'SysJust::XS::NumericArraySimpleVar' to 'double'
Inc\ScriptBase.h:289:18: note: bool SysJust::XS::ScriptBase::LessEq(const string&, const string&)
Inc\ScriptBase.h:289:18: note: no known conversion for argument 1 from 'SysJust::XS::NumericArraySimpleVar' to 'const string& {aka const std::basic_string<char>&}'
3 評論