MACKAVELLI Algorithmic StrategyI had a hard time finding a strategy that would work in different time-frames and multiple different currency pairs. This is what I ended up with after countless hours of research and testing. I designed this strategy for auto-algorithmic trading and it uses three different indicators for Long/Short positions and a 4th indicator for exiting positions.
1) A green-light indicator that tells you whether or not you can go long/short.
2) A confirmation indicator that executes the long/short positions.
3) A chop indicator that measures the distance between the two MA's. When they're too close a trade will not be executed, as this usually indicates a chop zone.
4) A third MA is used as an exit indicator.
5) Finally, a loop function is designed to prevent repeat signals. Once a signal is produced on bar close it cannot happen again until that trade is closed or a new position is opened.
Be advised, you need to adjust the settings for each currency pair and time-frame. Once you do that, back-test it and count the last 100 trades to determine accurately your wins/losses. Long entries are the top of the previous bar, shorts are the bottom of the previous bar. This is a more accurate way of counting wins/losses. Tradingview back-test's are not accurate because of where they estimate your long/short entries are, it's very misleading.
Right now I have it setup for 2hr USDCAD with a back-test of 58% win rate on the last 100 trades.
The chop indicator is set to 0.04, I suggest starting there. 0.03 is the lowest I would go. You can go all the way up to 0.1 and higher if needed. You'll start missing big trades though.
The EMA for green-light signal is set to 10, a lower number will give you more entries but less accurate results, bigger number will give less entries with more accuracy but with missed opportunities. 10 is a good starting point.
This strategy is also designed so you can use tight stop losses to prevent large losses. This is because the strategy typically catches trends on the way up/down, minimizing risk for reversal.
I use Heikin Ashi candles for a smoother chart to work with. I have not tested this strategy with normal candles.
DEMO this strategy before using it live and make sure you back-test and tune it before you start. This is written in PINE V3 SO IT WILL NOT REPAINT.
M-oscillator
RSI Crossover Strategy 8rookzRSI Crossover Strategy
used to create entry points for increasing relative strength
Noro's DD StrategyIf a drawdown is more than 5% - to open long position
If a candle is green - to close a long position
Stochastic Strategy of BiznesFilosofThis strategy allows you to test the stochastic indicator, as well as adjust it to a specific trading pair. The parameters indicated in the books are too approximate and have nothing to do with modern reality. The optimal parameters for Bitcoin are now set. You can customize better for yourself. This strategy allows you to make settings.
===
Эта стратегия позволяет протестировать индикатор стохастик, а также настроить его на конкретную торговую пару. Параметры, указанные в книжках слишком приблизительные и не имеют ничего общего с современной реальностью. Сейчас установлены оптимальные параметры для биткоина. Вы же можете настроить лучше под себя. Это стратегия позволяет сделать в настройках.
Custom 15m stratThis strategy is using multiple powerful indicators to generate low-timeframe signals. The script is best used on the 15 min timeframe but with correct parameters it can be rather sucesfull on higher timeframes too.
WantonBot StrategyCombines some commonly used crypto indicators in a smart way. Red above Green is a sell, Green above Red is a buy. Blue line represents theoretical position.
Ichimoku Cloud Offset Daily StrategyThe "Ichimoku Cloud Offset Daily Strategy" - Indicator uses an Offset to tell when market is possibly overbought or oversold.
[astropark - Premium] 5m Bitmex ScalperThis strategy is private for bitmex scalping on 5m - 15m.
News soon.
Thanks
-- astropark --
Commodity Selection Index Backtest The Commodity Selection Index ("CSI") is a momentum indicator. It was
developed by Welles Wilder and is presented in his book New Concepts in
Technical Trading Systems. The name of the index reflects its primary purpose.
That is, to help select commodities suitable for short-term trading.
A high CSI rating indicates that the commodity has strong trending and volatility
characteristics. The trending characteristics are brought out by the Directional
Movement factor in the calculation--the volatility characteristic by the Average
True Range factor.
Wilder's approach is to trade commodities with high CSI values (relative to other
commodities). Because these commodities are highly volatile, they have the potential
to make the "most money in the shortest period of time." High CSI values imply
trending characteristics which make it easier to trade the security.
The Commodity Selection Index is designed for short-term traders who can handle
the risks associated with highly volatile markets.
WARNING:
- For purpose educate only
- This script to change bars colors.
Average Down// ########################################################################## //
//
// This scipt is intended to demonstrate how pyramiding can be used to average
// down a position.
//
// We will buy when a stock closes above its 20 day MA and Average down if
// the trade does not go in our favor. We will hold until a profit is made.
// (which could mean we hold forever)
//
// ########################################################################## //
Icarus v2 [STRATEGY] - by @cryptomrdavis -This is the strategy version from the Icarus v2 indicator
Happy trading
+++ use this tool on your own risk. i'm not responsible for your loses. DYOR +++
____________________________________________________________________________
BTC: 1GVRDK3HHr9CKM5SF2CGpCNXFuavB3L4j9
ETH: 0x7b825fa752b9926D3E8397cDb1d9E5473D074646
XLM: GAXUQJSW55C7MAC4GI26NZUGIKSHFDVFRFKZCXPLMPY4HCADSDT55XK6
BCH: qz57n04ud6mn42u00aymqkku8tfh0lk4jv9c28mjvv
tippin.me
____________________________________________________________________________
11.01.2017 XBTUSD FinalThis script has been developed by me since the beginning of 2017 and at the moment I present its best version. Due to the fact that I am planning to create my own project based on this algorithm, I will open access to use it for everyone for a moderate reward. The collected funds will be used to ensure the promotion of the project and the improvement of the current algorithm.
[pti]DAX 1H EMA BB Das Script funktioniert mit diesem Parametern NUR im DAX 1H.
Works ONLY in Ger30 1H!
Kein / No Stopp-Loss !
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.
********************************************************************************