Cava Signals Backtesting/VisualizerPLEASE READ THE DESCRIPTION CAREFULLY
Trying this again, as it seems I keep violating the rules unintentionally. Moderator, please forgive me as I try to make this right.
This backtesting/visualizer script was created for me to get a visual idea of the Cava Signals indicator throughout its development time and continuous optimization.
This script is to be used on the 30-minute timeframe on supported markets, and whether I can only publish strategies on regular candles, the indicator is meant to trigger on heikin ashi candles.I understand backtesting on non-regular candles produces unrealistic results, but I emphasize that this script is more for visualization purposes rather than accurate $ amounts from the trades. The signals are used along with a dedicated bot configuration, so part of the strategy is not managed by the script, but by the bot's config.
Some behind the scenes on what we are looking at:
a combination of ema and sma crosses on different time frames (5m, 15m, 30m, 60m and 90m) - we call this the wave trend
a combination of stochastic rsi on different time frames (10m, 30m)
a combination of schaff trend cycles on different time frames (5m, 20m and 30m)
a combination of money flow index on different time frames (10m and 30m)
volume information for each supported market/pair
and a couple of other info particular to each pair
With the above combination of data points, we try to optimize our strategy for an entry, for dca'ing down in case the coin goes down as well as dca'ing up to maximize profit when a coin is going up, take profit levels when we recognize a good time to do so, and of course, a closing level. I would like to emphasize the *visualization* purpose of this script in recognizing lows, highs, and market structure to identify the important levels to signal - this script is NOT to be used for accurate backtesting, but for an idea of the overall performance of when signals are triggered.
Let me try to explain the workflow and icons you see on the chart:
The colored circles on the bottom of the chart are all buy signals; each color corresponds to a particular buy signal, we have a combination of 9 possible situations that would trigger a buy signal. Some would trigger a buy signal only in combination with other buy signals or other indicators within the script. we also display a green upwards arrow below bars when a buy signal is triggered.
The colored arrows pointing down on the top of the chart are close signals. We have a combination of 5 closing criteria each color corresponds to one, just like the buy signals do. We only close a trade in profit. If not in profit, we will look to DCA down.
DCA signals are shown by the green flag above bars. they are signals to DCA up or down depending on the trade being negative or positive. DCA'ing up or down is also managed by the bot's configuration for limits on when to accept the signal.
Take Profit levels are shown by the green diamond above bars and work in conjunction with the bot's config on when to take the signal if at all and other take profit levels. Usually, when we hit the first take profit level we move our stop loss to entry via the bot's take profit safety feature. You can see this call with the close entry named TPS .
The black bars you may see on the chart is to illustrate when the market is extended based on a particular strategy. During this period we will not trigger a buy signal unless there is a huge spike in positive volume .
The green number below the bars is the total positive delta volume on the buy candles.
On the table on the right upper corner, we show some information on the market and performance of the backtesting - for visualization purposes only!
Currently, the script is tailored to work with the following markets/pairs:
Binance Spot: ADA, ALGO, ATOM, AVAX, BNB, BTC , DOT, ETH, LINK, LUNA, MATIC, SOL, VET, XRP, XTZ
Binance Futures: BTC , ETH, ADA, ALGO, ATOM, BNB, COMP, DOT, ENJ , LINK, OCEAN, OMG, SOL, VET, XMR, XRP, XTZ, AVAX, AAVE, DOGE, LTC, LUNA, MKR , NEAR, ONT, RUNE, SUSHI, LTC, XLM , COMP, ONT, THETA, FTM , EGLD , WAVES, ONE, HTN , CHZ , HOT, MANA, CRV , RVN, BAT, ANKR, 1INCH, ALICE, ATA , AXS , CHR , COTI, NKN , RAY, REN, SRM , SXP , TLM
ByBit Inverse Perpetual: BTCUSD , ETHUSD
ByBit Futures: AAVE, ADA, ALGO, AVAX, AXS , BNB, BTC , DOT, ETH, LINK, LTC, MATIC, SOL, SUSHI, UNI , XEM, XRP, XTZ
The chosen pairs are subject to change based on the best-performing assets we are constantly analyzing.
I hope this helps to understand the script, its purpose and ideas. I hope this satisfies the community rules - it was not my intention to break them - if there's anything on the above or the script that still violates the guidelines, please let me know and accept my apologies in advance.
If anyone would like to know more, let me know in the comment section.
Thank you!
Profittrailer
Trade Buddy Pro BacktesterBETA!!
Make your own strats and test them with a little help from a Trade Buddy!
Ichimoku Trend Long StrategyFantastic trading system allowing for high probability trading.
I prefer to use lesser timeframes, like in this example, for lower probability per trade but higher % profits over time. On some timeframes probability can be between 70-100%.
Settings for cryptocurrency:
Conversion: 20
Base: 60
Span B: 120
Displacement: 30
Enjoy!
Please contact me for version with alerts for use on bots like ProfitTrailer, 3Commas, Gunbot etc.
PTStratX Beta - Multi Period Tester for Profit Trailer 2PTStratX Beta - Multi Period Tester for Profit Trailer 2
This is our official beta release for our supporters to test new features.
You can find the full version here:
Changelog v1.0.9a Beta
Added:
- STOCHRSID, STOCHRSIK and STOCHRSICROSS strategy, but not as accurate as our other indicators, we will work on that in the in the following updates
Changed:
- code optimizations to reduce compilation time
Bollinger Bands + RSI Double Strategy (by SlumdogTrader)
// SlumdogTrader's Bollinger Bands + RSI Double Strategy - Profit Trailer
//
// Version 1.0
// Script by SlumdogTrader on July Fri 13(!), 2018.
//
// This strategy uses a normalise Bollinger Bands + RSI.
//
// Bollinger Band triggers
// SELL - when the price is above the upper band.
// BUY - when the price is below the lower band.
//
// RSI triggers
// SELL - when the price is above 55.
// BUY - when the price is below 45.
//
// This simple strategy only triggers when
// both the BB and the RSI
// indicators, at the same time, are in
// a overbought or oversold condition.
//
// Visit my TradingView work at:
// www.tradingview.com
//
// Visit my website at:
// www.slumdogtrader.com
Has Indıcator Has indicator uses heiken ashi and macd (macd is custom)
works almost any cryptocurrency
1- 1min chart recommended
2- Use only USD pairs
3-Each trade is 10,000 USD
4-Comission is 0.13
Omni Trader Accompanying Backtesting StrategyVersion 1.0
Purpose
This backtesting strategy indicator is a accompanying tool for use with my popular trading and alert indicator: Omni Trader | RMI EMA RSI VOL | Margin Focused Indicator
Reference Indicator Link:
Features
This strategy has been programmed to act exactly how the accompanying indicator would be used with an automated strategy such as Autoview or through manual trading
Has identical coloured signals with correct icons for reference with the indicators standard alert conditions (LONG/SHORT)
The ability to toggle on or off all the logic and UI presets you could previously use to enhance the standard indicator
Fully customisable in the settings regarding trading strategy to match exactly how you have the reference indicator set up with alerts or how you are trading manually with it.
Ability to choose a timeframe, want to ignore the crypto boom at the latter stages of 2017? Sure you can, change the time frames in the settings to see a more recent representation of your trades.
Stop Loss & Take Profit enabled in this back tester for fine tuning of your strategy, especially useful for automated users to refine the most profitable settings for your style.
Access
This indicator is free for existing owners of my Omni Trader | RMI EMA RSI VOL | Margin Focused Indicator linked above as an accompanying tool to improve their strategy and net more profit. If you would like access to any of my indicators or would like to know more please find me on my community discord channel where you can find indicator details/documentation and general help:
Discord Link: discord.gg
Thank you for the immense support everyone, happy trading!
- Falco
Wave & Trend Accompanying Backtesting StrategyVersion 1.0
Purpose
This backtesting strategy indicator is a accompanying tool for use with my popular trading and alert indicator: Wave & Trend Autoview Advanced Indicator & Alerts
Reference Indicator Link:
Features
This strategy has been programmed to act exactly how the accompanying indicator would be used with an automated strategy such as Autoview or through manual trading
Has identical coloured signals with correct icons for reference with the indicators standard alert conditions (BUY/SELL)
The ability to toggle on or off all the logic and UI presets you could previously use to enhance the standard indicator
No short / longs for the most accurate representation of buys and sells, The strategy will keep buying on every optimal signal (+1 order quantity each time) and then sell all assets on a met sell condition (-all quantity), matching exactly how the reference indicator is used to buy/sell on eg. Binance and also give the most accurate statistics.
Fully customisable in the settings regarding trading strategy to match exactly how you have the reference indicator set up with alerts or how you are trading manually with it.
Ability to choose a timeframe, want to ignore the crypto boom at the latter stages of 2017? Sure you can, change the time frames in the settings to see a more recent representation of your trades.
Access
This indicator is free for existing owners of my Wave & Trend Indicator linked above as an accompanying tool to improve their strategy and net more profit. If you would like access to any of my indicators or would like to know more please find me on my community discord channel where you can find indicator details/documentation and general help:
Discord Link: discord.gg
Thank you for the immense support everyone, happy trading!
- Falco
Multi-RSI BB Accompanying Backtesting StrategyVersion 1.0
Purpose
This backtesting strategy indicator is a accompanying tool for use with my popular trading and alert indicator: Multi RSI BB Fast Trader Autoview Alerts Indicator
Reference Indicator Link:
Features
This strategy has been programmed to act exactly how the accompanying indicator would be used with an automated strategy such as Autoview or through manual trading
Has identical coloured signals with correct icons for reference with the indicators standard alert conditions (BUY/SELL)
The ability to toggle on or off all the logic and UI presets you could previously use to enhance the standard indicator
No short / longs for the most accurate representation of buys and sells, The strategy will keep buying on every optimal signal (+1 order quantity each time) and then sell all assets on a met sell condition (-all quantity), matching exactly how the reference indicator is used to buy/sell on eg. Binance and also give the most accurate statistics.
Fully customisable in the settings regarding trading strategy to match exactly how you have the reference indicator set up with alerts or how you are trading manually with it.
Ability to choose a timeframe, want to ignore the crypto boom at the latter stages of 2017? Sure you can, change the time frames in the settings to see a more recent representation of your trades.
Access
This indicator is free for existing owners of my Multi RSI BB Indicator linked above as an accompanying tool to improve their strategy and net more profit. If you would like access to any of my indicators or would like to know more please find me on my community discord channel where you can find indicator details/documentation and general help:
Discord Link: discord.gg
Thank you for the immense support everyone, happy trading!
- Falco
BB% RSI Accompanying Backtesting StrategyVersion 1.0
Purpose
This backtesting strategy indicator is a accompanying tool for use with my popular trading and alert indicator: BB% RSI Autoview & Alert Signal Advanced 9.09% Indicator 2.0
Reference Indicator Link:
Features
This strategy has been programmed to act exactly how the accompanying indicator would be used with an automated strategy such as Autoview or through manual trading.
Has identical coloured signals with correct icons for reference with the indicators standard alert conditions (BUY/SELL/REVERSE/DIP)
The ability to toggle on or off the inclusion of the optional DIP and REVERSAL alerts within the strategy to match exactly how you have programmed to trade.
No short / longs for the most accurate representation of buys and sells, The strategy will keep buying on every optimal signal (+1 order quantity each time) and then sell all assets on a met sell condition (-all quantity), matching exactly how the reference indicator is used to buy/sell on eg. Binance and also give the most accurate statistics.
Fully customisable in the settings to match exactly how you have the reference indicator set up with alerts or how you are trading manually with it.
Ability to choose a timeframe, want to ignore the crypto boom at the latter stages of 2017? Sure you can, change the time frames in the settings to see a more recent representation of your trades.
Access
This indicator is free for existing owners of my BB% RSI Indicator linked above as an accompanying tool to improve their strategy and net more profit. If you would like access to any of my indicators or would like to know more please find me on my community discord channel where you can find indicator details/documentation and general help:
Discord Link: discord.gg
Thank you for the immense support everyone, happy trading!
- Falco
PTStratX Free - Multi Period Tester for Profit Trailer 2PTStratX Free Edition - Multi-Period Backtesting Tool for Profit Trailer 2!
PTStratX is free for everyone and can be used immediately without prior activation!
It is now free for everyone to create, test and optimize your own Buy, DCA and Sell strategies.
Look how your bot will perform with your strategy and optimize and enhance it with other indicators.
Now the time has come: PTStratX Free Edition is here!
More information about PTStratX Free and other scripts can be found at PTStratX.com
Have fun and discover the incredible possibilities of PTStratX!
If you like our work, we would be pleased about a donation.
BTC: 37ufrNH75U4btRGn23PEnZmqdhn1gmysbf
CryptoMatt GainMaker V2A current work in progress script to help pick multilength trades. Script will be available only to students: chartbulls-trading.teachable.com
Enjoy the indicator and message me if interested in trying or in course.
-CryptoMatt
RSI_BB_EMASPREAD strategy for profittrailerProfittrailer 2 Strategy analyzer for 3 buy triggers: RSI, EMASPREAD and Bolinger Bands
features:
- 3 buy triggers: RSI, BB, EMASPREAD
- Each fully customizable
- Each can be turned off / on
- GAIN sell trigger
- Sell trailing
- DCA trigger (ANDERSON only)
- DCA levels
- Notification trigger, which u can use to set alarms in TV
Feedback or a thank you is much appreciated. Any requests to add features you think are especially useful are welcome.
If you'd like to support me through a donation, send me a message.
PTStratX - Multi Oscillator AddonPTStratX - Multi Oscillator Addon
The PTStratX multi period oscilator is the perfect complement to visually set and optimize the indicators used in PTStratX
Please visit ptstratx.com for further information.
Trading Alerts by @nomad5amScript with Backtesting & Alerts for Gunbot / Autoview / ProfitTrailer v2
Not for sale. For friends only :)
PTStratX Trial - Multi Period Tester for Profit Trailer 2PTStratX Trial - Multi Period Tester for Profit Trailer 2
Profit Trailer 2 introduces trading with multiple indicators and indicator settings for Buy, DCA and Sell orders.
For the first time, it is possible to test and view up to 5 indicators in different time periods (1 min - 1 week) in one chart simultaneously!
Even experienced traders and chart analysts are facing difficulties now and struggle to create suitable strategies.
This script allows to find this "best" strategy with ease, learn about the indicators, visually verify your best strategy and finally run backtests (simulation) with historical data.
You immediately see if the strategy is good for profitable trades and then can test it by using the strategy tester in TradingView to find out how lucrative it would have been.
You find a list of all features here: ptstratx.com
Attention: This is the free trial version of PTStratX. It gives you an idea of the functionality of the full featured script. Please note, this trial version is restricted to BTC/USD within 30min resolution and a timeframe from April 10th to 12th, 2018, any other parameters will show no results.
Go to for the full featured version.
For further information on the full version of PTStratX, please visit ptstratx.com.
DISCLAIMER
The creators of this script are not financial advisors, and as such, this script is no financial advice. Anything seen or used within this script is here simply for educational purposes and it is up to you to decide what to do with this information and its results. Please do your own research and verify any statements made before deciding to act upon them. Do not commit any of your own resources to any trading or cryptocurrency activities without first verifying the accuracy of the information and know that your decisions are your own.
PTStratX - Multi Period Tester for Profit Trailer 2PTStratX - Multi Period Tester for Profit Trailer 2
Profit Trailer 2 introduces trading with multiple indicators and indicator settings for Buy, DCA and Sell orders.
For the first time, it is possible to test and view up to 5 indicators in different time periods (1 min - 1 week) in one chart simultaneously!
Even experienced traders and chart analysts are facing difficulties now and struggle to create suitable strategies.
This script allows to find this "best" strategy with ease, learn about the indicators, visually verify your best strategy and finally run backtests (simulation) with historical data.
You immediately see if the strategy is good for profitable trades and then can test it by using the strategy tester in TradigView to find out how lucrative it would have been.
You find a list of all features here: ptstratx.com
For access to the full version of PTStratX, please visit ptstratx.com for further information.
DISCLAIMER
The creators of this script are not financial advisors, and as such, this script is no financial advice. Anything seen or used within this script is here simply for educational purposes and it is up to you to decide what to do with this information and its results. Please do your own research and verify any statements made before deciding to act upon them. Do not commit any of your own resources to any trading or cryptocurrency activities without first verifying the accuracy of the information and know that your decisions are your own.
profit_trailer_basktesting_v3I rewrite the code of v2.
There are some differences between v2:
1. PT 2.0 support multi-strategy up to 5. => the script have A...E buy inputs.
Not support new strategies now, I'm not sure how they work in PT 2.0, I will add them if the wiki complete.
you may find the options in setting, but they are placeholders.
I will not add the indicators for RSI, MACD, and STOCH RSI, please use the built-in indicator in Tradingview. There is no way to change overlay state of a script in pine script as I know or you can pm me if you know about it.
2. Trailing is disabled now.
I have no idea how it works in multi-strategy, I will enable it if the PT 2.0 release.
3. Now you can set indicator period in the setting, the unit of it is minute different from PT itself.
the entry price of orders still depending on your chart resolution, so I recommend you set the chart resolution same as the main strategy you want.
Like SOM trigger in V2, there is data range limit depend on the resolution you choose.
4. DCA is rewriting now.
And I will release an Anderson only version if I have time to complete it.
5. Add rebuy timer and stop loss timer. the value of it is candles. it will look back N candles on the chart.
Feel free to donate if you think my scripts are useful.
BTC:17eguEeVVnLmYK9iDKQNxBQmKWNENH4bGj
ETH:0xb172BBc4CDAB7F334243A312A46FB8492674A914
BCH:qpy0zulq9s4pcqu3hd2m8h8h7tfm83jz7qle0690c4
profit_trailer_backtesting v2As a result of I can't update my previous post,https://www.tradingview.com/script/2SdFFndn/,I just post new one,change the visibility to protected.
Features:
Backtesting in profit trailer's strategy.
Support profit trailer's buy strategy :
HIGHBB,LOWBB,EMAGAIN,EMASPREAD,EMACROSS,SMAGAIN,SMASPREAD,SMACROSS
Sell strategy:
GAIN,HIGHBB
DCA_buy strategy:
LOWBB,EMAGAIN,EMASPREAD,SMAGAIN,SMASPREAD,SMACROSS
DCA_sell strategy:
GAIN,HIGHBB
SOM(Sell only mode),Use BTCUSD data in specific time range, because of the limit of tradingview,you will need to change the data resolution by BTC_data_source_resolution to backtest further date from now,but the result will be inaccurate.
trailing buy > This method may not be in the same way as PT itself,because we can't truly get the bid and ask in order book by tradingview. set it to 0 if you don't want to use it.
Indicators of those strategy.
PLEASE READ THE NOTE BELOW IF YOU WANT TO USE DCA STRATEGY
DCA_enabled_value (negative number) should be ALWAYS > ALL_stop_limit_trigger or the script will just do stop loss,this follow the setting of PT.
And it means the value of net loss you want to let the trade to be DCA. if second trade (DCA trade) be made, all setting prefix by ALL_ will be ignored exclude ALL_BTC_XXX prefix for sell only mode.
CA_buy_contracts will overwrite the value you set in script option > properties > order size to number of contract,default is 100% in qty_percent.
DCA_buy_value work like same thing ALL_buy_value does.
DCA_buy_trigger is the net loss value (negative number) of open trades,if statement of strategy reach and net loss < DCA_buy_trigger,the DCA will buy.
DCA_sell_trigger will only work when DCA sell strategy is HIGHBB,it work like ALL_min_profit.
DCA_sell_value means % profit in GAIN, % of BB in HIGHBB.
DCA_stop_loss_trigger will only work when ALL BUYS have be completed,that means if you set DCA_max_buy_times = 10 ,the script will buy 11 times include the first buy(not DCA buy).
The indicators of DCA may looks terrible,you can turn them off in option.
comment if you got bug or anything suggestion.
ToDo:
rebuy_time,stop_loss_timeout
Feel free to buy me some redbull.
ETH:
0xd793607CBA1d07fE5A94884076AE94C36B6e7D8d
Profit Trailer Tester v0.2This script combines all buy and sell strategies of the Profit Trailer bot for research, backtesting (simulation) and teaching those strategies. Due to several reasons, the script cannot emulate the Profit Trailer strategies 100%. It is more to visualize the strategies and support you in your decisions.
It is an early version and still under heavy development and testing. Currently, 'DCA' and trailing are not implemented yet.
Please send a PM to get access to the script.
NOTICE: By requesting access to this script you acknowledge that you have read and understood that this is for research purposes only, and I am not responsible for any financial losses you may incur by using this script!