MoneyMoves ALGOThe strategy works with the crossing of two moving averages, slope and basis line of the volatility bands.
when slope crosses up the basis line the signal is buy, when slope crosses down the base line it is sell
the volatility bands represent standard deviations, when the market is flattened it is consolidated
Show Break Out Support or Resistance Alarm
The supports and resistances are based on superior times, daily, weekly, and monthly.
suited has two alarms: one, when the high price breaks resistance or a low price, breaks support. and another when the close with volume breaks resistance or support, select the Volume Break Out S&R Back Period mode, and indicate periods behind the volume.
Back test section.
you can select a specific date for testing the strategy.
You also have the option of a money management, where you can put profits or losses both in buy or sell.
You can also select in the go long or go sell option if you want the system to only operate buy or sell
Volum
RSI of VWAP [SHORT selling]This is SHORT selling version of RSIofVWAP strategy. Settings and Logic are totally different from LONG side version , hence I am publishing it as a new strategy.
Settings
============
VWAP of RSI Length 15
Slow EMA Length 200
Short entry level 25
Cover short level 70
stop loss 5
SHORT Entry
============
condition1 : When RSIofVWAP crossdown below 25 and VWAP is below ema200
condition2: When weekly RSIofVWAP crossdown 70 and VWAP (note : session vwap , not weekly vwap) is below ema200
condition3: Use VIX value , if you want to short when the price is above ema200
vwap RSI crossing down 70 and VIX RSI is cossing up 70
enter short ... This is like falling knife :-)
I need to add the code -- later
if any of above condition is TRUE , SHORT entry will be taken
Take Profit
============
When close less than short entry price and RSIofVWAp is crossing up 25 , take profit ...close 1/3 of the position
Exit
============
When RSIofVWAP crossing up 70 level
Stop Loss
============
Stop Loss is set to 5%
Note:
1. When strategy is in SHORT position , background and bar color changes to gray
2. When strategy is already in short position , possible entries are shown in yellow background
3. RSI Length 15 is working most of the equities on hourly chart. ( RSI length 9 and 14 also works good , but not for all ... You may want to try which setting works for your symbol)
4. weekly VWAP (blue color) is also plotted by default ... you can disable it if you dont want to see it. But there is advantage keeping it on the chart , you can notice whenever weekly VWAP crosses above 70 line , trend is UP ... if you have LONG position you can hold on it ... Hurray :-)
Warning
============
For the educational purposes only
RSI of emas difference [ EEMANI ]This strategy is found by error.
Initially I started to find the weekly version of RSIofVWAP strategy. somehow I didn't see good results. Then , on the same script I did change it to find rsi emas difference strategy.
while changing the code , for the long term ema /slow ema input , I had entered fastema value instead of the price close. That is the error.
But strategy showed good results , then I extended it to add stop loss and take profits. Since this is found by error, I cant explain much how it is working.
Please check if your symbol works with this strategy and let me know ... your feedback is greatly appreciated to improve the strategy ...
I name it as EEMANI strategy
BUY
======
When the RSIofEMAsdiff is crossing above 70 (buy Line) and fastEma is rising
Note:
On the indicator it shows yellow background ... thats the entry point ....
when strategy is already in Long position , if you see yellow back ground thats where you can add or enter if you missed earlier signal
background and bar color color changes to blue when strategy is in Long position
Partial Exit
=========
when RSI value reaches 99 , 1/3 of the position si closed with profit
Close
======
when RSI value crossing down 90 (exitLine)
Stop Loss
=========
defaulted to 4% (increasing this value might improve the performance , but number of bars will go high , that means you need to wait longer time to get out of the trade ... Thats boring !!!
Note :
I have added two formulas , both of them are produce similar results. But different equities on different logic. check which formula is working for you
LOGIC1 => fastEMAval-slowEMAval
LOGIC2 => (slowEMAval+fastEMAval)/weeklyVwap
Warning
=========
For the use of educational purposes only
MOM+RSI StrategyThis is a momentum based strategy which generates signals when the price moves with momentum in either direction. This strategy works well on liquid stocks. Its not necessary to close the trade as soon as the close signal is generated and one can wait for the price to move in the direction as indicated by the prior signal unless price starts to go in the opposite direction. The best set up for a trader is his/her own set up and hence it is recommended to use this strategy with your set up/research.
GreenCrypto PR Strategy for Swing TradesThis is a very good strategy for Swing Trading, I have been using this strategy for very long time and made good amount of profit using this. This works great for both long trades and short trades, Stop loss and Take profit target is must while entering the trade, this make sure that the trade ends up in good profit and in case if the market revers, ends in only small loss.
This strategy works using the pivot points, we calculate the pivot point using the number of candles mentioned in the input field "leftBars" and "rightBars", if you add more number of bars then the frequency of the trade decreases. for example with the leftBars as 4 you will get less trades than the leftBar=2. Every trade entry is represented using "Buy" and "Sell" signals, whenever there is a new signal chart shows buy/sell signal for limit price, you need to add a limit order for the same price.
Parameters:
LeftBars = Number of left bars should be used for calculating the pivot pints, (more bars means less frequent trades)
RightBars = Number of right candle bars used for calculating the pivot points (more bars means less frequent trades)
Date/month/day : for selecting the right backtesting the period (currently it set to Jan 2018 to current day )
for this backtesting i have used 1000$ capital and with 10% capital used for each trade, free to modify it as per your needs.
This strategy works best on 4H time frame but you can also try backtesting on other time periods.
The default parameters present in the strategy is works best for most of famous cryptocurrencies on 4H time period.
Please DM me if you would like to tryout 7 Days free trail.
VWAP_X_EMAVWAP and EMA 50 combo indicators
Long : if the close is above the VWAP and EMA
Short : Viceversa
BBofVWAP with entry at Pivot PointThis strategy uses BB of VWAP and Pivot point to enter and exit the Long position.
settings
BB length 50
BB Source VWAP
Entry
When VWAP crossing up BB midline and price/close is above weekly PivotPoint ( you can also use Daily pivot point )
Exit
When VWAP is crossing down BB lower band
Stop Loss
Stop loss defaulted to 5%
Note : Long will position will be exited on either VWAP crossing down BB lower band or stop loss is hit - whichever comes first . Being said that some time your stop loss exit is less than 5% which saves from more losses.
Entry is based on weekly Pivot point , so any time frame below weekly will work perfect. I have tested t on 30 min , 1 HR , 4 Hr , Daily charts. Even weekly setting shows good results , that will work for long term investing style.
if you change Pivot period to Daily , chose time frames below Daily.
I also noticed this strategy mostly do not enter Long position in a down trend. Even it finds one , it will be exited with minimal loss.
Warning
For the use of educational purposes only
[3Captain] Above Average (AA+)In a market that moves constantly every day, we think about how to easily get bigger profits.
3Captain's new strategy Above Average (AA+). It is the heart of the Captain sailing the sea named Mayor.
The new strategy indicator Above Average (AA+) is implemented in the form of a strategy tester, and alerts can be set.
This strategy is based on the volatility breakthrough strategy, and it is not a logic to set the lowest point or the inflection point.
You don't try to catch an inflection point at a lower price, but rather you can see an increase and make a profit on further ups.
Depending on the event and time frame, the backtest result may be different.
The results of the backtest do not guarantee the future, so please be careful when investing your personal valuable assets.
We have prepared 4 betting methods. High odds, flats, pyramids, and inverse pyramids are each content.
You can try backtesting yourself and set the betting method you like.
Each of the black circles is an entry entry. When a signal occurs, buy, realize profit in the blue circle, and stop loss in the red circle.
This script is an invite-only script.
Please refer to the signature message below to apply for use.
매일 변화무쌍하게 움직이는 시장에서 우리는 어떻게 더 큰 수익을 손쉽게 얻을 수 있을지 고민합니다.
3Captain의 신규전략 Above Average (AA+). 시장이라는 이름의 바다를 항해하는 Captain의 마음입니다.
신규 전략지표 Above Average (AA+)은 전략테스터의 형태로 구현되어 있으며, 얼러트를 설정할 수 있습니다.
본 전략은 변동성 돌파전략을 기반으로 하며, 최저점 혹은 변곡점을 잡는 로직이 아님을 미리 안내 드립니다.
낮은가격에서 변곡점을 잡으려고 하지 않고 오히려 상승을 확인하고 추가상승에 대해 수익을 낼 수 있습니다.
종목과 타임프레임에 따라 백테스트 결과가 상이할 수 있습니다.
백테스트의 결과가 미래를 보장하지는 않으므로 개인의 소중한 자산을 투자하시는데에는 유의하시기 바랍니다.
4가지 배팅방법을 준비했습니다. 높은승률, 플랫, 피라미딩, 역피라미딩이 각각의 내용입니다.
여러분께서 직접 백테스팅을 해보시면서 마음에 드는 배팅방법으로 설정하시면 되겠습니다.
검은색 circle은 각각이 진입 엔트리 입니다. 신호 발생시 매수, 파란색 circle에서 수익실현, 빨간색 circle에서 손절하면 되겠습니다.
본 스크립트는 인바이트 온리 스크립트입니다.
사용신청은 아래 서명메세지를 참고해 주시기 바랍니다.
This script is an invite-only script.
Please refer to the signature message below to apply for use.
ARR VWAP IntradayIntra day VWAP Strategy
Strategy is
Buy when vwap goes up and RSI above 50 (Can be modified) .
Sell wehn vwap goes down and rsi bellow 50 (Can be modified)
Exit all at market close hour specified
Combo Backtest 123 Reversal & Volume SMA This is combo strategies for get a cumulative signal.
First strategy
This System was created from the Book "How I Tripled My Money In The
Futures Market" by Ulf Jensen, Page 183. This is reverse type of strategies.
The strategy buys at market, if close price is higher than the previous close
during 2 days and the meaning of 9-days Stochastic Slow Oscillator is lower than 50.
The strategy sells at market, if close price is lower than the previous close price
during 2 days and the meaning of 9-days Stochastic Fast Oscillator is higher than 50.
Second strategy
Volume and SMA
WARNING:
- For purpose educate only
- This script to change bars colors.
VWMA_withATRstops_strategyThis strategy follows the trend when price is above VWMA indicator. I have modified entry and exit rules to get most out of it.
Instead of entering LONG when price crosses above VWMA, I have used RSI(14) of VWMA . that way it skips the false signals. (some extent)
ENTRY
========
1. VWMA setting is 33
2. When RSIofVwma is above 30 enter Long ( and also checks if price already broke the ATR Stop above line )
Stop Loss and Exits
==================
1. Exit is when price breaks the ATR stop loss
2. ATR setting is set as same VWMA Length and multiplier is 3.5
3. STOP Loss that I mentioned in the settings is being used to calculate the how many units can be purchased based on risk of capital value.
Note: There is NO hard stop loss. having above ATR stop loss works as Trailing stop loss
Warning
=======
For the educational purposes only
Cyatophilum Scalper [BACKTEST]This indicator comes with a backtest and alert version. This is the backtest version. Its purpose is to create low timeframe and scalping strategies, by choosing from a list of built-in entry points which are described in detail below, and by configuring a risk management system to your liking.
Before diving into the entry points, I will explain the strategy and risk management settings.
These 3 settings allow to choose your strategy direction, and main behavior.
- Go Long ↗: activate or deactivate long entry points.
- Go Short ↘: activate or deactivate short entry points.
- Reversal strategy ↗↘↗↘: Activate this option will allow trades to reverse position from an opposite entry point. Keep it deactivated and trades will either wait a TakeProfit(TP) or StopLoss(SL) to be closed. When neither SL nor TP or set, this option is automatically activated.
StopLoss settings:
Both Long and Short SL can be activated and configured.
The base % price is the starting point of the stoploss, in a percentage of current price.
Trailing stop, when activated, works with 2 settings:
- % Price to Trigger: a percentage of current price the price should move in a bar to trigger a trailing movement.
- % Price Movement: the stoploss variation in a percentage of current price that moves on each bar.
TakeProfit settings:
Both Long and Short TP can be activated and configured.
The base % price is the value of the TP, in a percentage of current price.
Trailing Profit Deviation %: Percent deviation for the trailing take profit.
DCA:
DCA stands for Dollar Cost Average. The idea is to open additional orders from the base order so as to improve risk management.
These additional orders are also called Safety Orders. The indicator can handle up to 9 safety orders.
The strategy will exit either from a take profit based on percentage from base order or from a total volume percentage (Configurable in the parameters).
The steps spacing (space between each step) and safety orders volume (order size) can both scale by adding a scale multiplier.
By choosing from the base strategy dropdown menu, the indicator will generate entry points.
1. BUY SELL:
-> Low timeframes spot trading, with simple buy and sell orders.
How it works:
The indicator used is a combination of QQE (Atr based trend following indicator) and RMA 100 trendline.
I think the QQE does a great job in low timeframes because it is not impacted by the noise.
The RMA which is the moving average used in the RSI, will help giving confirmation to the entry points.
How to use:
It is meant to be used as a reversal strategy, but you can add a TP or SL if you want.
When comparing to Buy & Hold, make sure to deactivate the "Short results in the backtest" setting.
2. TREND SCALPING
-> A strategy for low timeframes trading.
How it works:
The strategy creates high volatility entries filtered by a duo convergence of adaptive trendlines (Adaptive HULL MA using the chart's resolution, Adaptive Tilson T3 using 1H resolution) and a higher timeframe (1H) RSI filter (long threshold: 70, short threshold: 40, RSI length: 10).
How to use:
Must be used on charts with a resolution smaller than 1H. Recommended: from 1m to 30m.
Must NOT be used as reversal strategy. Use it with a take profit and stop loss, and DCA if you can.
Sample risk management settings:
3. Support/Resistance BREAKOUTS
-> Trade low timeframes pivot points breakouts.
How it works:
The indicator calculates the 100 previous bars swing high and low. Any break above high or below low will trigger an entry point.
The entry is however filtered by an Adaptive Tilson T3 Trendline, an ADX 30 minimum threshold and a minimum average volume threshold.
How to use:
I recommend to click "Reversal" Strategy and set a Takeprofit target.
Find the best timeframe between 1m and 30m using the backtest version.
Example here with BTCUSDTPERP on 15m:
4. AGGRESSIVE SCALPING
-> Lots of trades in low timeframes.
How it works:
Created using Cyato AI, Higher/Lower Highs and Lows and 2 HULLMA crosses as entries, and 2 Adaptive Tilson T3 as trendfilter, a 25 ADX threshold filter and a volume filter.
How to use:
Recommended Risk Management settings: Takeprofit, Stoploss and DCA (Safety orders).
Find which timeframe work the best from 30 min and below. Should not be used above 30 min since this is the resolution for the MTF Tilson.
How to create Strategy Alerts:
Write your alert messages for EXIT, LONG and SHORT orders in the settings (Backtest section).
Then click add alert, and in the alert message, write the following:
{{strategy.order.alert_message}}
BACKTEST PARAMETERS
- Inital capital: 10 000$
- Base order size: 0.1 contract (0.1 btc)
- Safety order size: 0.1 contract (0.1 btc)
- Commission: 0.1%
- Slippage: 100 ticks
Oldest trade: 2020-08-31
Backtest Period: From 2020-08-31 to 2020-11-12
Configuration used: see the live chart configuration panel at the top.
To gain access to this paid indicator, please use the link below.
[Maclen] Money Flow StrategyThis is a strategy based on a smoothed overbought and oversold indicator of money flow.
It was design on BTCUSDT Perpetual Futures of Binance with a timeframe of 1D.
Feel free to comment and publish any idea to improve this strategy.
EMA_cumulativeVolume_crossover[Strategy]This strategy is back test for EMA_cumulativeVolume_crossover
BUY
When ema50 crossover cumulative volume of 100 period
Exit
When ema50 cross down cumulative volume of 100 period
Partial Exit
for the partial profit I have used stopLoss value , but up side. When price is above partial profit and crossing down EMA 50 , exit 1/3 position
Please note when you select this setting, you see spike number of trades, that is because you closing partial number of trades. which increases the winning rate but reduces the total net profit.
Stop Loss
Defaulted to 8%
Added parameter to take LONG or SHORT trades ... on SHORT side not very good results ... you can review it and provide feedback how to improve the performance.
Short Selling
Reverse above BUY conditions
I have tested LONG trades on SPY , QQQ and AAPL on 1 Hour and 30 mins timeframes. for AAPL on DAY timeframe it shows crazy results :-)
Note
For the use of educational purposes only.
Doji swing strategyThis is a simple strategy based on Doji star candlestick
This strategy is suited for big time frames, like 4h -1Day and so on.
It places two orders: long at doji star high or previous candle high and short at doji star low or previous candle low.
It can also be applied volume average, in order to filter between trades .
This strategy works very well with high time frames like Weekly TF because it eliminates the noise in doji formation.
It also has inside a risk management made of SL/TP , or if not prefered it can exit based on a exit condition.
If you have any questions, please let me know !
Catch the Big FishVolume based script to catch a big move. Works best on 5 min timeframe.
The default sma duration for volume is set to 150 = number of candles in 5 mins timeframe for 2 days.
Heavy volume is defined as = more than 9 times of sma.
Both parameters are configurable.
Trading strategy: Long buy at high / Short sell at low of the candle where the script gives the signal.
Important note regarding SL - for Long / Short positions respectively, the SL should be placed at low / high of previous candle, and NOT of the same candle.
RSI of VWAPThis strategy inputs the vwap as source to RSI indicator.
ENTRY
When RSIofVwap crossover 70 and price is above ema200
partial exits
when RSIofVwap reaches 90 level take a portion of profit
Exit
When RSIofVwap crossdown 30
stoploss
defaulated to 5%
Risk Level
Defaulted to 10%. Based on this startegy calcuclates hiw many units can be purchased adhering to stoploss value
Note: code doesnt draw the RSI (vwap) indicator to the chart. if you want to see how these signals are generated , you can select RSI and VWAP of 14 period length.
warning
For educational purposes only
Long only strategy VWAP with BB and Golden Cross EMA50/200
This is strategy, mainly designed for stock markets
It makes uses of the EMA 50/ 200 ( Golden cross) and VWAP and Bollinger bands.
It only takes long positions. It can be adapted to all time frames, but preferably to be used with longer timeframes 1h +
The rules for entry are the next ones :
1. EMA50 > EMA 200
2. if current close > vwap session value
3. check if price dipped BB lower band for any of last 10 candles
EXIT RULE
1. price closes above BB upper
STOP LOSS EXIT
1. As configured --- default is set to 1%
Ichimoku with MACD/ CMF/ TSI This is a strategy made from ichimoku cloud , together with MACD, Chaiking Money FLOW and True Strenght Index.
It can be adapted to any timeframe and any type of financial markets.
The idea behind its very simple,
We combine the long / short strategy from ichimoku, like cross between lines and below/above cloud together with histogram from MACD for positive/negative level. We use the same criteria for TSI and CMF, to check if its above or below 0 level.
Based on that we have a long or a short entry. The exit happens when the next options triggers, like for example we had long signal, we exit when we receive the short signal and viceversa.
It can be adapted with a risk management to apply a tp/sl level.
For any suggestion or details , let me know.
Project Aurora Back testing betaWe have made this script Because we Wanted to speed up the trading and speed up the learning curve and tell people get past their first steps of trading by not taking many losses And by being smart about it so we have created a algorithm that you can tune to your specific stock that you want to trade preferably mid High cap stocks and ETFs such as TQqq and sqqq and we just wanted to give back to the trading community and this is a beta version of the full version that will be coming out pretty soon somewhere in December of 2020. this is our beta version please send us any information on how to make it better thank you.
Buying points-for the buying Point settings there's three things that you can adjust the source of the equation outer and the multiplication equation please change the settings accordingly to your stock and try to make it as profitable as possible bass settings that work on most are
ohlc4 for but the source for the equation adder 150 and for the multiplication equation 3. These are the best settings that work well on pretty much everything but you can make it more profitable by changing and fine-tuning it to your liking.
Selling Points- it's essentially the same thing as the buying points except I'm going to give you different settings to run on. but the source ohlc4 for the equation adder 130 and for the multiplication equation 2.8
Show Extra sell signal- cell if you wanted to use ATR in your selling points you can definitely click that and turn it on and then you can adjust the APR by adjusting the ATR length and the ATR multiplier stock those are very just fine I don't really like to use them though take care of you cells that are not really quite there yet if you know what I mean.
Short points- The Shore points are where you want the short signals to be and stock these are very very helpful especially if you're treating tqq and sqq now that it's practically the same to the selling points and the buying points but they run a little bit different. so these settings are for the source LOW for the ad equation 200 and for the short multiplication equation 4.
Bands- this indicator runs on bands and you can see those bands by clicking band for buys band for sales and band for shorts you can see how it works intricately right there
strategy Direction- this just means if you want only shorts are only the Young's Positions
back testing dates- so these are pretty self-explanatory they're just where you want to buy and sell to start going and if you want to take a specific amount of time into the back testing.
Okay so this is a script that took me 70 hours to make. Please be respectful. Please send me any questions, comments or concerns. I'll get back to you as soon as possible. and we will be having a project Aurora final version coming out sometime in December 2020. I would really really like your feedback so I can learn how to make it better thank you
© Investoz Volume/ATR/DailyRange/OHLC/Probability/VolatilityThe relationship between returns, volatility and trading volume has interested financial economists and analysts for a long time.
Is there any dynamic relationship between trading volume, returns and volatility in the financial markets?
In recent financial studies, the linkage between return, volatility and trading volume is a central issue as it provides insights into the microstructure of financial markets. The price-volume relationship is seen as it is related to the role of information in price formation. Trading volume is defined as the number of shares traded each day and is an important indicator in technical analysis as it is used to measure the worth of stock price movement
either up or down.
Investors' motive to trade is solely dependent on their trading activity; it may be to speculate on market information or portfolios diversification for risk sharing, or else the need for liquidity. These different motives to trade are a result of processing different available information. In consequence, trading volume may originate from any of the investors who may have different information sets. As various studies reported, the information flow into the market is linked to the trading volume and volatility. Thus, since the stock price changes when new information arrives, there exists a relation between prices, volatility and trading volumes.
Significant efforts have been made, empirically and theoretically, on the phenomenon of stock price and volume relationship. Although the majority of those findings have confirmed the existence of positive contemporaneous relationship between trading volume and returns, the study of different stock markets have given mixed results about the causal return-volume relationship.
So, if you think that price and volume is important, maybe this indicator full of information around this topic may help you or make it easier in many ways.
Let me briefly guide you through.
To the right you have all the information within a label directly on the chart. Inside the label you will see following information:
-Number of bars
-Volume
-Average true range
-Daily range
-OHLC
-Probability for tomorrow´s daily range
-Warning of increased volatility
In the chart, you will also see where the expected daily range is likely to be within, with high and low levels.
Finally, I like to say this:
I have put a lot of work into this script and let me know if you use the indicator and what you think of it. Also if it is of some help or maybe you who use it, have found something wrong that needs to be reviewed and changed or information that would be important to add?
Enjoy!
VWAP + Fibo Dev Extensions StrategyBased on my VWAP + Fibo deviations indicator, I tested some strategies to see if the indicator can be profitable; and I got it !
This strategy uses:
H1 timeframe
Weekly VWAP
+1.618 / +2.618 / -1.618 / -2.618 Deviations Extensions to create 2 bands
The value of the deviation
First, the 2 bands are plotted : +1.618/+2.618 painted in red and -1.618/-2.618 painted in lime.
Then, we wait for the deviation value to reach at least 150 (see thumbnail) to avoid littles moves when the gaps between bands are too short.
Entry long position :
first candle must crossunder the -1.618 level and low have to stay over the -2.618
low of the second one must stay in the lime band
enter the third one if the deviation value is over limit (150)
Exit long position :
TP : when a high crossover VWAP
SL : when a low crossunder -2.618
Entry short position :
first candle must crossover the +1.618 level and high have to stay under the +2.618
high of the second one must stay in the red band
enter the third one if the deviation value is over limit (150)
Exit short position :
TP : when a low crossunder VWAP
SL : when a high crossover +2.618
Notes :
this strategy uses pyramiding (5), be careful and calculate your risk management
the comission value is set to 0.08% to include slippages when entering a trade because of market orders
This strategy is not an advice to invest, make your own decisions.
Breakout Trend Trading Strategy - V2This is an alternate version of Breakout Trend Trading Strategy - V1
Only difference is, this strategy places stop orders based on calculated targets whereas V1 waits for price to close target levels and then places market orders. Hence, you will receive the target prices before trade executes in strategy.
Parameters are same as that of Breakout Trend Trading Strategy - V1
There is one additional parameter on Trade Type - which permits user to allow only breakout, pullback or reverse trading or combination of all.
Backtesting parameters remain same :
Capital and position sizing : Capital and position sizing parameters are set to test investing 2000 wholly on certain stock without compounding.
Initial Capital : 2000
Order Size : 100% of equity
Pyramiding : 1
Test cases remain same :
Positive : AAPL , AMZN , TSLA , RUN, VRT , ASX:APT
Negative Test Cases: WPL , WHC , NHC , WOW, COL, NAB (All ASX stocks)
Special test case: WDI
Negative test cases still show losses in back-testing. I have attempted including many conditions to eliminate or reduce the loss. But, further efforts has resulted in reduction in profits in positive cases as well. Still experimenting. Will update whenever I find improvements. Comments and suggestions welcome :)