TradingView
SoftKill21
15 มกรา 2021 เวลา 20 นาฬิกา 57 นาที

Heikin Ashi + Price Action Crypto LONG Strategy 

Bitcoin / TetherUSBinance

คำอธิบาย

This is a simple and efficient crypto strategy, designed for big timeframes like 12/24h.

On history it beats buy and hold strategy in many ocasions, and because of a low DD, pyramid can be used to elevate our winnings while still keeping a low DD < 40% avg.

For the purpose of this example, I used 100% of the capital on each trades, together with a comission of 0.1%

Warning : THERE IS NO STOP LOSS ON THIS STRATEGY ,USE IT AT YOUR OWN RISK

This strategy is made with inside Heikin Ashi candles , together with some price actions logics like for long Close > High[1] and green candle and High[1] > High[2] .
We exit when we have a red candle and the current close is lower than the previous Low


If you have any questions, message me in private !
ความคิดเห็น
mfagyurek
Does it repaint?
diLiviu
@mfagyurek, a lot :-)
lradske25
@SoftKill21 like this script. Any way I can convert to study instead?

Thanks for making this one public.
erdal
Is this tradeable as it performs well on HA candles, but HA candles are calculated prices? So the performance is exaggerated.
igor878744
Good afternoon. What needs to be changed in the code so that there is only short ? Thank you
ak535ak
@igor878744, Change those strings to :
strategy.entry("short",1,when=short)
//strategy.entry("short",0,when=short)
strategy.close("short",when=long)

just vice versa
igor878744
@ak535ak, Thank you
เพิ่มเติม