Astrology machine learning cycles indicator signals with technical MAs indicators strategy, based on signals index of Github project github.com
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....
Strategy to go long at end of Monday before market closes and exit before Tuesday 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 stoploss and take profit plot lines
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...
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...
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...
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 :)
█ OVERVIEW TASC's April 2022 edition of Traders' Tips includes the "Sell In May? Stock Market Seasonality" article authored by Markos Katsanos. This is the code implementing the "Hybrid Seasonal System" from the article. █ CONCEPTS In his article, Markos Katsanos takes an updated look at the "Sell in May" adage by reviewing recent historical data for...
I found a simple strategy by Jake Bernstein, modified it a little and created a strategy with Risk Management System (SL+TP); After that I test it on the different cryptocurrency pairs. About the Indicator Basically it's the strategy of 2 indicators: Stochastic Oscillator to define the bias and Average Directional Index to confirm it. One again, It uses...
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
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...
This is an Strategy finds and utilise end points of short term market trends and this is a combination of many indicators such as 1. Volume change oscillator 2. Money flow index ( MFI ) 3. Momentum Oscillator (MOM) 4. Stochastic Indicator 6. Relative Strength Indicator ( RSI ) 7. Relative volatility index (RVI) 8. Balance of power (BOP) 9. Small moving average (...
This is back-testable strategy is a modified version of the Stochastic strategy. It is meant to accompany the modified Stochastic indicator: "Cycles". Modifications to the Stochastic strategy include; 1. Programmable settings for the Stochastic Periods (%K, %D and Smooth %K). 2. Programmable settings for the MACD Periods (Fast, Slow, Smoothing) 3. Programmable...
I take the hypothèse that saturday is the most stable day of the week because, no SP500, no fed announcement and no weekly closure. My Strategy is very simple: Take the friday color (Red = Short // Green = Long) Then open at the friday close price Take a small pourcentage (1 or 2 %) then close. What ever close on midnight. Work Well on the 1h chart. The Yellow...
ET TurnaroundMonday - two red bars, on Monday go long and exit when close > yeasterday High
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...