Profittrailer
PT ATRPERCENTAGEI'M JUST AN AMATEUR SO USE AT YOUR OWN RISK.
Couldn't find a script for the ATRPERCENTAGE indicator for ProfitTrailer, so I made one.
I believe it is working correctly from what the wiki says, but again, use at your own risk.
ProfitTrailer Example TradingView Signals [v2019-01-31]ProfitTrailer Example TradingView Signal
This script provides an example of a TradingView Signal for use with ProfitTrailer's
new SIGNALS functionality and it's new TradingView integration capability.
This signals script implements a simple Moving Average Cross strategy
that works on any chart timeframe.
It allows you to pick the Price source i.e. Open, Close (default), etc.
You are able to choose between EMA (default) or SMA moving average
calculations.
You can define the fast and slow period lengths for use within the
moving average calculations.
If you get some value out of this indicator please consider making
a small donation to my favourite charity the Save the Childrens Fund.
Every donation will make a difference to the lives of children.
All donations over $2 are tax deductable. You can donate here:
savethechildrenfundraising.org.au
Copyright (c) 2019, Grant Cause aka CryptoCoyns
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
Bollinger Bands %bb (normalised) & RSIIndicator for displaying both Bollinger Bands %bb (normalised) and RSI simultaneously (Usual 0 - 1 range of BB normalised to the 30 - 70 range of RSI).
When both Bollinger Bands %bb and RSI are OB/OS then the column will turn blue and a buy/sell arrow will appear in the indicator provided other conditions pertaining to the OB/OS condition in one of the last two candles are also met.
I use this mainly for Cryptocurrencies for shorter time periods to indicate possible trade opportunities.
You could also set an alert on the arrow indicator appearing to auto trade.
PT - Min/Max Buy Change PercentageDEFAULT_buy_min_change_percentage
Only purchase a coin if the 24 hour percentage change is above the set value.
Example:
DEFAULT_buy_min_change_percentage = 3.5 –> Only buy a coin if the 24 hour change is above 3.5%
DEFAULT_buy_min_change_percentage = -2 –> Only buy a coin if the 24 hour change is above -2%
DEFAULT_buy_max_change_percentage
Only purchase a coin if the 24 hour percentage change is below the set value.
Example:
DEFAULT_buy_max_change_percentage = 8 –> Only buy a coin if the 24 hour change is below 8%
DEFAULT_buy_max_change_percentage = -1 –> Only buy a coin if the 24 hour change is below -1%
Source Profit Trailer Wiki ( wiki.profittrailer.com )
PT MACD function with Multiframe ( incl. Histogram )I updated the name thus needing to release it again and also the precisions is now on default what we need it.
- The green area is where Proft Trailer will try to buy
- Updated colors for both white / black canvas
- Script is open for you to read
PT Feeder - Market Trends Top 10 / BTC Moves Becasue nobody was kind enough to post some PT Feeder scripts and i knew i could just modify my trends / btc script that i originally created for PT Magic. Well i just did it.
What is this script for ? PT Feeder it allows you to better imagine what kind of values you should be expecting when setting the Market Trends and BTC moves.
Green are top 10 Markets:
"MaxTopCoinLongTermAverageChange": "-3"
"MinBaseCoinPriceChange": "3",
Blue is BTC:
"MinBaseCoinLongTermPriceChange": "-3"
"MaxBaseCoinPriceChange": "3",
Why only 10 markets well becasue tradingview is very limited but it is still better than nothing.
If you like agree and follow !
PT - EMA/SMA Spread AND Combination with MultipleTimeFrameYou can now combine multiple timeframe EMA/SMA as in profit trailer and see which areas will be then used for PT if you for example use a 15 minute EMASpread and 60 minute Spread.
- From what i can see the lowes the timeframe the faster it reacts but a lot of times you will get stuck with a bag due to a coin having 2 drops. Thiw might help you find a sweetspot so that you can picky only the high reward low risk trades.
PT - SMA Spread with MultipleTimeFrameSMA Spread for profit Trailer with multiple time frame support.
PT - EMA Spread with MultipleTimeFrameEMA Spread for profit Trailer with multiple time frame support.
PT Magic - Market Trends Top 10 ( More is not possible )- Unfortunately more than top 10 trends is not possible sorry
- Some of the colors overlap i will try to fix it soon
PT Magic - BTC/ETH Trigger Trend ChangesThis Script shows you how BTC/ETH Percentage change in trends affect coins you trade.
- For ETH market please change BTC in Setting for ETH
What you need it PT Magic:
{
"Name": "BTC1h", // UNIQUE market trend name (to be referenced by your triggers below)
"Platform": "CoinMarketCap", // Platform to grab prices from (Allowed values are: CoinMarketCap, Exchange)
"MaxMarkets": 1, // Number of markets/pairs to analyze sorted by 24h volume
"TrendMinutes": 60 // Number of minutes to build a trend (1440 = 24h, 720 = 12h, 60 = 1h)
},
{
"Name": "ETH1h", // UNIQUE market trend name (to be referenced by your triggers below)
"Platform": "CoinMarketCap", // Platform to grab prices from (Allowed values are: CoinMarketCap, Exchange)
"MaxMarkets": 2, // Number of markets/pairs to analyze sorted by 24h volume
"IgnoredMarkets": "BTC",
"TrendMinutes": 60 // Number of minutes to build a trend (1440 = 24h, 720 = 12h, 60 = 1h)
},
PT MACD markedPT MACD indicator - marked green
- If you want to better see the values change the precision to the highest number.
PT_MA Cross VisualiserThis indicator is designed for use with Profit Trailer's CROSS strategies.
The user can select either EMA or SMA averages and input their own buy value settings.
PT_MA_GAIN_VisualiserThis indicator is designed for use with Profit Trailer's GAIN strategies.
The user can select either EMA or SMA averages and input their own buy value settings.
It incorporates trailing values, either manual trailing values or automatically calculated values based on volatility.
PT_maSpreadThis indicator is designed for use with Profit Trailer's SPREAD strategies.
The user can select either EMA or SMA averages and input their own buy value settings.
It incorporates trailing values, either manual trailing values or automatically calculated values based on volatility.
PT Magic Triggers - When smaller than Trend Value ( SOM )PTM Script for Profit trailer if you dont know what it is dont read :)
I just wanted to roll this out ASAP there will be no detailed description.
If the value is smaller then your defined Trend value it will make the background aqua.( Basically you want to be defensive in those areas ) Multiple logical conditions OR /AND combined are beeing worked on.
If questions i will try to answer them here in hour build factory discord.
discord.gg