📝 产品详情
RedeeCash RSI
| 作者 | Patrick Odonnell Ingle |
| 版本 | v1.10 |
| 激活数 | 0 |
Version History
| Date | Version | Changes |
|---|---|---|
| 07/09/2022 | 1.10 | Initial released |
Description
The RedeeCash RSI is your typical RSI indicator with the three latest RSI calculations exposed as global variables for easier integration with scripts and expert advisors.
Code Sample
To invoke this indicator from an EA or script, call the iCustom metatrader function,
iCustom(Symbol(),PERIOD_CURRENT,"Market/RedeeCash RSI",14,1,0); string RSIVarName = StringConcatenate(Symbol(),"_rsi"); string RSIPosVarName = StringConcatenate(Symbol(),"_rsipos"); string RSINegVarName = StringConcatenate(Symbol(),"_rsineg"); double rsi = GlobalVeriableGet(RSIVarName); bool trade_ready = false; if (rs < 70 && rsi > 30) { trade_ready = true; }
Usage
Invoke the RedeeCash RSI indicator from your script or expert advisor using th iCustom function passing a single parameter for RSI Period.
安全须知
本产品仅通过 MQL5.com 官方渠道获取。其他渠道版本可能缺少完整功能和技术支持。
EA 配置
| 交易品种 | XAUUSD |
| 时间框架 | H1 (推荐) |
| 推荐经纪商 | IC Markets, IC Trading |
| 最低存款 | $300 / 0.01手 |
📸 截图预览