A simple buy and hold strategy. A short or a long position can be chosen. The start date will determine the date where your position will start and end date is the date it will end. This works well as a baseline to your other existing strategies since buy and hold is just the simplest strategy available.
This is a strategy tester designed around the most important data from FRED - Federal Reserve Economic Data As input data, we have: // Personal Consumption Expenditures // Real Retail and Food Services Sales // Leading Index for the United States // All Employees: Total Nonfarm Payrolls // Real Gross Domestic Product // Gross Domestic Product I adapted the long...
This strategy will focus on up trend trading and down trend trading based on several indicators such as; for up trend 1. SAR indicator 2. Super trend indicator 3. Simple moving average for the period of 100 down trend 1. RSI Indicator 2. Money flow index 3. Relative volatility index 4. Balance of powder
This is a function that you can use in strategies. Not a strategy in and of itself. Example thumbnail is showing the function applied to a strategy. Oftentimes, I am asked a question regarding how to hold a variable at a specific, constant level over a conditional period of time. This question is always asked in a very long convoluted way like "I want the...
Hello everyone! I proudly present the backtest Strategy Script for my "Buy and Hold entry finder" Script. It basically shows you the outcome, if you would use my indicator in the past. The buy signals are limited to 1 order per month. Order Size: Allows you to choose, how much money you want to invest per month. (Please consider, it will only invest an x...
MACD = Moving Average Convergence and Divergence Hybrid = Combining the two main MACD signals into one indicator BSH = Buy Sell Hold This indicator looks for a crossover of the MACD moving averages (12ema and 26ema) in order to generate a buy/sell signal and a crossover of the MACD line (12ema minus 26ema) and MACD signal line (9ema of MACD line) in order to...
Hello everyone! This is a indicator based on the MACD and the distance between the current price and the Exponential moving Average . The signal gets triggered if the current MACD (with default settings) is under 0 and the Distance from the Ema gets smaller if under ema or gets bigger if over ema . In edition you can set a max distance from the ema . This...