TradingView
prosum_solutions
Jan 26, 2018 4:57 AM

Philakone 55 EMA Swing Trading Strategy 

Bitcoin / Tether USDPoloniex

Description

This strategy was inspired by Philkone Crypto's "Lesson 12: Let's Learn Advanced 55 EMA Strategy" video.

steemit.com/bitcoin/@philakonecrypto/lesson-12-let-s-learn-advanced-55-ema-strategy

Supports Buy and Sell Condition alerts and displays arrows on the chart.

Release Notes

New features in this release:

  • Upgraded source code to Pine Script version 5.
  • Added support for multiple timeframes with or without gaps.
  • Added 'Source' input to change the source of the moving averages.
  • Changed from using plotarrow() to plotshape() for improved chart visuals.
  • Updated short title from 'EMA' to 'Phil's 55 EMA'.
Comments
vito261
Hello,

Why not using only ema55 cross for buy / sell condition ?

Thanks
ltdisturbed
Hello, is it possible to backtest this ?

Thanks for your work
RyanBrook
This is great. I'd love to be able to code, is it python that you use for trading view scripts?
Have you made any other useful scripts?
I tried to add the 200 ma

ma200 = exponential ? ema(src, 200) : sma(src, 200)
plot( ma200, color=lime, style=line, title="200", linewidth=1)

I thought it was that simple but it didn't work :)
load2015
Hello, very interesting. I used to that by hand... that script saves me a lot of time.
However, it is just a study, I would like to turn that to a strategy.
Is there a kind person on here who could help me ? Thanks so much
svietlychnyy
repaint..
prosum_solutions
@svietlychnyy, It is interesting that you observed this because I too have observed TradingView changing the historical bars (I have screenshots to prove it) thus causing my indicators to repaint even though I followed every guideline they have published on the subject. This indicator follows all the guidelines. But there's literally nothing I can do when TV changes the bar history, thus causing the indicator to recalculate the events and draw new outcomes.
RV15699
Thank you for the update, works fine for me.
callmethebear
Always a good indicator. Would you consider making the ARROW for the crossover considerable thicker and/or add "SELL" above or "Buy" below it for the respective conditions. Its really hard to spot on the chart unless your candles are really zoomed out.
hamzov
Thanks for making this :)
asirmon
It looks like you have is written in the script but its not showing on my screen
More