EMA PredictionThis script predicts future EMA values assuming that the price remains as configured (-50% to +50%).
Cerca negli script per "ema"
EMA StrategyThis is a simple EMA cross strategy. This script was published by CaptJava. I added in the ability to check off a box and allow shorting, the ability to select a back testing date range and also the ability to enter the buy message and sell message in the properties. You then create the webhook alert and put only this in the message:
{{strategy.order.alert_message}}
That will pull in your alert message dynamically.
I may add more features to this over time.
EMA Ribbon Bollinger UltimateEma Ribbon and Bollinger Bands.
Background change color if the trend change or if it goes weak.
EMA Cross Levels + Standard DeviationPlots the price level that the most recent EMA crossover occurred at(Green if bullish and red if bearish).
Also calculates standard deviation over a shorter window-length/lookback period (of 'n_std_fast' length) and another over a much longer span of periods(n='n_std_slow', > 'n_std_fast').
These are the two dotted lines appearing as bands around the cross-level line.
EMA Difference MinMax ScaledDifference between two EMAs and then transformed through a MinMax scaler
EMA Cross <Johnson Lim>EMA Cross basically is for someone who just need to spot as a guideline whether there are 'opportunity' to buy in or out. I had been using this for few years and it always helps for me at the stage of screening typically on Crypto space.
EMA 20/50 & 50/200 Cross StrategyThis is a simple script using the 20 50 & 200 EMAs
Future modifications coming. I plan to add volume and other plots to this strategy as I continue to develop it.
EMA 25, 50, 100, 200Use this script to reduce the amount of indicators. The darker the color, the longer timeframe the EMA is.
Multi Time Frame EMA Cloud EMA cloud for multiple time frames.
Change settings for time frame u need. Default is 4 hrs. Original credit to Junij
EMA CrossEMA Cross script enables you to specify a slow and a long exponential moving averages and marks the cross between them on the chart.
EMA Cross Strategy - Angara123Based on Anvamsi's script.
Added a filter to only enter trades when the RSI is greater than (or less than if shorting) the 26 period EMA of the RSI.
Turned off stop losses for better gains.
will add other features as we collaborate in chat