TradingView
mertriver1
4 Th12 2019 09:25

Volty Expan Close Strategy with Backtest Date Range 

Bitcoin / DollarBitfinex

Mô tả

Input Information

Length Numeric 5 Number of bars used to determine the average true range.
NumATRs Numeric .75 Factor used to calculate a percentage of the average true range, used to

Long and short entry based on a percentage of price movement beyond the average range.
Profitable and simple strategy..
Bình luận
Macapable
hey man.. great strategy..easy and simple.. im not much a programmer but can this script be used on metatrader platform?
mertriver1
@Macapable, Thank you! I don't know how to do this. Reach more knowledgeable people on Metatrader.
jt_es
@mertriver1, Is the indicator based on average true range?. how does it work? I am trying to find this indicator for MT4 but no luck.
bnfnffox2
hey man, excellent job.. easy and simple
can you please elaborate how does the script check for condition for long entry

if (time_cond and not na(close[length]))
strategy.entry("VltClsLE", strategy.long, stop=close+atrs, comment = "VltClsLE")
strategy.entry("VltClsSE", strategy.short, stop=close-atrs, comment = "VltClsSE")

where does the condition for long entry is checked
sahidimag
@bnfnffox2, its a Stop order which gets triggered when price crosses the price mentioned in the order.
jrm-007
Thanks for your excellent work. I have a question. How do you force the strategy to exit all open positions at a particular time on every day of trading?
JKinga
Hey, hope you are well. Really like this tool. Is it possible to get it with alerts??
cosmo62
Thanks for posting this, very simple for such good results. How can I modify the script so I can create alerts?
mertriver1
@cosmo62, Sorry for the late response, I don't know, but I will work on it.
suddenFalcon3691
I need help with pine. I need to turn volty expan close strategy to an indicator that I can create alerts on it. Can you help ?
Thêm nữa