Hello traders, This script took me a full week of coding/testing, sweat, and tears - and I’m too nice as I’m giving it for free to the community. If you're tired of manual trading and looking for a solid strategy template to pair with your indicators, look no further. This Pine Script v5 strategy template is engineered for maximum customization and risk...
A few people have been asking me to share my backtesting template. Currently I use this as my starting point for validating existing strategies and developing new ones. Features: Trading Date Range Trade Direction 4 progressive take profits with target percents and percentage of position to take profit on (Thanks adolgo) Variable percentage Stop...
This strategy is based on the AlphaTrend indicator by KivancOzbilgic A full description of this algorithm functionality may be found by clicking the linked image above. Changes and/or additions: It is now a backtestable strategy Updated alert trigger logic Easy integration with ProfitView to use this algorithm for automated trading When you create an...
This strategy will enter positions when the set stochastic conditions are met, and uses the moving average to filter the direction of the trades (long/short). The background is used to illustrate the strength of the stochastic values. The following is a step by step guide in order to automate the trading of the strategy with ProfitView: In the indicator...
Hello traders This is the strategy version of this script I - Concept I present to you, ladies and gentlemen, the first screener for harmonic patterns. Starting with an ACBD pattern screener this time!! I used the calculations from Ricardo Santo's script In short, he's using fractals (regular or Bill Williams ) for the pattern calculations. A...
Hello traders This is a simple algorithm for a Tradingview strategy tracking a convergence of 2 unrelated indicators. Convergence is the solution to my trading problems. It's a puzzle with infinite possibilities and only a few working combinations. Here's one that I like - Engulfing pattern - Price vs Moving average for detecting a breakout Definition...
Hello traders Someone requested the strategy version of the Supertrend CCI indicator It's a Supertrend not based on candle close but based on a CCI ( Commodity Channel Index ) How does it work? Bull event: CCI crossing over the 0 line Bear event: CCI crossing below the 0 line When the event is triggered, the script will plot the Supertrend as follow UP...
Hello traders A follower asked me to convert my Trend Direction Helper into a strategy So blessed this indicator reached the 1400+ likes milestone - I can't believe how many people are trading with it I based the setup as follow: - Entries on those green/red labels - exit whenever a Simple Moving Averages cross in the opposite direction happen -...