[New series!] [Consistent Losing Strategies] 34 EMA Scalping//---------------------------INTRO------------------------------
Hi All!
Let me introduce myself as a semi-successful forex trader & lover of automation.
I've taken to algo trading and have been hunting down strategies (that usually use indicators) to automate, backtest, and hopefully implement in MT4.
Unfortunately, most strategies are complete bulls*** and the select cases that are shown to "prove" success are limited.
These strategy sources often do not provide useful analytics either.
I want to change that approach to trading! We can really benefit each other and the community by being methodical about backtesting
as well as evaluating our results with some kind of scoring heuristic.
As for what that standardized process looks like..well I'm still working on it.
I'm pretty much on Tv for multiple hours of the day, screening strategies via Pinescript and I'd like to start sharing my progress!
This is a new series I'd like to start on consistently losing strategies. I'll make all the code public, so if you think I've made a blunder
or approached a problem the wrong way, then drop me a DM or paste your fix into the comments.
//---------------------------STRAT------------------------------
34 EMA Scalping strategy (ref. forextradingstrategies4u )
How you're supposed to trade it:
BUY:
1. Market is in an down trend as shown by the 34 EMA
2. Price breaks above a downwards trend line
3. Price breaks above the 34 EMA
4. Look for a very bullish candlestick or chart pattern
SELL:
1. Look for the 34 EMA to show we are in an uptrend
2. Price breaks below an upwards sloping trend line
3. Price breaks below 34 EMA
4. Look for a bearish candlestick or a chart pattern
//---------------------------CONC------------------------------
Q: Why does it fail?
A: I believe this strategy relies too much on subjective input (aka, trendlines).
Q: Why does it fail as an algo?
A: The 34 EMA is no more predictive than any other EMA, although it does a good job at filtering out noise.
Q: Should I try it out?
A: No, it's trash. This is the proof that it is trash.
M-forex
Prometheus Scalping vs. Swinging by ZekisIt's been a while since i did not post a script, so here it is...
I found some simple indicators,put them together and saw some nice results.
There is an indicator for scalping, swinging and for exit.
With the right setup it can be very useful, so you can play with it to find what you need
It works in any timeframe in any market, just change values (default ones are good for 1H or more), all you need is volatility... (this is what you need in any market!)
Also you can enable or disable background and bar colors
Enjoy!
@Zekis
Cyatophilum SAR-MA Strategy [ALERT SETUP]An Automated Strategy based on Parabolic SAR and EMAs, also called the SARMA Strategy. Works on any timeframe and market.
Read More
This indicator will trigger long/short signals entries and exits. Excellent for manual or bot trading!
It has a stop loss system that you can activate to reduce risk.
Note: If a stop loss is reached, an exit alert is triggered.
This is the Alert Setup version. That means it is used to create automatic email or SMS alerts.
It has a Backtest version that you can use to find the best configuration. I will also be there to help you on my Discord channel .
Sample Use cases
Get the indicator today!
FX Scalping Indicators (Revised)This is an edit from: 1 minute 'Forex Scalping Strategy'
Added realistic Stop/Loss + Take Profit
Now works fluently with 1-15 Minute charts.
Adjusted EMA lengths
Tested on other majors and provides the same if not better results. (:
I'll be using this upon open and will update with live results.
SecretSauceForLife X1SecretSauceForLife X1 Is Finally here!
Finally after so much trial and error we have it! Our 3% DD indicator.
This indicator gives 'long' 'short' 'close short' and 'close long' calls, we made this indicator based of the original GODMODE indicator credits to the original author for that!
It was pretty complicated to understand the calls that the indicator gave so we made it easy for you guys. THIS IS STILL AN INDICATOR so not a get rich quick method.
This indicator works best on USD forex pairs, and on BTC, ETH and XRP. It is optimized for scalps and daytrades.
If you don't manage your risk well your account will still be blown.
BUT if you use this indicator next to your own knowledge about charts you should see a significant increase in profitable trades. If there are enough people interested we will make a Chat group where we will add all the people that get this indicator and keep updating you guys on the newest updates and share our own trades taken with this indicator.
We are not advertising this indicator as an flawless signal provider, it does have losing trades but at the end its always in a net profit. We made this to add value to your trading experience so if you think that this is something you want to use send me a PM and we will see if you are committed enough. FYI this is NOT a FREE indicator, but ask yourself this: is it a matter of money or a matter of value? if you need to invest a couple hundred or even a couple thousands
into something that will help you for the rest of your tradinglife does it even matter to pay that price?
So again, we want to help people that take trading seriously and KNOW that trading isn't a get rich quick scheme (if you do it the right way :)). If you can relate to that and you are interested in investing in yourself don't hesitate to shoot me a PM!
Have a nice start of 2019 and don't forget that you are the only one that can make a change to your life, so get up and start today!
***EDIT****
The indicator summary is based of a certain timeframe. Wider and more accurate info PM!
Colored Volume Bars All Markets: Combining Volume SourcesUsing volume in Forex is potentially misleading as we are only provided the broker volume or futures exchange volume for the currency or commodity in a decentralised market. This code combines the volumes from FXCM, Onanda and futures for the instrument being studied. The combination of the volumes could improve the reliability of the volume being considered. Using this approach other volume indicators can also be improved.
CRYPTONYY TRADING MACHINEThia script will automatically gives you long and short signals.
WORKS ON ALL EXCHANGE.
SUITABLE FOR BITMEX TRADING.
FOR ALTCOINS TRADING GO FOR 30MIN OR ABOVE 30MIN TIMEFRAME.
AUTOMATIC STOP LOSS TRIGGER.
MORE NEW UPDATES COMING!!!
HMA EABy default, the strategy works best on 1h timeframe. In theory, it should run well on any timeframe, but you will absolutely need to adjust the Hull Resolution. I recommend starting with 4x the current view (aka, if you are using 5m candles, set the resolution to 20min, which is 4 * 5m).
The settings are pretty self explanatory:
Start Month - Month of the year to begin backtest (automatically beings at 1st of month)
Risk Per Trade (%) - How much of your equity to risk on each trade.
Leverage - Amount of buying power/Margin you have available
Loss (pips) - Distance in pips from the entry to place Stop Loss
Profit (pips) - Distance in pips from entry to place target Take Profit
Trigger Trail (%) - Distance in percentage from entry to begin a trailing Stop Loss
Trail Dist. (pips) - Offset distance of trailing Stop Loss
Hull Res. (min) - Length of candle in minutes to use when calculating the HMA
Hull Period (bars) - Smoothing period for HMA
Zeus Pivot Points Support and Resistance Breakouts by ZekisZeus Pivot Support and Resistance Breakouts by Zekis
Is an indicator with big results, it forms new support /resistance according to the last higher high or lower low (it prints new ones only if it breaks through the last one)
Rules:
- enter Long or Short when the support or resistance is craked
- exit when new support or resistance is starts to form
Alerts for entries and exits
A moving average is added to filter signals (leave it at 1 for price close signals)
Bar colors can be added to see longs, shorts or no position
Background colors for longs, shorts or no position
Enjoy!
@Zekis
SeerFirst, we cheat, then, we go broke. Maybe.
Seer is a private technical indicator based on volatility, trend analysis, volume, flow and reversion. It is incredibly accurate across every asset class, including: futures, indexes, individual equities, commodities, forex and crypto. It can be used on every timeframe, from the 1m for fast, high strike rate scalps, to the daily or weekly for longer-term positions. Due to it's insane strike rate it will not be made public (examples below). If you are a billion-dollar hedge fund I may consider selling the indicator, otherwise the expected value from selling it is less than the edge I would give up by sharing it. If you have a counter-offer feel free to send me a message.
Helios Bollinger Bands with enters and exits by ZekisClassic Bollinger Bands with enters and exits from the channel
The purpose of Bollinger Bands is to provide a relative definition of high and low prices of a market. By definition, prices are high at the upper band and low at the lower band. This definition can aid in rigorous pattern recognition and is useful in comparing price action to the action of indicators to arrive at systematic trading decisions
The use of Bollinger Bands varies widely among traders. Some traders buy when price touches the lower Bollinger Band and exit when price touches the moving average in the center of the bands. Other traders buy when price breaks above the upper Bollinger Band or sell when price falls below the lower Bollinger Band . Moreover, the use of Bollinger Bands is not confined to stock traders; options traders, most notably implied volatility traders, often sell options when Bollinger Bands are historically far apart or buy options when the Bollinger Bands are historically close together, in both instances, expecting volatility to revert towards the average historical volatility level for the stock.
When the bands lie close together, a period of low volatility is indicated. Conversely, as the bands expand, an increase in price action/market volatility is indicated. When the bands have only a slight slope and track approximately parallel for an extended time, the price will generally be found to oscillate between the bands as though in a channel.
Traders are often inclined to use Bollinger Bands with other indicators to confirm price action. In particular, the use of oscillator-like Bollinger Bands will often be coupled with a non-oscillator indicator-like chart patterns or a trendline . If these indicators confirm the recommendation of the Bollinger Bands , the trader will have greater conviction that the bands are predicting correct price action in relation to market volatility .
en.wikipedia.org
Enjoy!
@Zekis
trend lines (lirshah)triangle pattern created for our subscribers for better indication of chart patterns.
i hope enjoy that.
Sheavy XXX
USE INDICATOR WITH YOUR OWN RISK
ANY OR ALL LOSSES/WINS WILL NOT BE HELD RESPONSIBLE BY THE CREATOR OF THIS SCRIPT.
SHEAVY will give white for LONG entries and DEEP red for SHORT
--------------------------------------------------------------------------------
WHITE SHEAVY signal + DEEP RED candles = MED-HIGH risk LONG entry
WHITE SHEAVY signal + BRIGHT RED candles = MED risk LONG entry
WHITE SHEAVY signal + WHITE candles = LOW risk LONG entry
DEEP RED SHEAVY + DARK GREEN = HIGH risk short
DEEP RED SHEAVY + BRIGHT GREEN = MED RISK SHORT
DEEP RED SHEAVY + DEEP RED = LOW risk short
----------------------------------------------------------------------------------
RSI Candles V5 : RSI period (14)
LIME GREEN = very over bought +85
DARK GREEN = overbought +65
DARK RED = oversold -40
BRIGHT RED = very oversold -15
New parameters in order to enter trade based on PA and volume
cross over technique may be applied after the long / short call using the Gaussin MA
if Long call and gaussin goes over PA you may exit until gaussin is under PA
vice versa
RSI KILLER John Ehlers
Smoothing indicators usually means making a tradeoff between the amount of smoothing you desire and the amount of lag you can stand. It turns out that the RSI can be smoothed and enhanced with minimum lag penalty