ToTitans - AJ Jim : Type 2 Plus + Alligator (Future & Intraday) What is it ?
It is a strategy based on Type 2 from AJ Jim Class. It used a volume indicator at the same time as William Alligator given a magnificent result. With a bit of knowledge in his class for hedging, it will make your trade perfect.
Must use with 3 indicators 1) ToTitans - TVI , 2) ToTitans - Buy/Sell HHV and 3) ToTitans - Williams Alligator with Life Line. However this strategy already include Williams Alligator with Life Line.
Has no need to add those 3 indicators to use this strategy. Those 3 indicators are included in the signal already. However, the additional indicators are only for visualisation purpose
This strategy aims for giving the user to get a bear and bull icon signal for considering long and short from those combined indicators. However, its performance required a hedging and money management for drastically improve on WinRate and Profit.
This version is optimised for Future and Intraday Timeframe
How to Use it ?
You can use either TVI or Buy/Sell HHV to determine the trend of the trade. Especially the when Buy/Sell Volume is hit the HHV and TVI hit the HHV or LLV as dotted in the those indicators
Using Life Line while enter the cloud as an entry signal
Using Life Line while exit the cloud as an exit signal
Apply Money management for a better performance
Also you can set alert to your phone for Long and Short Entry Signal
Differentiation
The calculation formula has been improved for a better performance
Suitable for
Intra Day Trading (20m-2h). Best for 30m
TFEX:S501!
Search in scripts for "alert"
[laoowai]BNB_USDT_3m_3Commas_Bollinger_MACD_RSI_StrategyBNB_USDT _3m
Release Notes:
Time: 3min
Pair: BNB_USDT
Use: {{strategy.order.alert_message}}
What's the difference with 3Commas Bollinger Strategy by tedwardd:
1. Initial capital: 1210 USDT (10$ Base order / 400$*3 Safety order), if you will change, please change JUST safety order volume or number of safety orders 2-3
2. Using just 2(3) safety order (original script 4)
3. More high-performance strategy for BNB_USDT
4. Using MACD to sell order (original script take profit by scale), thanks Drun30 .
5. Using RSI to analyze the market conditions.
Need to change:
bot_id = input(title="3Commas Bot ID", defval=" YOUR DATA ")
email_token = input(title="Bot Email Token", defval=" YOUR DATA ")
---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
FAQ copy from tedwardd
---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
This strategy is intended for use as a way of backtesting various parameters available on 3commas.
The primary inputs for the strategy are:
---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
// USER INPUTS
Short MA Window - The length of the Short moving average
Long MA Window - The length of the Long moving average
Upper Band Offset - The offset to use for the upper bollinger offset
Lower Band Offset - The offset to use for the lower bollinger offset
Long Stop Loss % - The stop loss percentage to test
Long Take Profit % - The Take profit percentage to test
Initial SO Deviation % - The price deviation percentage required to place to first safety order
Safety Order Vol Step % - The volume scale to test
3Commas Bot ID - (self-explanatory)
Bot Email Token - Found in the deal start message for your bot (see link in the previous section for details)
3Commas Bot Trading Pair - The pair to include for composite bot start deals (should match the format of 3commas, not TradingView IE. USDT_BTC not BTCUSDT )
---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Start Date, Month, Year and End Date, Month, and Year all apply to the backtesting window. By default, it will use as much data as it can give the current period select (there is less historical data available for periods below 1H) back as far as 2016 (there appears to be no historical data on Trading view much before this). If you would like to test a different period of time, just change these values accordingly.
---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Composite bot using a Bollinger band type trading strategy. While its primary intention is to provide users a way of backtesting bot parameters, it can also be used to trigger a deal start by either using the {{strategy.order.alert_message}} field in your alert and providing the bot details in the configuration screen for the strategy or by including the usual deal start message provided by 3commas.
---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Original script:
1. 3Commas Bollinger Strategy by tedwardd
2. Momentum Strategy ( BTC /USDT; 1h) - MACD (with source code) by Drun30
3commas BNB/USD 1H Strategy*** DISCLAIMER ***
This script is speculative - it uses a highly aggressive model and may not make you money. It has worked well for me so far but you need to do your own DD and make your own decisions. I accept no liability for anything that happens as a result of using this script. Use this at your own caution.
My first published work! I took a few concepts I found in other scripts, tweaked them to match what I had in mind, added some ideas of my own and then added 3commas hooks. Essentially this script is a variable MACD indicator with linear regression and a lot of curve smoothing. It will buy and sell like any other MACD indicator, though it won't exactly match the MACD line you will see on regular MACD indicators due to the smoothing and linear regression. The stop loss should prevent the biggest losses though you will still lose some rounds as this is very aggressive. The parameters I have set up here work best for BNB however feel free to experiment with other coins. The linear regression is set high by default which is what I've found works best for BNB/USD.
Charts should be set to BNB/USD 1HR. I used Binance.us as I was building this but you should have success using other exchanges that offer BNB as well.
This script is set up to use with a 3commas DCA bot though you need access to the entire script in order for that to happen. You can add it and manually place orders or use alarms to test. If you want full access so you can set your 3commas alerts, message me and we can figure something out!
T3 crossover strategyHi everybody,
Hereby a simple strategy based on T3 moving average crossover. If people are interested we can also add some alerts in people are interested.
RSI Trend CryptoDear community,
Today I want to present you one of my favorite and simple trading bots: The RSI Trend.
This bot is based on the RSI, which normally is used as a trend reversal indicator. However, here it’s used as a trend finding indicator, often with great success. This bot making long-only trades, which is quite successful in bull-markets like the one we’re currently in.
In case you want to use an emergency exit for your trade, toggle the Emergency Exit parameter. During bull-markets it’s better in the long term to keep this option off.
Currently the bot only makes one trade at a time (pyramiding = 1), for higher risk and higher rewards you can increase this parameter. More than 5 is not advised.
I’ve optimized this bot on 15min time frame. It has some decent results for most cryptos on this TF, feel free to test this out.
In case you want to hook this bot up to your exchange, feel free to edit the ALERT messages in the code.
Default Trading Rules:
Long: RSI crosses over 35
Close Long: RSI crosses under 75
Emergency Exit: RSI crosses under 10
Stock Buy/Sell BotHello everyone, I've been making this strategy for a few weeks now. I finally feel like it's time to release it to the public so I can share what I have been working on.
This strategy only enters a long trades when the MACD crosses over the signal line and the RSI is oversold . The logic behind this is to wait for RSI to enter the oversold territory, and then when the market starts to recovery the MACD will crossover telling us the sell off is over and when are bot to buy.
ADDONS That Affect Strategy:
* Modify RSI oversold and RSI overbought levels.
* Modify MACD Fast and Slow moving average.
Thank you for taking the time to use and try my strategy. I hope you have the best success. I will be making a short strategy, and alerts for this strategy soon so you can automate it. Follow me for updates!
3Commas Bollinger StrategyThis strategy is intended for use as a way of backtesting various parameters available on 3commas.io composite bot using a bollinger band type trading strategy. While it's primary intention is to provide users a way of backtesting bot parameters, it can also be used to trigger a deal start by either using the {{strategy.open.alert_message}} field in your alert and providing the bot details in the configuration screen for the strategy or by including the usual deal start message provided by 3commas. You can find more information about how to do this from help.3commas.io
The primary inputs for the strategy are:
// USER INPUTS
Short MA Window - The length of the Short moving average
Long MA Window - The length of the Long moving average
Upper Band Offset - The offset to use for the upper bollinger offset
Lower Band Offset - The offset to use for the lower bollinger offset
Long Stop Loss % - The stop loss percentage to test
Long Take Profit % - The Take profit percentage to test
Initial SO Deviation % - The price deviation percentage required to place to first safety order
Safety Order Vol Step % - The volume scale to test
3Commas Bot ID - (self explanatory)
Bot Email Token - Found in the deal start message for your bot (see link in previous section for details)
3Commas Bot Trading Pair - The pair to include for composite bot start deals (should match format of 3commas, not TradingView IE. USDT_BTC not BTCUSDT)
Start Date, Month, Year and End Date, Month and Year all apply to the backtesting window. By default it will use as much data as it can given the current period select (there is less historical data available for periods below 1H) back as far as 2016 (there appears to be no historical data on Trading view much before this). If you would like to test a different period of time, just change these values accordingly.
Known Issues
Currently there are a couple of issues with this strategy that you should be aware of. I may fix them at some point in the future but they don't really bug me so this is more for informational purposes than a promise that they may one day be fixed.
Does not test trailing take profit
Number of safety orders and Safety Order Step Scale are currently not user configurable (must edit source code)
Using the user configuration to generate deal start message assumes you are triggering a composite bot, not a simple bot.
Dankland Playground DCAing multi-strategy OPThis is essentially a script that I made for myself before deciding it may be good enough for you all as well.
How it works basically is this... you have 18 oscillators which can all be used as independently as you wish. That means there are 20 groups which they can be split amongst as you choose.
When in separate groups they should not be able to sell eachothers positions without triggering a stop loss. Every single oscillator has its own position sizing and exit sizing which can be stated as either a percent of balance or a flat amount of contracts. Each oscillator has a minimum amount of profit you can tell it to sell it, which is calculated from the average cost of your current position, which does include all groups. This works out to help you average out better entry and exit prices, essentially a method of DCAing.
You can set the minimum sale amount, which is to keep it from placing orders below your exchanges minimum dollar trade cost.
The included oscillators are as follows:
Chande Momentum cross
Moving Average Cross
MACD cross
%B Bollinger cross
Stochastic cross + region filter
Stochastic RSI cross + region filter
SMII cross and region
Three RMIs
Standard RSI
LSMA-smoothed RSI
Know Sure Thing
RSI of KST
Coppock Curve
RSI of Curve
PPO
RSI of PPO
Trix
RSI of Trix
So the idea is that this is essentially multiple strategies combined into one backtestable house. Balance is calculated for all position sizes in order to try to prevent false entries that plague so many scripts (IE, you set pyramiding to 2, each buy $1000, initial balance $1000, and yet it buys two orders off the bat for $2000 total and nets 400% profit because the second was considered free)/
You tune each side and position size them so that they work together as well as you can and in doing so you are able to create a single backtest that is capable of running a bot, essentially, between multiple strategies - you can run a slower Moving Average cross, a faster SMI cross or MACD, or Bollinger that grabs big moves only, all the while having MACD trade small bonuses along the way. This way you can weight the Risk to Reward of each against eachother.
I will not try to claim this is something you can open and with no work have the best bot on the planet. This scripts intention is to take a lot of relatively common trading strategies and combine them under on roof with some risk management and the ability to weigh each against eachother.
If you are looking for a super advanced singular algorithm that tries to capture every peak and valley exactly on the dot, this is not for you. If you are looking for a tool with a high level of customizability, with a publisher who intends to update it to the best of his ability in accordance to seeking to make the best product that I personally can make for both myself and the community (because I will be using this myself of course!) that was specifically designed with the intention of performing well in spot markets by averaging low entry costs and high exit costs, this is for you! That is the exact intention here.
I do not trade margin currently, I trade spot. I am sure this script can be tuned to work on margin but this is not my intention or area so if this is you and there is something you need for margin specifically implemented, ask, because I likely don't know what you need yet.
The current backtest shown is hand-optimized by myself for BTC/USD 1hr market with NO stop loss enabled and all sales weighed to be around 0% minimum profit from the total average entry cost.
I chose to run it myself with no stop losses because Bitcoin is so bullish to me. The stop losses can still be very profitable, but not 1495% net profit. This style of automation is not for everyone as when running with no stop loss and the requirement every sale is somewhat profitable, or at least no very noticeable loss, you wind up relying on yourself to manually stop out if things crash too much and the bot has to stop trading to wait for market to go back up. The thing to do here if you are playing without a stop loss is to have your own alerts set at your fear level, a % drop in a period of time or something like that, and when you reach that point I would consider resetting the bot so it continues to take trades. I personally will accept a temporary drop in USD as long as I can keep my BTC holdings up overall as the goal should always be to have as many BTC as possible by the start and end of the bull run.
Companion::InsurgentCompanion::Insurgent is a combined indicators strategy. Performances are pretty good on 1D, 4H and 1H timeframes and it can be used on Bitcoin and Altcoin markets.
Mainly, it is a trategy based on Ehlers formulas.
Used indicators:
- Ehlers Instantaneous Trend: trendline analysis;
- Ehlers Super Bandpass Filter: momentum detection;
- EMA: Long/Short time selector.
What the script does:
- determines trendlines combining mulitple indicators;
- automaticlally calculates Take profit and Stop Loss levels;
- permits automation generating Autoview signals (create an alert with {{strategy.order.alert_message}} in message text field to trap Autoview commands;
- supports for margin trading. Spot trading will be added in the future.
BACKTESTING
Backtest is not leveraged. Defaults are set as follow:
Capital: 10000
Percent of equity used for trades: 10%
Commission: 0.18% this is Bitfinex commission on orders
Change them accordingly on how you trade to get a more realistic backtest results.
Ichimoku Strategy [CDI]Strategy used in the CDI community that consists of having as a signal to enter long when it crosses the entire Ichimoku cloud .
It is recommended to use the strategy in one hour candles and the profit / loss ratio is 2 to 1 for swing trading, however it can be used at any time frame.
The purpose is to perform a bakctesting quickly by setting the limit and stop in the study settings (Proffit and Loss). It is also possible to deactivate the trades on chart changing the configuration in the settings pannel to visualize more clearly the yellow candles that are marked on the chart to identify the signal of the strategy.
Strategy settings:
- Profit %: approximate profit on each entry
- Loss %: approximate loss limit in each entry
- Crossing Candles: number of candles that establishes the crossing of the Ichimoku clouds
Alerts can be configured.
For more information about the strategy, you can search on YouTube for Hyenuk Chu's video "Cómo construir una buena tasa Riesgo Beneficio"
WARNING:
- For purpose educate only
- The entries are used under your responsibility
MACD Price Projected Bands [MPPB] Strategy for NIFTY / BTC 2 minMACD Price Projected Bands is an intraday NON REPAINTING Strategy to be used over BTCUSD and NIFTY on 2mins charts for optimum results!!
How the Strategy works
The strategy uses MACD with standard configuration as its main component.
The adaptive Bands are calculated over the MACD lookback, and MACD crosses of the adaptive bands are projected over the Price for creating a decision logic
A cyclic Trend Filter is used to calculate the Optimum Entry and Exit Points for the Strategy,
Levels are also plotted over the price projected bands for better visualisation of the targets!
What is used !
Macd_config : { fast:12 , slow:26 , signal:9 }
Lookback Length : 55
The Strategy has Provision for Alerts
You get Two signals
1. MPPBS Buy Signal
2. MPPBS Sell Signal
How the Visual Target System Works and How to trade Using this Strategy
An Adaptive Projected Band is constructed using MACD for traders to get Visual inputs regarding targets!!
The Trading Methodologies are in below Charts
For Short Trades
For Long Trades
Strategy Configurations for Backtest
For Englishmen!
The Backtesting Rules in the Strategy calculates only when order gets filled, the basic pyramiding in the strategy is set to 1, i.e The maximum number of entries allowed in the same direction is set to 1,
Also we trade only 1 quantity of the security with initial capital of 100000USD, and The commission type used in the strategy is set to 0.05 USD that means we pay 0.05USD as commissions in every trade!
For Coders!
{
calc_on_order_fills=true,
pyramiding=1,
default_qty_type=strategy.fixed,
default_qty_value=1,
initial_capital=100000,
currency=currency.USD,
commission_type= strategy.commission.cash_per_order,
commission_value = 0.05
}
How can you get access
Only do private message to me, donot use comment box for requesting access!
[3Captain] TAJA Strategy ver1.0Introducing 3Captain's new new TAJA.
In a market of fierce buying and selling with limited opportunities, we need to be able to move one step faster than others for profit.
The new strategic indicator TAJA 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 a rise and make a profit on further upsides.
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.
3Captain의 새로운 신작 TAJA를 소개합니다.
한정된 기회를 두고 치열하게 매수와 매도가 오가는 시장에서 우리는 수익을 위해 남들보다 한발 더 빠르게 움직일 수 있어야 합니다.
신규 전략지표 TAJA는 전략테스터의 형태로 구현되어 있으며, 얼러트를 설정할 수 있습니다.
본 전략은 변동성 돌파전략을 기반으로 하며, 최저점 혹은 변곡점을 잡는 로직이 아님을 미리 안내 드립니다.
낮은가격에서 변곡점을 잡으려고 하지 않고 오히려 상승을 확인하고 추가상승에 대해 수익을 낼 수 있습니다.
종목과 타임프레임에 따라 백테스트 결과가 상이할 수 있습니다.
백테스트의 결과가 미래를 보장하지는 않으므로 개인의 소중한 자산을 투자하시는데에는 유의하시기 바랍니다.
본 스크립트는 인바이트 온리 스크립트입니다.
사용신청은 아래 서명메세지를 참고해 주시기 바랍니다.
This script is an invite-only script.
Please refer to the signature message below to apply for use.
Simple Heiken Ashi Stop and Reverse Trading on FuturesThis is the initial version of the Heikein Ashi Strategy.
It calculates the Heiken Ashi values for the candlestick charts displayed on the screen and generates alerts/trades based on the actual value in the candlestick chart.
EMA Crossover StrategyMoving average crossover systems measure drift in the market. They are great strategies for time-limited people.
So, why don't more people use them?
I think it's due to poor choice in choosing EMA lengths: Market Wizard Ed Seykota has a guideline for moving average crossovers: the slow line should be at least 3x the fast line. This removes a lot of the whipsaws inherent in moving average systems, which means greater profitability. His other piece of advice: long-only strategies are best in stock markets where there's a lot more upside potential.
Using these simple rules, we can reduce a lot of the whipsaws and low profitability trades! This strategy was made so you can see for yourself before trading.
=== HOW TO USE THIS INDICATOR ===
1) Choose your market and timeframe.
2) Choose the length.
3) Choose the multiplier.
4) Choose if the strategy is long-only or bidirectional.
Don't overthink the above! We don't know the best answers, that's why this strategy exists! We're going to test and find out.
After you find a good combination, set up an alert system with the default Exponential Moving Average indicators provided by TradingView.
=== TIPS ===
Increase the multiplier to reduce whipsaws (back and forth trades).
Increase the length to take fewer trades, decrease the length to take more trades.
Try a Long-Only strategy to see if that performs better.
VT Main Trend (HA) FCPO 10 Minutes StrategyDescription of Victory Trend With Heikin Ashi Color's items. The Buy Sell strategy is based on the Main Trend item only and user required to input the related commission for different product.
This scritp also allow User to alter the Main Trend parameter for get better result when test at different products and different time frame.
VT Trend With Heikin Ashi Color indicator is formed by Green & Red Main Trend Band, Secondary Band, 4 days HLC Black color line, Mid Term line (Purple & Gray Color Line and Long Term Blue line. Green up arrow with "Buy" text and Red Down Arrow with "sell" text for alert the potential entry chances.
1) Green color Up Trend Main Trend Band with solid line : form by 2 moving average lines and in green color when fast moving average is above slow moving average line
2) Red Color Down Trend Main Trend Band with solid line form by 2 moving average lines and in red color when fast moving average is below slow moving average line
3) Green Up arrow with "buy" text appear : When red color down Trend Main Trend Band with solid line turn from red color to green color, mean potential buy entry
4) Red down arrow with "Sell" text appear : When green color up Trend Main Trend Band with solid line turn from Green color to red color, mean potential Sell entry
5) Black color line = 4 days HLC line
6) Mid term line = Purple color (when up) and gray color (when down)
7) Long term line = Coastal (Light blue) color
8) Stronger Up trend start = When Mid term line cross up Long term line
9) Stronger down trend start = When Mid term line cross down Long term line
10)Background color which represent the Up/down trend and stronger Up/down trend ,
a) lighten Green = Main trend in uptrend but Main trend's slow moving average line haven't cross up mid term line
b) Green =Main trend in uptrend and Main trend's slow moving average line had cross up mid term line
c) lighten Red = Main trend in down trend but Main trend's slow moving average line haven't cross down mid term line
d) Red = Main trend in down trend and Main trend's slow moving average line had cross down mid term line
11) When Up green color triangle appear: mean the candlestick closing price is cross up Black color line (4 days HLC line) & price have potential continue up in short term
When Down Red color triangle appear: mean the candlestick closing price is cross down Black color line (4 days HLC line) & price have potential continue down in short term
12) Green color Up Trend Secondary Trend Band with solid line : form by 2 moving average lines and in green color when fast moving average is above slow moving average line
13) Red Color Down Trend Secondary Trend Band with solid line form by 2 moving average lines and in red color when fast moving average is below slow moving average line
Buy entry strategy No.1:
When Green arrow with "Buy" text appear and wait for the candlestick closed, and enter buy position on next candlestick .
Cut Loss exit: When Main trend turn into red color with Red down Arrow with "sell" text appear.
Target price no.1 : For hold over night. To close position When for Main trend turn into red color band and Red down Arrow with "sell" text appear.
Target price no.2 : For Intraday trade. To close position When price close below the black line
Buy entry strategy No.2:
After green up arrow appear and to add more position when Mid term purple line cross up Long term Blue line.
Cut Loss exit: When Main trend turn into red color with Red down Arrow with "sell" text appear.
Target price no.1 : For hold over night. To close position When for Main trend turn into red color band and Red down Arrow with "sell" text appear.
Target price no.2 : For Intraday trade. To close position When price close below the black line
Sell entry strategy No.1:
When Red arrow with "Sell" text appear and wait for the candlestick closed, and enter sell position on next candlestick .
Cut Loss exit: When Main trend turn into green color with green Up Arrow with "buy" text appear.
Target price no.1 : For hold over night. To close position When for Main trend turn into green color band and green Up Arrow with "Buy" text appear.
Target price no.2 : For Intraday trade. To close position When price close up the black line
Sell entry strategy No.2:
After Red Down arrow appear and to add more position when Mid term Gray color line cross down Long term Blue line.
Cut Loss exit: When Main trend turn into green color with green Up Arrow with "buy" text appear.
Target price no.1 : For hold over night. To close position When for Main trend turn into green color band and green Up Arrow with "Buy" text appear.
Target price no.2 : For Intraday trade. To close position When price close up the black line
"Use the link below to contact Owner for obtain access to this indicator"
SPAS - Single Price Action StrategyThis strategy is based on a single price action analysis, where volume and price changes will trigger buy and sell orders. This strategy also can be used in combination with alerts to trigger orders in other exchanges or systems.
Best performance is currently achieved using 4H timeframe.
DekaBot V5.1Dekabot is a BTCUSDT trading signals indicator. The buy/sell alerts are not re-painted so the results displayed will not change when Tradingview is reloaded.
Dekabot uses a combination of Bollinger Bands, MAs and RSI to determine if the market is in an uptrend or downtrend and a custom built indicator determines when a market is oversold and overbought which creates the buy and sell signals.
Please PM us to obtain access to use Dekabot Signals.
trend Screener List1This is type of custom screener I searched and made to screen bulk stocks any one can modify it, other may get help out of it.
in my code i have made defined
1. uptrend= ema(close,55)> ema(close,144) and ema(close,144)> ema(close,388) and ema(close,388)> ema(close,576) and close>ema(close,388)
2. downtrend = ema(close,55)< ema(close,144) and ema(close,144)< ema(close,388) and ema(close,388)
VT Main Trend (HA) StrategyDescription of Victory Trend With Heikin Ashi Color's items. The Buy Sell strategy is based on the Main Trend item only and user required to input the related commission for different product.
This scritp also allow User to alter the Main Trend parameter for get better result when test at different products and different time frame.
VT Trend With Heikin Ashi Color indicator is formed by Green & Red Main Trend Band, Secondary Band, 4 days HLC Black color line, Mid Term line (Purple & Gray Color Line and Long Term Blue line. Green up arrow with "Buy" text and Red Down Arrow with "sell" text for alert the potential entry chances.
1) Green color Up Trend Main Trend Band with solid line : form by 2 moving average lines and in green color when fast moving average is above slow moving average line
2) Red Color Down Trend Main Trend Band with solid line form by 2 moving average lines and in red color when fast moving average is below slow moving average line
3) Green Up arrow with "buy" text appear : When red color down Trend Main Trend Band with solid line turn from red color to green color, mean potential buy entry
4) Red down arrow with "Sell" text appear : When green color up Trend Main Trend Band with solid line turn from Green color to red color, mean potential Sell entry
5) Black color line = 4 days HLC line
6) Mid term line = Purple color (when up) and gray color (when down)
7) Long term line = Coastal (Light blue) color
8) Stronger Up trend start = When Mid term line cross up Long term line
9) Stronger down trend start = When Mid term line cross down Long term line
10)Background color which represent the Up/down trend and stronger Up/down trend ,
a) lighten Green = Main trend in uptrend but Main trend's slow moving average line haven't cross up mid term line
b) Green =Main trend in uptrend and Main trend's slow moving average line had cross up mid term line
c) lighten Red = Main trend in down trend but Main trend's slow moving average line haven't cross down mid term line
d) Red = Main trend in down trend and Main trend's slow moving average line had cross down mid term line
11) When Up green color triangle appear: mean the candlestick closing price is cross up Black color line (4 days HLC line) & price have potential continue up in short term
When Down Red color triangle appear: mean the candlestick closing price is cross down Black color line (4 days HLC line) & price have potential continue down in short term
12) Green color Up Trend Secondary Trend Band with solid line : form by 2 moving average lines and in green color when fast moving average is above slow moving average line
13) Red Color Down Trend Secondary Trend Band with solid line form by 2 moving average lines and in red color when fast moving average is below slow moving average line
Buy entry strategy No.1:
When Green arrow with "Buy" text appear and wait for the candlestick closed, and enter buy position on next candlestick .
Cut Loss exit: When Main trend turn into red color with Red down Arrow with "sell" text appear.
Target price no.1 : For hold over night. To close position When for Main trend turn into red color band and Red down Arrow with "sell" text appear.
Target price no.2 : For Intraday trade. To close position When price close below the black line
Buy entry strategy No.2:
After green up arrow appear and to add more position when Mid term purple line cross up Long term Blue line.
Cut Loss exit: When Main trend turn into red color with Red down Arrow with "sell" text appear.
Target price no.1 : For hold over night. To close position When for Main trend turn into red color band and Red down Arrow with "sell" text appear.
Target price no.2 : For Intraday trade. To close position When price close below the black line
Sell entry strategy No.1:
When Red arrow with "Sell" text appear and wait for the candlestick closed, and enter sell position on next candlestick .
Cut Loss exit: When Main trend turn into green color with green Up Arrow with "buy" text appear.
Target price no.1 : For hold over night. To close position When for Main trend turn into green color band and green Up Arrow with "Buy" text appear.
Target price no.2 : For Intraday trade. To close position When price close up the black line
Sell entry strategy No.2:
After Red Down arrow appear and to add more position when Mid term Gray color line cross down Long term Blue line.
Cut Loss exit: When Main trend turn into green color with green Up Arrow with "buy" text appear.
Target price no.1 : For hold over night. To close position When for Main trend turn into green color band and green Up Arrow with "Buy" text appear.
Target price no.2 : For Intraday trade. To close position When price close up the black line
"Use the link below to contact Owner for obtain access to this indicator"
888 BOT #backtest█ 888 BOT #backtest (open source)
This is an Expert Advisor 'EA' or Automated trading script for ‘longs’ and ‘shorts’, which uses only a Take Profit or, in the worst case, a Stop Loss to close the trade.
It's a much improved version of the previous ‘Repanocha’. It doesn`t use 'Trailing Stop' or 'security()' functions (although using a security function doesn`t mean that the script repaints) and all signals are confirmed, therefore the script doesn`t repaint in alert mode and is accurate in backtest mode.
Apart from the previous indicators, some more and other functions have been added for Stop-Loss, re-entry and leverage.
It uses 8 indicators, (many of you already know what they are, but in case there is someone new), these are the following:
1. Jurik Moving Average
It's a moving average created by Mark Jurik for professionals which eliminates the 'lag' or delay of the signal. It's better than other moving averages like EMA , DEMA , AMA or T3.
There are two ways to decrease noise using JMA . Increasing the 'LENGTH' parameter will cause JMA to move more slowly and therefore reduce noise at the expense of adding 'lag'
The 'JMA LENGTH', 'PHASE' and 'POWER' parameters offer a way to select the optimal balance between 'lag' and over boost.
Green: Bullish , Red: Bearish .
2. Range filter
Created by Donovan Wall, its function is to filter or eliminate noise and to better determine the price trend in the short term.
First, a uniform average price range 'SAMPLING PERIOD' is calculated for the filter base and multiplied by a specific quantity 'RANGE MULTIPLIER'.
The filter is then calculated by adjusting price movements that do not exceed the specified range.
Finally, the target ranges are plotted to show the prices that will trigger the filter movement.
Green: Bullish , Red: Bearish .
3. Average Directional Index ( ADX Classic) and ( ADX Masanakamura)
It's an indicator designed by Welles Wilder to measure the strength and direction of the market trend. The price movement is strong when the ADX has a positive slope and is above a certain minimum level 'ADX THRESHOLD' and for a given period 'ADX LENGTH'.
The green color of the bars indicates that the trend is bullish and that the ADX is above the level established by the threshold.
The red color of the bars indicates that the trend is down and that the ADX is above the threshold level.
The orange color of the bars indicates that the price is not strong and will surely lateralize.
You can choose between the classic option and the one created by a certain 'Masanakamura'. The main difference between the two is that in the first it uses RMA () and in the second SMA () in its calculation.
4. Parabolic SAR
This indicator, also created by Welles Wilder, places points that help define a trend. The Parabolic SAR can follow the price above or below, the peculiarity that it offers is that when the price touches the indicator, it jumps to the other side of the price (if the Parabolic SAR was below the price it jumps up and vice versa) to a distance predetermined by the indicator. At this time the indicator continues to follow the price, reducing the distance with each candle until it is finally touched again by the price and the process starts again. This procedure explains the name of the indicator: the Parabolic SAR follows the price generating a characteristic parabolic shape, when the price touches it, stops and turns ( SAR is the acronym for 'stop and reverse'), giving rise to a new cycle. When the points are below the price, the trend is up, while the points above the price indicate a downward trend.
5. RSI with Volume
This indicator was created by LazyBear from the popular RSI .
The RSI is an oscillator-type indicator used in technical analysis and also created by Welles Wilder that shows the strength of the price by comparing individual movements up or down in successive closing prices.
LazyBear added a volume parameter that makes it more accurate to the market movement.
A good way to use RSI is by considering the 50 'RSI CENTER LINE' centerline. When the oscillator is above, the trend is bullish and when it is below, the trend is bearish .
6. Moving Average Convergence Divergence ( MACD ) and ( MAC-Z )
It was created by Gerald Appel. Subsequently, the histogram was added to anticipate the crossing of MA. Broadly speaking, we can say that the MACD is an oscillator consisting of two moving averages that rotate around the zero line. The MACD line is the difference between a short moving average 'MACD FAST MA LENGTH' and a long moving average 'MACD SLOW MA LENGTH'. It's an indicator that allows us to have a reference on the trend of the asset on which it is operating, thus generating market entry and exit signals.
We can talk about a bull market when the MACD histogram is above the zero line, along with the signal line, while we are talking about a bear market when the MACD histogram is below the zero line.
There is the option of using the MAC-Z indicator created by LazyBear, which according to its author is more effective, by using the parameter VWAP ( volume weighted average price ) 'Z-VWAP LENGTH' together with a standard deviation 'STDEV LENGTH' in its calculation.
7. Volume Condition
Volume indicates the number of participants in this war between bulls and bears, the more volume the more likely the price will move in favor of the trend. A low trading volume indicates a lower number of participants and interest in the instrument in question. Low volumes may reveal weakness behind a price movement.
With this condition, those signals whose volume is less than the volume SMA for a period 'SMA VOLUME LENGTH' multiplied by a factor 'VOLUME FACTOR' are filtered. In addition, it determines the leverage used, the more volume , the more participants, the more probability that the price will move in our favor, that is, we can use more leverage. The leverage in this script is determined by how many times the volume is above the SMA line.
The maximum leverage is 8.
8. Bollinger Bands
This indicator was created by John Bollinger and consists of three bands that are drawn superimposed on the price evolution graph.
The central band is a moving average, normally a simple moving average calculated with 20 periods is used. ('BB LENGTH' Number of periods of the moving average)
The upper band is calculated by adding the value of the simple moving average X times the standard deviation of the moving average. ('BB MULTIPLIER' Number of times the standard deviation of the moving average)
The lower band is calculated by subtracting the simple moving average X times the standard deviation of the moving average.
the band between the upper and lower bands contains, statistically, almost 90% of the possible price variations, which means that any movement of the price outside the bands has special relevance.
In practical terms, Bollinger bands behave as if they were an elastic band so that, if the price touches them, it has a high probability of bouncing.
Sometimes, after the entry order is filled, the price is returned to the opposite side. If price touch the Bollinger band in the same previous conditions, another order is filled in the same direction of the position to improve the average entry price, (% MINIMUM BETTER PRICE ': Minimum price for the re-entry to be executed and that is better than the price of the previous position in a given %) in this way we give the trade a chance that the Take Profit is executed before. The downside is that the position is doubled in size. 'ACTIVATE DIVIDE TP': Divide the size of the TP in half. More probability of the trade closing but less profit.
█ STOP LOSS and RISK MANAGEMENT.
A good risk management is what can make your equity go up or be liquidated.
The % risk is the percentage of our capital that we are willing to lose by operation. This is recommended to be between 1-5%.
% Risk: (% Stop Loss x % Equity per trade x Leverage) / 100
First the strategy is calculated with Stop Loss, then the risk per operation is determined and from there, the amount per operation is calculated and not vice versa.
In this script you can use a normal Stop Loss or one according to the ATR. Also activate the option to trigger it earlier if the risk percentage is reached. '% RISK ALLOWED'
'STOP LOSS CONFIRMED': The Stop Loss is only activated if the closing of the previous bar is in the loss limit condition. It's useful to prevent the SL from triggering when they do a ‘pump’ to sweep Stops and then return the price to the previous state.
█ BACKTEST
The objective of the Backtest is to evaluate the effectiveness of our strategy. A good Backtest is determined by some parameters such as:
- RECOVERY FACTOR: It consists of dividing the 'net profit' by the 'drawdown’. An excellent trading system has a recovery factor of 10 or more; that is, it generates 10 times more net profit than drawdown.
- PROFIT FACTOR: The ‘Profit Factor’ is another popular measure of system performance. It's as simple as dividing what win trades earn by what loser trades lose. If the strategy is profitable then by definition the 'Profit Factor' is going to be greater than 1. Strategies that are not profitable produce profit factors less than one. A good system has a profit factor of 2 or more. The good thing about the ‘Profit Factor’ is that it tells us what we are going to earn for each dollar we lose. A profit factor of 2.5 tells us that for every dollar we lose operating we will earn 2.5.
- SHARPE: (Return system - Return without risk) / Deviation of returns.
When the variations of gains and losses are very high, the deviation is very high and that leads to a very poor ‘Sharpe’ ratio. If the operations are very close to the average (little deviation) the result is a fairly high 'Sharpe' ratio. If a strategy has a 'Sharpe' ratio greater than 1 it is a good strategy. If it has a 'Sharpe' ratio greater than 2, it is excellent. If it has a ‘Sharpe’ ratio less than 1 then we don't know if it is good or bad, we have to look at other parameters.
- MATHEMATICAL EXPECTATION: (% winning trades X average profit) + (% losing trades X average loss).
To earn money with a Trading system, it is not necessary to win all the operations, what is really important is the final result of the operation. A Trading system has to have positive mathematical expectation as is the case with this script: ME = (0.87 x 30.74$) - (0.13 x 56.16$) = (26.74 - 7.30) = 19.44$ > 0
The game of roulette, for example, has negative mathematical expectation for the player, it can have positive winning streaks, but in the long term, if you continue playing you will end up losing, and casinos know this very well.
PARAMETERS
'BACKTEST DAYS': Number of days back of historical data for the calculation of the Backtest.
'ENTRY TYPE': For '% EQUITY' if you have $ 10,000 of capital and select 7.5%, for example, your entry would be $ 750 without leverage. If you select CONTRACTS for the 'BTCUSDT' pair, for example, it would be the amount in 'Bitcoins' and if you select 'CASH' it would be the amount in $ dollars.
'QUANTITY (LEVERAGE 1X)': The amount for an entry with X1 leverage according to the previous section.
'MAXIMUM LEVERAGE': It's the maximum allowed multiplier of the quantity entered in the previous section according to the volume condition.
The settings are for Bitcoin at Binance Futures (BTC: USDTPERP) in 15 minutes.
For other pairs and other timeframes, the settings have to be adjusted again. And within a month, the settings will be different because we all know the market and the trend are changing.
[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.
BTC botI made good money on this bot in last few month so i decided to donate it to community (its from my private bot collection) design for BTC mainly . it a great bot for longs , shity for shorts :)
no security in this bot so no repaint
the key issue in any bot design is to find good low , after you just exit by take profit
the exit strategy here is based on pivot system
entry is based on Low finder script (that i put as open script )
the Take profit system is based on Adolgov script
in reality main problem now is that bot cannot utilize signal from alerts .but we are working to fix this issue with a good that will come soon
this script is to show how to create a smart non repainting strategy using take profit and finding low as the key for it success
this strategy very good for bullish assets. may not work as well when we are on bearish trend so keep this in mind if you use it
HigherHigh LowerLow RATALGOHi Traders,
This is Trend following strategy.
This strategy calculates the higher high or lower low of a look back period. If the previous high or low is breached, a signal to enter market is given.
This strategy works well with regular candles and line charts if you find the right settings and chart time frame.
Give it a try with your settings & post your feedback and suggestion if any for improvement.
I had automate this strategy with broker using Trading view Alert feature to get some live results on NSE:Banknifty1!