This strategy aims to identify long (buy) opportunities in the market using the SuperTrend indicator. It utilizes the Average True Range (ATR) and a multiplier to determine the dynamic support levels for entering long positions. This presentation will provide an overview of the strategy's components, explain its usage, and highlight that it focuses on long...
This strategy is an adaptive price channel strategy based on the Average True Range (ATR) indicator and the Average Directional Index (ADX). It aims to identify sideways markets and trends in the price movements and make trades accordingly. The strategy uses a length parameter for the ATR and ADX indicators, which determines the length of the calculation for...
This script was an exercise in learning Pinescript and exploring the futures curve of the VIX in relation to SPY. Was deleted by TV, trying to republish it now with updated parameters for slippage and commission and a more detailed description. "VIX Futures Spread Strategy" is a trading strategy that capitalizes on the spread between the 3-month VIX futures...
About this Strategy This supertrend strategy uses the Heikin Ashi candles to generate the supertrend but enters and exits trades using normal candle close prices. If you use the standard built in Supertrend indicator on Heikin Ashi candles, it will produce very unrealistic backtesting results because it uses the Heikin Ashi prices instead of the real prices....
Hello Guys! Nice to meet you all! This is my third script! This Logic is trend following logic, This detects long & short trends based on SSL Hybrid Baseline. This fits to the longer time frame like 4hr and 1d. ### Long Condition 1. close > SSL Hybrid baseline upper k - Baseline is the ma of close price. (You can choose ma type and length) - Upper k is the upper...
Trend Identifier Strategy for 1D BTC.USD The indicator smoothens a closely following moving average into a polynomial like plot and assumes 4 staged cycles based on the first and the second derivatives. This is an optimized strategy for long term buying and selling with a Sortino Ratio above 3. It is designed to be a more profitable alternative to HODLing. It can...
ET TurnaroundMonday - two red bars, on Monday go long and exit when close > yeasterday High
VXD Cloud Edition for Python-Binance-bots. to overcome sideways market conditions this cloud configured for low timeframe. every TA is same as VXD Cloud Edition but custom alert message for bots. Risk:Reward Calculation Risk of Ruin Setting can now selected between Fixed $ or % if Buy your Stoploss will be Swing low if Sell your Stoploss will be Swing high...
Simple concept for a scalping script, written for 5 minute candles, optimized for BTC. 1st script I've created from scratch, somewhat from scratch. Also part of the goal of this one is to hold coin as often as possible, whenever it's sideways or not dropping significantly. Designed to buy on the stochastic bottoms (K>D and rising, and <17) Then and sell...
Objective is to find forward looking indicators to find good entries into major index's. In similar vein to my Combo Z Score script I have implemented one looking at oil and oil volatility. Interestingly the script out performs WITHOUT applying the EMA in longer timeframes but under performs in shorter timeframes, for example 2007 vs 2019. Likely due to the...
Strategy to go long at end of Monday before market closes and exit before Wednesday close, or at stop loss or take profit percentages This runs strategy on entering by weekday name and also by session time. Implemented are also Take Profit and Stop Loss to exit position using custom inputs. Added stop loss and take profit plot lines
Daily Mid Term Consulting BOLT es una estrategia a mediano y largo plazo creada para detectar los cambios tendenciales en zonas de tiempo diarias. se basa en el análisis de los cambios porcentuales que sufre el precio contra las distintas medias móviles simples definidas en la estrategia. el uso de osciladores como el MACD , RSI y EFI apoyan la decisión de...
The WHAT =============> Basically a combination of multiple indicators into a strategy. As the title says - it's a combo of MESA Pivot Points, Cyclic RSI, MESA Adjusted Moving Average, ALMA and MACD. Feel free to play around with them and turn then on/off as desired to get the best results for your coin. Enjoy :)
This script is generally My describe is: There are a lot of levels we would like to buy some crypto. When the price has crossed the level-line - we buy, but only if we have the permission in array(2) When we have bought the crypto - we lose the permission for buy for now(till we will sell it on the next higher level) When we sell some crypto(on the buying level...
Tracks the maximal drawdown from a -25% crash over 200 day period.
My discribe is: There ara a lot of levels we would like to buy some crypto. When the price has acrossed the level-line - we buy, but only if we have the permission in array(2) When we have bought the crypto - we lose the permission for buy for now(till we will sell it on the next hiegher level) When we sell some crypto(on the buying level + 1) we have the...
VXD is a brand new indicator and still developing. to minimize stop losses and overcome sideways market conditions, Higher Timeframe are recommended Trend lines -using Rolling VWAP as trend line to determined if Volume related to a certain price. -you can switch RVWAP to EMA in the setting ATR -trailing 12*ATR and 2.4 Mutiplier Pivot point and Rejected...