我想在蜡烛上画一条水平线,只有当RSI值小于30的时候。所以我用"ta.barssince“来计数蜡烛的数量,然后,我用它作为"ta.highest”中的长度,然后我就画了起来,下面是脚本:
然而,RSI=ta.rsi(close,14) var floathighUsePivot= na Candles := ta.barssince(RSI > 30) highUsePivot := ta.highest(high, Ca
我有一个汇编程序,它将字符串的长度写在ax寄存器中,但我对一些指令感到有点困惑。; here, I move in rsi register the adress of string, right?rsi is pointing to the first char or to the whole string?to the nearest @@ (backward)invoke ExitProcess, 0 ; invoke ExitProcess API main endp
end 我的</