1
Follow
1
Followers
Проблема со значением переменной в скрипте Pine
Created 2022-09-28 17:03:13 Updated 2022-09-29 10:57:24
12
1429
Related Recommendations
Inventor Quant Workflow FAQ (Continuously Updated)Financial Magic Zone Global KOL RecruitmentFAQ Summary (Updating...)PINE Language Introductory Tutorial of FMZ QuantPrimary Tutorial of Strategy Writing with FMZ Quant Trading Platform (Must Read)Getting Started with FMZ Quant Trading Platform (Must Read)MyLanguage DocFMZ PINE Script DocNotes & Explanation of Futures Reverse Doubling Algorithm StrategySolutions to Obtaining Docker Http Request Message
Comment
All comments (12)
/*backtest
start: 2022-08-27 00:00:00
end: 2022-09-26 00:00:00
period: 15m
basePeriod: 5m
exchanges: [{"eid":"Binance","currency":"ETH_USDT"}]
*/
varip abc = 0.0
if bar_index % 3 == 0
abc := open
plot(abc[0], overlay=true,color=color.red)
plot(abc[1], overlay=true,color=color.blue)
plot(abc[2], overlay=true,color=color.black)
plot(abc[3], overlay=true,color=color.gray) 
4 years ago
我换用 edge浏览器,然后清除缓存重新登录了,还是老样子。。。。
购买地址: https://www.fmz.com/m/s/384344
注册码: 2c10ab928be48ff44cf0a8fbf6763dcc
我把这个测试出租了,你运行看看
4 years ago
/*backtest
start: 2022-08-27 00:00:00
end: 2022-09-26 00:00:00
period: 15m
basePeriod: 5m
exchanges: [{"eid":"Binance","currency":"ETH_USDT"}]
*/
varip abc = 0.0
if bar_index % 3 == 0
abc := open
plot(abc[0], overlay=true,color=color.red)
plot(abc[1], overlay=true,color=color.blue)
plot(abc[2], overlay=true,color=color.black)
plot(abc[3], overlay=true,color=color.gray)
4 years ago
- 1






