Type/to search

Combinação da estratégia de médias móveis duplas com o indicador de força relativa RSI

RSI
0
Follow
18
Followers
  • Nome da estratégia: Combinação de estratégia de médias móveis duplas com indicador RSI (Relative Strength Index)
  • Período de dados: 15M, 30M, etc.
  • Suporte: Futuros de commodities, criptomoedas
  • Site oficial: www.quantinfo.com

img

  • Gráfico principal:
    Média Móvel 1, fórmula: MA1^^EMA(C,N1);
    Média Móvel 2, fórmula: MA2^^EMA(C,N2);

  • Gráfico secundário:
    RSI, fórmula: 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
Forums
PINE Language
Get the app
iPhone Download
© 2015 - ∞ INVENTOR PTE LTD (SG)