Type/to search

Combination of Double MA and RSI

RSI
0
Follow
18
Followers
  • Strategy Name: Combination of Double MA and RSI

  • Data Cycle: 15M, 30M, etc.

  • Support: Commodity Futures

    img
    img

  • Main chart:
    MA 1, formula: MA1 ^^ EMA (C, N1);
    MA 2, formula: MA2 ^^ EMA (C, N2);

  • Secondary chart:
    RSI, formula:
    RSIVALUE:SMA(MAX(CLOSE-REF(CLOSE,1),0),LENGTH,1)/SMA(ABS(CLOSE-REF(CLOSE,1)),LENGTH,1)*100;

Source
MyLang
(*backtest
start: 2018-11-05 00:00:00
end: 2018-12-05 00:00:00
period: 15m
exchanges: [{"eid":"Futures_OKCoin","currency":"BTC_USD"}]
args: [["ContractType","this_week",126961]]
*)

MA1^^EMA(C,N1);
MA2^^EMA(C,N2);

LENGTH:=9;
Strategy parameters
Strategy parameters
Stop Loss Percentage
MA1 parameter
MA2 parameter
Comment
All comments (2)

    如何让他全仓买入呢

    5 years ago

    要梭哈?

    5 years ago
  • 1
iPhone Download
Forums
PINE Language
© 2015 - ∞ INVENTOR PTE LTD (SG)