Crypto Trading Strategies for the freqtrade.io trading bot - freqtrade-strategies-that-work/DoubleEMACrossoverWithTrend.py at main · paulcpk/freqtrade-strategies-that-work
sma(src, fast_length) :ema(src, fast_length)macd = fast_ma - slow_mahist = macd - si 浏览6提问于2020-05-10得票数0 1回答 如何在Pine Script中填充不同分辨率数据的绘图? 、 当图表处于1W模式时,它可以工作,但其思想是能够在1D或4H模式下使用它,但仍然可以看到基于1W数据的绘图和填充,因此分辨率...
I use scalping on three EMA's: 10,21 and 50, on EURUSD 15M, focusing on the 10-EMA to cross over both, 21 and 50 EMA. After a close off the 50 I enter, setting my Stop 5 pips above last candle (the one, which closed off 50 EMA). I do not set a fixed Profit, however ...
1.Price action above 55 EMA 2.EMA 5-9 crossover above 18 EMA 3.Macd Histogram above the 0 Line 4.Macd bullish crossover If all these conditions are met enter right at the next bar ..well here are the results for Daily time frame for Euro USD 2006 - 500 USD (8 trades in total)...
Determine your entry point at the crossover when the “Red” EMA (15 period) crosses the slower “Blue” EMA (30 period) in an upward fashion. Execute a “Sell” order for no more than 2% to 3% of your account. Place a stop-loss order at 20 “pips” Above your entry point. ...
浏览10提问于2020-05-01得票数 0 1回答 Pine脚本-当多个条件为真或假时输入位置 对不起,我是pinescript的新手。希望你能在这方面帮我。我尝试在我的现有V4脚本中添加多个条件,如下所示。Condition1 = crossover(close,ema1)Condition3 = crossover(rsi,50) ...
MarvinSk2006.07.01 05:19#10 Roguewave: I looked at this code I posted (afterwards haha) and the Macd stuff is commented out so its not going to interfere with your testing. Currently it is looking for a cross of 5 EMA to 26 EMA. ...
Files main .gitignore DoubleEMACrossoverWithTrend.py EMAPriceCrossoverWithThreshold.py LICENSE MACDCrossoverWithTrend.py README.md RSIDirectionalWithTrend.py RSIDirectionalWithTrendSlow.pyBreadcrumbs freqtrade-strategies-that-work / EMAPriceCrossoverWithThreshold.py...