The WHAT =============> A strategy focused on opening trades during a retracement of the so-called Big Candles. Instead of having to recalibrate a strategy every so often (so it stays consistent with the current trend), this Candle strategy tries to use a different approach. It will detect candles with big bodies (which are usually created during a strong push...
The WHAT =============> Combination of 3 indicators, first 2 are to get entry points, the last one (MESA) is to get exit points: 1) "Koalafied Volume Extension" by @Koalafied_3 - used to detect whether current trend candles are supported by volume 2) "Koalafied RSI Decision Points" by @Koalafied_3 - another indicator used to detect trend momentum 3) "Mesa...
The WHAT =============> A strategy based off 3 indicators: 1) the original TV's "Pivot Points Standard" indicator 2) Cyclic RSI High Low With Noise Filter indicator ( ) from @RozaniGhani-RG as basis for determining uptrend or downtrend 3) Mesa Advanced Triggers indicator ( ) from @jordanfung to filter out the best high/low points where to open and close...
Some time ago I published Monthly returns table. Now It's time for weekly one. To get it work you need a pretty big screen, but I hope it will be useful for some of you. Features of this table includes: Display weekly returns of your strategy, benchmark, and alpha over this benchmark. Select benchmark to be another instrument Select the date from...
Just a simple RSI central pivot strategy I made for a friend. Backtested on BYBIT:BTCUSD, 155m. DISCLAIMER : Please do your own research into anything you use before using it to trade.
Software part of algotrading is simpler than you think. TradingView is a great place to do this actually. To present it, I'm publishing each of the default strategies you can find in Pinescript editor's "built-in" list with slight modification - I'm only adding 2 lines of code, which will trigger alerts, ready to be forwarded to your broker via TradingConnector...
This is combo strategies for get a cumulative signal. First strategy This System was created from the Book "How I Tripled My Money In The Futures Market" by Ulf Jensen, Page 183. This is reverse type of strategies. The strategy buys at market, if close price is higher than the previous close during 2 days and the meaning of 9-days Stochastic Slow...
Copyright by HPotter v1.0 20/04/2021 This is combo strategies for get a cumulative signal. First strategy This System was created from the Book "How I Tripled My Money In The Futures Market" by Ulf Jensen, Page 183. This is reverse type of strategies. The strategy buys at market, if close price is higher than the previous close during 2 days and the...
Hello All, This is backtesting result of following indicator/strategy. I didn't work on adding other indicators. maybe in the future I can try to combine this with other indicators. You can visit following link to see "Pivot Point SuperTrend" . by using this backtesting tool, you can test&find better options There is option "Use Center Line to Close Entry...
Continue looking for more signifcant pivot points. This script is based on my "Significant Pivot Reversal Strategy". In this strategy I use concept of pivot of pivot points. So for PoP I require that pivot highs point should have 2 lower pivot highs points around them and pivot low 2 higher pivot lows points. Transparent lines represent usual pivot levels...
I'm working on improving the Pivot Points Reversal Strategy. As one of the ways to filter out insignificant levels I decided to check that pivot point is not above/below neighbors, but check that it's above/below at least by a certain amount. I use ATR, so in params, you can set length of ATR and also ATR multiplier. The new level will be calculated only if PP...
Simple Pivot Reversal Strategy with some adding settings. Date Range: To test over specific market conditions. Initial Capitol: $10K - This is a more realistic representation of funds used this strategy (for me anyway). The default of $100K can give different results (usually better) than when using a smaller balance. Order Size: 100% Equity - These trend...
This strategy joins the Pivot Reversal strategy with the RSI indicator. We check RSI level at the pivot point level and only if RSI condition is satisfied we update levels for stop orders. The strategy works pretty good for crypto, 30m, 1h, 2h timeframes.
Pivot reversal strategy almost always works pretty good for crypto. Here is setup with 4 left, 4 right bars for pivot points for XBTUSD 1h chart. It shows a pretty nice performance of 350% with only 10% dd, Sharpe is 1.16. If you're interested in using this strategy in my scripts you can find alerts for it and a version with added backtesting range. And...
This is standard Pivot Reversal Strategy with backtest date range added. In parameters you can select from/to date for backtesting range.
Hello, beginner in trading here. Use this at your own risk. Commission : 0.05% Time Unit : 5 min Backtest range : 15 days (looking like that is the maximum in 5 min UT) Initial capital : 1000€ How it works : Long entries and exits. That's all, no pyramiding, no shorting. It takes the first buy signal (green triangle) and the first sell signal (yellow...