Type/to search

Kombination der Strategie mit zwei gleitenden Durchschnitten und dem Relativen Stärkeindex (RSI)

RSI
0
Follow
18
Followers
  • Strategiebezeichnung: Kombination aus Doppeltem Gleitenden Durchschnitt (DMA) und Relative-Stärke-Index (RSI)
  • Datenzyklus: 15M, 30M usw.
  • Unterstützt: Rohstoff-Futures, Kryptowährungen
  • Offizielle Website: www.quantinfo.com

img

  • Hauptdiagramm:
    Gleitender Durchschnitt 1, Formel: MA1^^EMA(C,N1);
    Gleitender Durchschnitt 2, Formel: MA2^^EMA(C,N2);

  • Nebendiagramm:
    RSI, Formel: 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)