通达信暴利拐点主图+选股指标公式

DRAWTEXT(HIGH REF(HIGH,1) and REF(HIGH,2) REF(high,1) and LOW REF(LOW,1) and REF(LOW,2) REF(LOW,1) and MA(CLOSE,5) MA(close,10) , LOW, '拐点') ,COLORRED;
DRAWTEXT(HIGH REF(high,1) and LOW REF(LOW,1) and REF(HIGH,2) REF(HIGH,1) and REF(LOW,2) REF(LOW,1) and MA(CLOSE,5) MA(CLOSE,10), HIGH, '拐点') ,COLOR00C800;

选股公式:
暴利买入拐点1:HIGH REF(HIGH,1) AND REF(HIGH,2) REF(HIGH,1) AND LOW REF(LOW,1) AND REF(LOW,2) REF(LOW,1) AND MA(CLOSE,5) MA(CLOSE,10) ;
暴利卖出拐点2:HIGH REF(HIGH,1) AND LOW REF(LOW,1) AND REF(HIGH,2) REF(HIGH,1) AND REF(LOW,2) REF(LOW,1) AND MA(CLOSE,5) MA(CLOSE,10) ;

通达信暴利拐点主图+选股指标公式