The script defines a specific trading session based on user inputs. This session is specified by a time range (e.g., "1000-1510") and selected days of the week (e.g., Monday to Friday). This session definition is crucial for trading only during specific times. Lookback and Breakout Conditions: The script uses a lookback period and the highest high and...
Trend Follower Intraday for 3 minute Time-Frame (Adjustable) , that has the time condition for Indian Markets as well. Unlike the Free Scripts - Risk Management , Position Sizing , Partial Exit etc. are also included . Send us a Message to know more about the strategy. // ══════════════════════════════════════════════════════════════════════════ // The Timing...
A SUPPORT RESISTANCE BREAKOUT STRATEGY for 5 minute Time-Frame , that has the time condition for Indian Markets The Timing can be changed to fit other markets, scroll down to "TIME CONDITION" to know more. The commission is also included in the strategy . The basic idea is when , 1) Price crosses above Resistance Level ,indicated by Red Line, is a Long...
OK let's get started , A Day Trading (Intraday) Consolidation Breakout Indication Strategy that explains time condition for Indian Markets . The commission is also included in the strategy . The basic idea is , 1) Price crosses above upper band , indicated by a color change (green) is the Long condition . 2) Price crosses below lower band , indicated by a color...
This strategy is based on the regression line and volume The Linear Regression Channel is a three-line technical indicator that displays the high, low and midpoint of the current trend. How does it work in strategy? If there is a deviation by a given percentage, the entry occurs //LOGIC ENTRY -Length-сhannel length -Deviation-deviation of the boundaries, the...
Hello! This alerts is based on the double bottom pattern - for entering a long position / double top-short A double bottom pattern is formed when two price bottoms are relatively at the same level and the top acts as resistance. This pattern appears at the end of a downtrend and signals a reversal. A double top is a bearish reversal pattern that signals the end...
Hello. Our task is to find the local minimum. The trade is entered on the basis of RSI and SMA according to a specific formula, which is embedded in the code. When the RSI crosses the SMA upside down, a long position is entered. You can change the length of the RSI. The longer the length, the less frequent, but more accurate the entrance, and vice versa. You can...