TradingView
Jazal
2021년 5월 28일 오후 1시 26분

VuManChu Swing Free 

BTC Perpetual Futures ContractBinance

설명

This is the old version of Range Filter from DonovanWall, that VuManChu is selling in his discord as "VuManChu Swing" which in reality is just Range Filter, a open-source script from DonovanWall.
코멘트
Yahmez
Where should you put a stoploss on this you think?
BrandonS_1
@Yahmez, depends on the resistance/support
MarketVisionAlgo
Can I get backtester for this range filter swing vumanchu indicator
DaytimeTinkerer
@MarketVisionAlgo, sure learn pinescript
Stommie
For anyone who wants this as a strategy. Go to "Source Code", change the script at the top from study to strategy, and add the following lines:

strategy.entry("Long",strategy.long,when=longCondition) strategy.entry("Short",strategy.short,when=shortCondition)


Spoiler alert, It's not that good as a standalone strategy.
prof_777
@CrypT0mmy, friend, I did as you wrote, but I have such a mistake. How can I fix it please?
Undeclared identifier 'longCondition';
Undeclared identifier 'shortCondition'
Stommie
@gareginamaryan, U have to add it all the way at the bottom of the script, otherwise it does not work. So change study to strategy at the top. Then add the lines I told you all the way at the bottom of the script. Then it should work :)
vetha15101998
How can I get this robot file?
djtabletsa
더보기