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.
"alert"に関するスクリプトを検索
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!
Renko Strategy T3 V1An interesting strategy using Renko calculations and Tilson T3 on normal charts targeted for cryptocurrencies but can work with different assets.
Tested on Daily but can work with lower frames using Renko Size and T3 Length adjustments.
== Description ==
Strategy get Renko close/open/high/low values and smooth them with T3 Tilson.
Base on these results the strategy triggers a long and short orders, where green uptrending and red downtrending.
Including Alerts
== Repaint ==
There seems to be some sort of inconsistency when doing 'Replay' function with the strategy, which means using Replay function won't trade like if you see the trading results without Replay. Regarding real time, it does not seem to repaint, besides that you need to wait for the last active bar to complete for it to give you indication.
You can disable strategy to use it has a sole indicator.
There might be a new strategy of Renko Strategy V2 in the future as i have an in progress prototype, Follow to get updated:
www.tradingview.com
WR Quantum Wyckoff Bursa BacktestBURSA Malaysia trading robot alert is built based on WR Quantum Wyckoff Technique strategy.
The back test strategy is suitable to use in BURSA Saham.
The script will identify accumulation candle (box) at specific timeframe and will advice entry value and calculate advice take profit and stop loss based on % settable in the preset.
Once entry is confirm, script will popup one label with detail of Long Entry Condition.
This is an example of Indicator for Long Entry Condition:
ibb.co
This is setting for user to adjust to get best result for BURSA Counter:
ibb.co
User is given flexibility to adjust :
1. Date and Time Range for back test
2. Intraday or Swing strategy (Intraday - Intraday Box is selected, Swing - Intraday Box is not selected)
3. Take Profit % setting
4. Stop Loss % setting
Disclaimer:
This is a stock trading strategy that involves high risk of equity loss, You agree to use this script at your own risk.
If you have any suggestions, comments or interested to use this script, kindly PM us to obtain an access.
Bitlinc MARSI Study AST w/ Take Profit & Stop loss - beta 0.1This script is beta 0.1 - will update as soon as the script is tradable
This script is based on AST on a 10 minute timeframe. You can change the asset and the timeframe for any asset you want to trade, but for it to work correct ALL settings have to be testes in the Strategy section of the TradingView. Each assets and timeframe require a different mixture of settings. This is NOT a one settings fits all trading for all assets on any timeframe. Below are the settings and explanation on how it works.
How it fires a buy / sell:
The script will plot an RSI with upper and lower bands in a separate indicator window. The idea behind this script is to fire a LONG when MA crosses OVER lower band and fire a SHORT when the MA crosses under the lower band. Each order that fires is an OCO (Order Cancels Order) for pyramiding.
Settings:
You have full control of these settings as mentioned above, you must configure every part of this script for each asset and timeframe you trade.
- Length of MA
- Length
- Upper bands of RSI
- Lower bands of RSI
- Take profit percentage
- Stop loss percentage
- Month to start and end the strategy (within 2020)
- Day to start and end the strategy (within 2020)
- Quantity type
- Slippage
- Pyramiding
***Remember that after the signal to enter or exit a trade is fired, the alert will trigger AFTER the close of the candle that caused the tigger to fire
Trading Safely Market Crusher Pro Strategy BuilderWith The Market Crusher Pro You Can Build Trading Strategies For Options, Futures, Cryptocurrencies, Equities, Commodities, Currencies, and Stock Market Indexes.
The Market Crusher Pro Buy And Sell Strategy Builder gives you the ability to back-test all tradeable markets. You can back test using specific trading times on any chart time frame before you execute any trades for both manual trading and automated trading.
The Market Crusher Pro Buy & Sell signals are determined utilizing our price range volatility algorithmic technical indicator designed to generate alpha.
The Market Crusher Pro Buy & Sell signals will only be visible during your specified trading times.
The Market Crusher Pro Profit Targets are determined in percentages and you can take profit up to 4 times per trade.
I suggest setting limit orders at profit targets.
To determine how much of position to close divide position size by number of profit targets
Example: If your position size is 100k and you are in a Long trade set 4 limit sell orders of 25k each at your 4 profit targets.
*Percentage of position to be closed for each trade is set to 25% however, you can adjust this to take profit 3 times by changing settings on 1st, 2nd, and 3rd profit targets to 33.3%, or 2 times by changing 1st and 2nd profit targets to 50%
Highlights:
Add to any ticker, and time frame
Specify trading times
Specify both long and short profit targets in percentages
Take profit up to 4 times per trade
Use either a fixed stop loss or a trailing stop loss or both
Set Strategy alerts
Prints on the current bar in real time
DOES NOT repaint several bars after the fact
*We only use candles for trading and back testing because, Heikin Ashi, Renko, Kagi, Point & Figure, and Range produce unrealistic results.
*Back test results below are based on a initial capital of $5000 and Trade using 10% of initial capital.
Please Note: For forex trading to enter a trade on EURUSD for example the spread is typically 1.2-2.0 pips to enter a trade so you are not charged a commission on every market buy or sell or for limit orders set at profit targets. We are not able to input this into back test settings.
Example: If you open a 100k position it will cost you $12-$20 assuming the spread is 1.2 to 2.0 pips
Please Note: All users get access to weekly trading and strategy building sessions and a interactive Q&A. You can get more information on these benefits as well as get access to the strategy builder by clicking the MC PRO link listed in signature section below
Squeeze Momentum with DMI confirmation strategyThe script combines Squeeze Momentum and Directional Movement Index (DMI) confirmation. It provides long and short entry and closure daily trade signals, suitable for Spot, Marginal and Futures exchanges
The strategy components are customizable:
Change risk management settings (take profit, stop loss, trailing)
Change signals filters
Enable TrueRange or disable
Change lengths and periods of components
Advantages:
1. Deal start condition includes the following filters and requirements:
Momentum value is adjusted using a relative proportion of volume at each timeframe scale to exclude a chance of opening position at a low impulse stage
Squeeze momentum trigger condition is automatically checked before a position is opened
+DI , -DI and ADX values are taken into account to confirm the trend direction
2. Exit positions using unique risk management settings for each asset
3. Strategy allows to connect broker or automatic trading system using web hook alerts
If you want to obtain access to the strategy please send us a personal message
leadersIt is very similar to the index principle of the super trend.
the control is by length ( len ) and the deviation
there is alerts and signals
try to find best settings according to your needs
it can done in a different way as well
this one seems to work nice on stocks
Buy when breaking above the blue line, and liquidate when breaking below the blue line
Hull Moving Average vs CandleA Hull moving average is applied to the chart with settings for user to change the period of the Hull MA.
And a value of a previous candle is compared to the HMA. If the HMA is above the previous candle value, then the strategy will buy.
If below, it will sell. The default setting for the HMA is 50 and the Candle is D1 (Daily timeframe)
So basically if the HMA value is greater than yesterdays candle open, buy. ( i use open as a price source to avoid repainting)
This example is put onto ETHBTC chart and currency changed from default to BTC and Equity set to 1 BTC and commission set to 0.25%
The ETHBTC chart seems to follow good old moving average more than other pairs.
The strategy can be used on any pair and timeframes.
A good idea for setting the HMA period is:
small timeframe=big period, big timeframe=small period.
range from period=3 to period=200 is about right, for charts from 4H to 1 minute.
This HMA strategy is fairly simple, best to use other sources of information in combination with moving averages.
And strict money management, risk/reward control is very important to any trading strategy.
Not intended as stand alone strategy but has potential for bot use, i will publish a study version soon, for use with alerts and API bots.
Super Guppy StrategyCM Super Guppy with Long/Short signals, backtesting, and additional options. Updated for PineScript v4.
COINBASE:BTCUSD
Features 2 primary modes, depending on your risk profile. These options are available in the settings:
"Early Signals" ON (default):
Prints a "long" on grey to green transitions AND red to gray transitions.
Prints a "short" on green to grey transitions AND gray to red transitions.
Will not print back-to-back repeated positions (i.e. green → grey → red will only print the first green → gray "short" signal and not print "short" twice).
Rotates long and short positions with no delay.
"Early Signals" OFF
Will close trades, but never open new ones, when guppy transitions to from any color to gray.
Open long: guppy transitions gray to green.
Close long: guppy transitions green to gray.
Open short: guppy transitions gray to red.
Close short: guppy transitions red to gray.
Does not rotate long and short positions back to back.
Additionally:
Can toggle on/off the 200EMA. Default is off.
Can toggle on/off short positions. Default is on.
In development: alerts