论坛

關於RSI參數6追蹤ADX(參數14)的實作

各位專家們好,小弟是初學MT4的新手, 最近正在研究EA實作。 關於"RSI參數6追蹤ADX(參數14)"的實作, 我試著在貨幣對中,先拉入Average Directional Movement Index指標,然後再拉入Relative Strength Index指標, 在RSI的應用於中選擇Previous Indicator's Data後,如下圖所示。 而在程式碼實作中,我用了 double adx_array[14]; ArraySetAsSeries(adx_array,true); for (int i= 0; i< 14; i++) {