Pine语言的函数request.security(),对应mql5的那个函数?

| 发表于 2022-8-15 12:36:55 | 显示全部楼层 |复制链接
最后由 1290726334 于 2022-8-15 12:53 编辑

image.png
image.png
//@version=5indicator("request.security")s = request.security("MSFT", "D", close) // 1 Dayplot(s)expr = ta.sma(close, 10)s1 = request.security("AAPL", "240", expr) // 240 Minutesplot(s1)
最近访问 头像模式
举报

评论 使用道具

精彩评论1

svip2022
DD
| 发表于 2022-8-15 13:13:32 | 显示全部楼层
我要知道就告诉了
举报

点赞 评论 使用道具

发新帖
EA交易
您需要登录后才可以评论 登录 | 立即注册