Introducing the Adaptive VWAP by QuantAlgo 📈🧬 Enhance your trading and investing strategies with the Adaptive VWAP , a versatile tool designed to provide dynamic insights into market trends and price behavior. This indicator offers a flexible approach to VWAP calculations by allowing users to adapt it based on lookback periods or fixed timeframes, making it...
Introducing the Volatility-Adjusted DEMA Supertrend by QuantAlgo 📈💫 Take your trading and investing strategies to the next level with the Volatility-Adjusted DEMA Supertrend , a dynamic tool designed to adapt to market volatility and provide clear, actionable trend signals. This innovative indicator is ideal for both traders and investors looking for a more...
Fibonacci-Only Strategy This script is a custom trading strategy designed for traders who leverage Fibonacci retracement levels to identify potential trade entries and exits. The strategy is versatile, allowing users to trade across multiple timeframes, with built-in options for dynamic stop loss, trailing stops, and take profit levels. Key Features: Custom...
Library "Trade" A Trade Tracking Library Monitor conditions with less code by using Arrays. When your conditions are met in chronologically, a signal is returned and the scanning starts again. Create trades automatically with Stop Loss, Take Profit and Entry. The trades will automatically track based on the market movement and update when the targets are...
Title: Combined Indicator with EMA Lines Description: The Combined Indicator with EMA Lines is a technical analysis tool that combines multiple indicators to provide insights into the market's strength and potential buying or selling opportunities. It incorporates the Relative Strength Index (RSI), Exponential Moving Average (EMA) lines, and the trend over the...
Library "Position" Allows for simulating trades within an indicator. newTrade(size, price, timestamp) Creates a new trade object. Parameters: size : The size of the trade (number of shares or contracts). price : The price at which the trade took place. timestamp : The timestamp of the trade. Defaults to the current time. Returns: A new...
Shows Trading Days starting at 5pm (UTC-4 NY Time) Shows active Asian, UK and US markets by having a different background colours while those markets are open. Shows possible Brinks hammer/inverted hammers at 03:45 and 09:45
Library "GenericTrading" This library aims to collect rare but useful operations for get_most_recent_long_or_short_position_closed_index() : returns most recent long/short closed bar index. get_most_recent_long_or_short_position_open_index() : returns most recent long/short closed bar index. These two functions designed to help to speed up the...
3ESRA v0.2a Coded by Vaida Bogdan 3ESRA consists of a 3 EMA cross + a close above (for longs) the quickest EMA or below (for shorts). Note that I've deactivated the RSI Cross Over/Under (you can modify the code and activate it). The strategy also uses a stop loss that's at 1 ATR distance from the entry price and a take profit that's...
Simple scripts show the wide range bars within in the look back period, visualizing the bigger momentum. Added four exponential moving averages which define the trend of the instrument. Wide range candles in the direction of overall trend on higher timeframes; give confluence of higher participation in the same direction. Note : Decent volume above the average...
EXPERIMENTAL: A example on how to retrieve statistics from a recurring event. Can be used to optimized strategy's, trade parameters, etc..
script serves as an example how we can close trades at end of day. can be session controlled or the time controlled. the session should be adjusted to be earlier than the candle time.
This Volume Effectiveness indicator is designed to allow users to try and identify how effective volume is on each candle, and smoothing those values over time to try to find trends. Volume Effectiveness is the % change in price for each single unit of volume on the associated candle. The value can be positive or negative, but there is an option to just monitor...
This script implements a rebrushed distance-based pair trading strategy. In this strategy, normally they trade the difference between the prices of two instruments. This difference is also called spread. Here, however we’ll trade the difference between two time frames of one instrument. And that's the main trick. Common procedure consists of the following...
Great Expectations helps traders answer the question: What is possible? It is a powerful question, yet exploration of the unknown always entails risk. A more complete set of questions better suited to traders could be: What opportunity exists from any given point on a chart? What portion of this opportunity can be realistically captured? What risk will be...
Correlation Based Pair Trading Strategy (Trading the spread) There are three popular styles of Pair trading: * Distance based pair trading * Correlation based pair trading * Cointegration based pair trading The correlation based strategy is to short the outperforming instrument and go long on the underperforming one whenever the temporary correlation weakens...
This script is used to estimate how much an exchange/broker makes off a particular pair/symbol. If Coinbase(GDAX) has a 0.25% taker fee and a 0.15% maker fee per trade and you estimate the average commission fee at 0.19% then you simple input that, and how many periods you'd like to know the total fee for (30 periods on the 1 day chart = last 30 days, 28 periods...