15MEX Momentum ScalperAlpha product project in development. Uses a combination of MACD and T3-CCI with tweaked settings to catch directional momentum and scalp a small move. Strategy is quantity of trades over quality of trades to build profits.
Use this strategy for 15-min Bitmex scalping on XBT contracts only. Recommend 100k contract size or less; backtested with 100k contracts.
Market enter, then use post-only limit exits and stop losses.
Setting is pre-optimized for 0.5% tp target and 0.5% sl of entry price. Recommend default 3 bars as basis for confirming recent MACD crossover as well as default 0.618 Fibonacci ratio as the T3-CCI basis.
Default risk level setting is approximately 2-3 trades a day. You can double the amount to 4-5 trades a day by enabling Aggressive mode. This may lead to larger profits and more entries, but with more frequent stop losses.
Future version will include trailing TPs/stops. Still undergoing optimization and refinement.
Scalping
Mossy ADX and DI with Buy/Sell SignalsBasic ADX DI with colored bars to show buy and sell signals , made for 1min but shows general signals of strong or weak buy and sell signals.
Dark Red = Heavy Signal
Light Red = weak signal
Green = buy signal
Dark Green = Heavy Signal
Colors are to confirm or warn, Buy/Sell points are where to enter and exit.
Mossy ADX DI colored bars for quick scalping, works best with Heikin Ashi, confirm with other indicators, Mossy Pop is one shown and works well to confirm.
APEX - Swing Aura StrategyA backtester of my new strat, it's a hybrid swing/scalp strat that really looks for quick low profits. Will keep it hidden as it's a bit of a work in progress right now. Working on it to perform well enough with the Apex Trading bot, ran it for a day now and it ended the day on a 1.78% portfolio profit, so I'm really pleased with that.
As for details it's based on Keltner Channels, Bolingers Bands and a Ichimoku cloud. To spice it up there's even a Wave trend in there as well!
All the settings for the bits and parts are changeable so feel free to mess around with them, but will keep my sell triggers fixed for now, so no editing of those from within the script unfortunately.
Enjoy!
diamond_test_toolThis is a small test tool. The orders are close to random. The alg i used is nothing special.
SMA Futures Scalper - Long / Short / Trailing StopSMA Futures Scalper - Long / Short / Trailing Stop
It generates long/short signals and apply trailing stop of 3pts and offset of 1pt. Also with 3 contracts per open/closing trades.
How does it look? Let me know in the comments
MA cross strategyThis strategy uses simple moving average cross for entry signals, but it can be customized with 3 cases:
1- exit at take profit and stop loss;
2- exit when distance between close and moving average is above a user defined minimum;
3- use Renko candles to calculate the moving average without changing the graph candles.
The third case is the one with better results, but for non-pro users can be used only with daily time frame.
Look at profit factor and percent of winning trades.
You can test also on your favorite pair, but most important is setting correct brick size.
At request, I could share also a screener with alarms for finding which symbol statisfy entry rules.
Please use comment section for any feedback.
********************************** IMPORTANT*******************************
I have developed an expert advisor for metatrader4 (MT4): results of expert advisor form 2015-01-01 to today are very good with low drawdown and good profit.
********************************************************************************
MTF Scalper for XBTUSDI've combined Stochastic CCI, MACD-DEMA and RSI on multiple timeframes to create this scalper for Bitmex XBTUSD
For personal use and friends only.
Scalping Grid at Pivot Point FibonacciThis strategy sets a grid of stop orders once price touch one Fibonacci weekly pivots.
This works very well for scalping as the price touch a pivot level.
Take care when you work with grids because drawdown could be very high.
Study with alarms is available at request.
Please use comment section for any feedback.
Next improvement (only to whom is interested to this script and follows me): study with alerts on multiple tickers all at one. Leave a comment if you want to have access to study.
********************************** IMPORTANT*******************************
I have developed an expert advisor for metatrader4 (MT4) and for jforex platform: results of expert advisor form 2015-01-01 to 2018-11-25 are very good with low drawdown and good profit.
********************************************************************************
Fisher Transform Multi-Timeframe (Backtest)This is the Backtest Strategy for mortdiggiddy's "Fisher Transform Multi-Timeframe"
For more details check his study:
Adaptive Zero Lag EMA v2This is my most successful strategy to date! Please enjoy and join the Open Source movement by sharing your code and ideas online!
OPERATING PRINCIPLE
The strategy is based on Ehlers idea that any indicator can be turned into a signal-producing trade system through smoothing and other filtering processes.
In fact, I'm using his Zero Lag EMA (ZLEMA) as a baseline indicator as well as some code snippets he has made public (1). God bless open source!
Next, I've provided the option to use an Instantaneous Frequency Measurement (IFM) method, which will adaptively choose the best period for the ZLEMA (2)
I've written other studies that use the differential calculus approximations for IFM, so it was only natural to include them in this strategy.
The primary two are Cosine IFM (3) and In-phase Quadrature IFM (4). You can also find an indicator with both plotted and the ability to average them together, as one IFM prefers long periods and the other short. (5)
BEFORE WE BEGIN
1. This strategy only runs on "normal" FX pairs (EURUSD, GBPJPY, AUDUSD ...) and will fail on Metals or Commodities.
Cryptos are largely untested.
2. Please run it on these time frames: M15 to D.
Anything outside this range will likely fail.
HOW TO USE AND SUCCEED
1. If the Default settings don't produce good results right off the bat, then lower gain limit to 1 or 2 and threshold to 0.01.
2. Test each setting under adaptive method . If you want to leave it Off , then I'd recommend using some kind of IFM (see my links below) to
discover the most efficient period to use.
3. Once you have the best adaptive method chosen, begin incrementing gain limit until you find a nice balance between profit factor (PF) and drawdown.
4. Now, begin incrementing threshold . The goal is to have PF above 2 and a drawdown as low as possible.
5. Finally, change the source ! Typically, close is the best option, but I have run into cases where high
yielded the highest returns and win rate.
6. Sit back, relax, and tweak the risk until you're happy with the return and drawdown amounts.
ADVANCED
You may need to adjust take profit (TP) points and stop loss (SL) points to create the best entry possible. Don't be greedy! You'll likely have poor
results if the TP is set to 300 and SL is 50.
If you are trading a pair that has a long Dominant Cycle Period , then you may increase Max Period to allow the IFM
to accept longer periods. Any period above the Max Period will be rejected. This may increase lag time!
Cheers and good luck trading!
-DasanC
PS - This code doesn't repaint or have future-leak, which was present in Pinescript v2.
PPS - Believe me! These returns are typical! Sometimes you must push aside the "if it's too good to be true..." mindset that society has ingrained in you.
Do you really believe the most successful pass up opportunities before investigating them? ;)
(1) Ehlers & Ric Zero Lag EMA
(2) Measuring Cycles by Ehlers
(3) Cosine IFM
(4) Inphase Quadrature IFM
(5) Averaging IFM
Trend Hunter [forex and binary]This is an amazing script for scalp trading.
It is basically self-explanatory. Just search, add to chart and start using as per the arrows.
Feel free to comment and ask anything
You can also use the binary options methods
DO NOT
dont enable forex together with direction. Only one of them should be turned on
Best Practice
enable one option at a time on the list
forex
binary
direction
Oscillator Strategy for Scalping (BITMEX Swaps btc + eth)This is short selling strategy for BITMEX's XBTUSD and ETHUSD swaps scalping.
Made specifically for 3M XBTUSD and 3M-5M ETHUSD timeframe trading.
Not gonna open all the details, but it works mostly on bear divergences and moving averages.
On premium it shows 10000 bars back on 3minute timeframe and over that period(3 weeks aprox) XBTUSD had 28 trades and ETHUSD had 25(+17 on 5M timeframe) trades with that strategy.
How to trade it and setups that i use for manual trading:
1: You can use it to confirm your bias. Sell signal appears + price tries to retake previous resistance = most likely it will fail.
2. Sell signal after wick up suggests that you are likely to get filled at the top.
Your main target should be this moving average. Basically sell signal appears at resistance/near one and moving average represents current line of support. So when you enter short you should be eyeing this MA as your exit/target. Yes, there is a good possibility that support wount hold and this is a bear market we talking about BUT it is 3M bot oriented trading strategy, dont forget about and dont hold for too long to find yourself with price lending on MA and jumping from it.
This strategy does not have a defined stop, rather it suggests you to calculate it based on entry (provided) and target (provided).
Here is what i usually do to calculate my risks. My reward is a move to line of support, my stop is usually 1R, winrate is much higher than 50% so i feel good about it. Entry either at sell signal or at wick. Wicks not always get runned, but they provide incredible r/r setups.
Free trial for 36 hours for this one.
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.
PRICE ACTION VIGORThis is the first of my RENKO strategies and studies series.
I'm developing some studies on Renko charts from a while and now is time to share the results.
This startegy is based on this idea: to measure the "vigor" or strength of a price action and to follow it.
I use Renko charts to identify the price action.
The indicator will rise or fall when a price action starts and it is flat at half of this movement.
Time frame should be 1 minute but I would need a premium account to have RENKO charts with one minute.
The most important point for this strategy is to set the correct brick size for each symbol.
Look in the result how you could obtain starting with a 1000€ account in just few months.
I have also a study with alerts so one could use autoview for automated trading. If you are interested to use it, follow me and add a comment.
Please use comment section for any feedback.
********************************** IMPORTANT*******************************
I have developed an expert advisor for metatrader4 (MT4) and for jforex platform: results of expert advisor form 2015-01-01 to 2018-11-25 are very good with low drawdown and good profit.
********************************************************************************
Renkonator 5000www.dropbox.com www.dropbox.com
Renko scalping strategy. Paid TV subscription required to use Renko candles. For use with forex, crypto, stocks, anything, on any TF. Primary variables to tune are TF and Box Size (use Traditional setting).
Trend-Following Trade SignalsThis is a script that gives entries and exits for bitcoin, ran on 15 minute timeframe, backtested for position sizes of 1x initial capital. This script is not available to the public. Feel free to message me with inquires.
Scalping with Heikin Ashi candle pattern for BTCUSDThis strategy is based on a trading idea that works for me on crypto markets. I use this trading strategy manually from a couple of weeks.
It is based on 1 minute timeframe and heikin ashi candles.
Basically, the strategy places two pending orders in a certain moment of the market and scalp as many pips as possible. Then suddenly it exits before price correction.
The scope of this script is to back test the strategy on a larger period but due to trading view limitation it has to be done modifing the backtesting period manually.
If some of you want to test, please write in comment section.
Please use comment section for any feedback.
Next improvment (only to whom is interested to this script and follows me): study with alerts. Leave a comment if you want to have access to study.