Find Jobs
Hire Freelancers

convert a TradingView indicator(Volume Flow Indicator) into Thinkorswim Script

$10-30 CAD

已关闭
已发布大约 2 年前

$10-30 CAD

货到付款
study(title = "Volume Flow Indicator [LazyBear]", shorttitle="VFI_LB") length = input(130, title="VFI length") coef = input(0.2) vcoef = input(2.5, title="Max. vol. cutoff") signalLength=input(5) smoothVFI=input(false, type=bool) ma(x,y) => smoothVFI ? sma(x,y) : x typical=hlc3 inter = log( typical ) - log( typical[1] ) vinter = stdev(inter, 30 ) cutoff = coef * vinter * close vave = sma( volume, length )[1] vmax = vave * vcoef vc = iff(volume < vmax, volume, vmax) //min( volume, vmax ) mf = typical - typical[1] vcp = iff( mf > cutoff, vc, iff ( mf < -cutoff, -vc, 0 ) ) vfi = ma(sum( vcp , length )/vave, 3) vfima=ema( vfi, signalLength ) d=vfi-vfima plot(0, color=gray, style=3) showHisto=input(false, type=bool) plot(showHisto ? d : na, style=histogram, color=gray, linewidth=3, transp=50) plot( vfima , title="EMA of vfi", color=orange) plot( vfi, title="vfi", color=green,linewidth=2)
项目 ID: 33695680

关于此项目

2提案
远程项目
活跃2 年前

想赚点钱吗?

在Freelancer上竞价的好处

设定您的预算和时间范围
为您的工作获得报酬
简要概述您的提案
免费注册和竞标工作
2威客以平均价$131 CAD来参与此工作竞价
用户头像
Hello there, I have read your project details and I can confidently say that based on my rich experience as an Expert Software Developer who has successfully created highly efficient Trading BOTs / Strategies / Indicators for numerous brokers and platforms I am well equipped for the job. Kindly chat me up so we can discuss this further, thank you!!!
$150 CAD 在1天之内
4.9 (3条评论)
3.2
3.2
用户头像
Hello Client , i am a professional programmer for financial markets. I have several years experienced in Metatrader Indicators and EA,Tradingview cTrader,NT7/8 ,TOS, so I’m sure I can help you with the code . Don’t hesitate to contact me and discuss the details, Thank you.
$112 CAD 在1天之内
0.0 (0条评论)
0.0
0.0

关于客户

CANADA的国旗
St. John\'s, Canada
0.0
0
会员自5月 14, 2022起

客户认证

谢谢!我们已通过电子邮件向您发送了索取免费积分的链接。
发送电子邮件时出现问题。请再试一次。
已注册用户 发布工作总数
Freelancer ® is a registered Trademark of Freelancer Technology Pty Limited (ACN 142 189 759)
Copyright © 2024 Freelancer Technology Pty Limited (ACN 142 189 759)
加载预览
授予地理位置权限。
您的登录会话已过期而且您已经登出,请再次登录。