Auxiliary Equity Configurator (AXE)Auxiliary Equity Configurator (AXE) is a whole new level money management auxiliary that calculates statistically preferable lot based on the Account balance, Winning rate, Risk reward ratio, and Kelly multiplier configured a priori in the input panel. 
On the chart, RR visualization bands, Expected balance history matrix in the worst successive trading loss (for displaying how many times you can trade with a given lot at simple/compound interest), and Info-table for the calculation details are shown.
Regarding RR visualization bands, whenever the Tolerable drawback input changes, the proper lot is calculated based on the given data. You can easily access how many lots you should possess and the take-profit/stop-loss price to set. A tolerable drawback can be placed in the quoted currency rate of the displayed chart, except the forex and part of CFD symbols (Gold, Silver, Platinum, WTI oil, Brent oil, Natural gas, and more in the future!) that is valued in Pips. Parameters are configurable in suit with the broker you are using. Also, RR visualization bands are brilliantly interactive, thanks to pine v5 interactive scripts.
The currency for Account balance and Tolerable drawback is automatically converted to USD for internal calculation; therefore, no mess-ups around thinking currency value conversion whatsoever! The design for each tool is highly customizable, too.
Unleash yourself from consuming the colossal amount of time thinking of money management with AXE!
Logam
Commitment of Traders ~ COMMODITIES/METALSMy intention was to create 1 script for the Commitment of Traders report but I wasn't not aware there is a limit on how many instrument calls can be made in PineScript so I had no choice but to divide the script into instrument categories. So far I have created 4 of them: Forex, Treasuries, Indexes & Metals/ Commodities which is the one presented here. If you are interested in the other ones, feel free to do a search.
Available Instruments: Bloomberg Commodities Index, GOLD , SILVER , CRUDE OIL & NATURAL GAS
The script calculates the ZScore of both Net Long (Money Managers / Asset Managers) and Net Long (Dealers / Swap) In some instrument categories you will also see Open Interest. It depends on whether I was maxed out or not on making security calls.
If you are not familiar with ZScore, it basically calculates the distance of price from a mean average in units of Standard Deviation. In theory when price reaches +2 it signifies overbought while if it reaches -2 is oversold. However just because it's hitting an extreme in one particular average doesn't necessarily mean it will reverse as the position of price in relation with the next longer average might not be so out of range.
Must be attached to weekly chart.
If you have any questions/suggestions, feel free to add them in the comments below
Scalping Trading System bot Crypto and StocksThis is a trend trading strategy scalping bot that can work with any type of market. However I concluded my tests so far with Crypto, Stocks and Forex, and with optimizations always could be found some profitable settings.
 Indicators 
SImple Moving Average
Exponential Moving Average
Keltner Channels
MACD Histogram 
Stochastics
Rules for entry
long=  Close of the candle bigger than both moving averages and close of the candle is between the top and bot levels from Keltner. At the same time the macd histogram is negative and stochastic is below 50.
short=  Close of the candle smaller than both moving averages and close of the candle is between the top and bot levels from Keltner. At the same time the macd histogram is positive and stochastic is above 50.
Rules for exit
We exit when we meet an opposite reverse order.
This strategy has no risk management inside, so use it with caution !
BULLION COSTING CALCULATION 2 It's an online Screener panel which shows you running bullion costing of Gold and Silver, you can Input duty, import premiums and spot premium as per your convinence 
Full Swing Gold Vwap Macd SMO StrategyThis is a full strategy designed for gold market using 12h timeframe chart.
Its components are:
VWAP monthly
SMO oscillator
MACD histogram
Rules for entry:
For long: when enter when close of the candle is above vwap monthly, current histogram is higher than the previous one and SMO oscillator is above 0
For long: when enter when close of the candle is below vwap monthly, current histogram is lower than the previous one and SMO oscillator is below 0
Rules for exit:
We exit the trade if we get a reverse condition.
We also exit the trade based on a risk management system, both for SL and TP using % movements.
If you have any questions let me know !
{Gunzo} Stock to Flow (Gold, Silver, Dollar, Bitcoin)This indicator displays the Stock to Flow (S2F) ratio for popular commodities (Gold, Silver, Dollar, Euro, Bitcoin, Ethereum) in order to
compare them and determine which ones could be a good Store of Value (SoV).
 OVERVIEW : 
Stock to Flow is a popular indicator used to predict commodities scarcity. It evaluates the total stock of a commodity against the total amount that can be produced during a year. This model supposes that if scarcity is increasing, the price is going to increase.
This model has been used over the last years on Bitcoin to determine if the asset was undervalued or overvalued, and even make prediction models on the future price.
This script is going to focus on the Stock to Flow ratio (total stock/amount produced) to compare the following assets over time :
 
  Mining resources (mined) for Gold and Silver
  Cryptos assets (mined) for Bitcoin and Ethereum
  FIAT currencies (banknotes printed) for Dollar and Euro
 
 CALCULATION : 
The calculation of the Stock to Flow ratio evaluates the total stock of a commodity produced against the production made for a specific year. The data is calculated on a yearly basis, then interpolated to get monthly or daily values.
 DATA ORIGIN :  
The main information needed to calculate the Stock to Flow ratio is the "yearly production" of a commodity. I tried to retrieve that information from the most reliable sources :
 
  for Gold from research on www.gold.org 
  for Silver from research on www.silverinstitute.org
  for Ethereum from research on etherscan.io
  for Bitcoin from data source "QUANDL:BCHAIN/TOTBC" from www.quandl.com
  for Dollar from research on www.federalreserve.gov
  for Euro from research on www.ecb.europa.eu
 
 SETTINGS :  
 
   Smoothing for interpolated data :   Smoothing factor for assets that are calculated yearly and then interpolated (Gold, Silver, Dollar, Euro, and Ethereum)
   Smoothing for non interpolated data :   Smoothing factor for assets that are calculated daily and not interpolated (Bitcoin)
   Display asset names :   Display assets names in a colored rectangle on the right side of the chart
   Display asset values :   Display assets Stock to Flow ratio in a colored rectangle on the right side of the chart
   Display key events for assets :   Display important events for the assets at the bottom of the chart using the same color as the assets lines (for example Orange diamond is a Bitcoin halving). Please refer to the script code for the details of all events.
 
 USAGE : 
This script can be used on any asset available on TradingView as the data used is either static or external.
However I recommend using it the Gold asset from currency.com as the depth of the chart will be bigger (since 1980s). 
It is recommended to used this script on the monthly timeframe as the chart data is calculated yearly and then interpolated.
Lumber to Gold ratioDISCRIPTION:-
Lumber to gold ratio helps to predict up upcomming market correction as investors are flocking towards safe heaven.
USE CASE SCENARIO:-
If the ratio is above the zero horizontal line it is a risk of scenario
If the ratio plunge below zero it might show imminent market correction.
Sideways detection bollinger bandsSideways detection indicator using Bollinger bands .
In this case we take the original ratio between lower and upper and we smooth it even harder in order to get a better idea about the accuracy of the trend.
If the initial ratio is not between 0 and 1 and the smooth ratio is higher than our selected value, we get an idea if we are a in trending market or not.
Of course using it as a standalone has no usage, and it has to be combined with other tools like moving average, oscillators and so on.
IF you have any questions let me know
SILVER (XAGUSD) TRADING STRATEGY AND SIGNALSSILVER (XAGUSD) TRADING STRATEGY AND SIGNALS 
This strategy is designed for Silver  OANDA:XAGUSD  traders and investors. 
This strategy is trend following, taking into account the movement of major stock indices such as the Volatility Index. 
This strategy also takes into account the direction of movement of the Gold asset, 
in particular, the direction of movement of Gold and changes in the volatility of Gold, as well as the current price of Gold. 
This, in combination with the main trading indicators (Moving Average, MACD, RSI), 
strengthens our  Silver Trading Strategy  and increases its efficiency and the percentage of successful trades.
The  Silver Trading Strategy  is offered for use on the 1 Hour (H1) timeframe and is suitable for active traders with the Silver  OANDA:XAGUSD  asset.
  
The  Silver Trading Strategy   FOREXCOM:XAGUSD  is suitable as a complement to your trading system and can help increase the efficiency of your Silver trading.
SWING for GOLD / BITCOIN Hey everyone  
I want to share my swing trading system with you.Based on two moving averages coupled to RSI 
 The options 
 Shows current trends and entries for trades. Average trade retention 15-20 days
Entries for trades with a crossover of two lines
The percentage of successful test deals XAU/USD  for 2010-2021: 69%
 
[RickAtw] ZONE Trend 3█ OVERVIEW
This indicator tracks current trends. Trends are determined by the zones created for them, the brighter the zone, the higher the probability of a market reversal.
█ FEATURES
The indicator adapts to any market.
You can set your own values for your system
Any timeframe can be used
You can increase the number of zones
█ HOW TO USE
If the market starts to enter the red zone, open buy and hold until the second or third zone.
If the market moves towards the blue zone, we sells and hold until the next zone.
█ The author of the work
Rick Atwood
PIVOT EDGE - THE COMPLETE TRADING SETUP - CUSTOM TFIntroduction to the Indicator " PIVOT EDGE - The complete trading setup - CUSTOM TF " It means custom timeframe
The Foundation layout for this indicator is based on PIVOT's which are nothing but the most important levels that the price has respected in the past. The values for the pivots are derived from the key attributes of the price in any timeframe such as the OPEN, HIGH, LOW and CLOSE. These define the mood of the price and where it intends to move in relation to the previous range formed. Earlier HIGH - LOW i.e the RANGE indicates the possible movement that a stock can make in the current session and as per the calculated pivots we can possible find out the tentative supports and resistances. In addition to this indicator, It is advisable to use the price action theory which helps in taking a right decision for entries.
This indicator by itself is complete in nature, i.e it guides the user for possible entry levels and the projected targets that we can achieve and also the likely stop loss limit in case the price reverses. So beforehand even before entering into a trade position, the user can ascertain what can be his loss or max profit and then he can chose an optimum position size for favorable results.
The beauty of this Indicator lies in the fact that it can be used for all types of trading like Scalping, Intra day, Swing or Positional and Investments also. It works on all timeframes and across all market segments like EQUITY, COMMODITIES , FUTURES , OPTIONS , FOREX etc.
This indicator can be used for any exchange and any time zone also without any changes or adjustments needed.
Now let us understand the features of this Indicator in detail.
TIMEFRAME - It has options to choose between Day, week and month as timeframe. By default it is set to Day timeframe
DISPLAY MAJOR LEVELS - These are the important support and resistance levels calculated based on the past price data. Most important ones are marked in BOLD RED and BOLD GREEN between which the price tends to move generally.
Apart from these, We have breakout level marked in light green and if price breaks this level we can expect targets upto extended levels and beyond marked in blue.
we also have breakdown level marked in light red and if price breaks this level we can expect targets down up to extended levels and below it marked in blue.
In addition I have coded intermediate target levels that appear in light gray between the extended levels or blue lines. Sometimes when the gap between these targets are huge, price cannot reach the targets and reverses at these intermediate targets. You can use them as targets or trailing stop loss based on your plan
DISPLAY HIDDEN LEVELS - These levels are intermediate supports and resistances that can be used whenever the present day indicated range is very wide. Whenever we have an explosive moments in market the range of that day is very huge and so he next day support and resistance band becomes very wide indicating the sideways movement day within that range. And on those days we can switch on the hidden levels and the price respects these levels and most of the days it is inside this range only.
DISPLAY PREVIOUS HIGH / LOW / CLOSE - I have included Daily / Weekly and monthly levels. It is important to know the earlier highs / lows and close since price respects it very must just like support and resistance .
PEMA - This is an important EMA based indicator which potentially indicates curves of support and resistance during retracements or pullbacks. If the curves are breached then the trend is reversed and the price will tend to move to the next pivots .
IMPORTANT NOTE : This indicator does not guarantee any favorable results nor protect your from any loss. You own the complete risk of your trades. It is suggested that you use this indicator and do back testing for considerable period to understand how it works the the potential win rate it can give. If you have any doubts or need any clarifications of assistance in understanding, you can message me and I will try to help.
Happy and Safe trading - Mohan from PIVOT EDGE
Swing or scalping GOLD [RickAtwood] Swing or scalping - automatically determine the currently active trends. Various moving averages are used. It is also designed for any type of trader from scalping to swing.
The key 3 moving averages are designed to identify support and resistance. If the price bounces off them, boldly open and place a stop of 10-20 pips(currency pairs)
 Functional 
 buy --->  green  candles 
sell ----> red candles  
 There are alerts for buy and sell based on crossovers
 
 If the price is above the cloud then buy. If the price is below the cloud then sell. The main thing is to open deals only at the very beginning when the price starts to leave the cloud. Also, your stops will be minimal. 
When testing this system, we opened 750 trades manually. Success rate of 71% for currency pairs and for gold
 P.s If you have any questions about how to open, how to close deals. Always write to me, I will help you) Success to all. 
T3 Gold Sniper [RickAtw]Gold Sniper based on support and resistance looks for a sniper entry for trades. Used together with EMA 
 Key signal  
 Buy ------> Green Line
Sell ------> Red Line 
 Functional  
 The system was made for gold and everything is tuned for it. 
I am a professional investor and I test each system for how long. If the system makes an income, it gets to my page. Use it for gold, cryptocurrencies and pairs AUD/USD GBP/USD
[RickAtw] T2 Trend Signal GOLDTrend gold signal Ema strategy 
 
 The system finds the best entries for a trade. Use in gold, all numbers have been customized for it. 
 Functional 
 T2 trend gold is the second version of my trading system. Be sure to check out the first part! This system gives a signal earlier. 
 Key signals 
 Buy -----> Blue triangle to buy
Sell -----> Red  triangle to sell 
 Remarks 
 I personally tested this system on my own trading and it helps me find entries for deals. The main thing is, if consolidation has begun, turn off the system, because the trading range is small at this moment, use oscillators
 
 Thanks to everyone who supports me. Good luck to you friends
MasterChartsTrading Price Action Indicators-6.0These are upgraded MasterChartsTrading Price Action Indicators with future projections
---
How to understand price action.
It is very easy to read price action if you have a reference point. These support/resistance lines are there to help you read where the buyers and sellers are likely to make a stand.
You can also think of these indicators as moving pivot points .
MasterChartsTrading Price Action Indicators show good price levels to enter or exit a trade.
The Blue indicator line serves as a Bullish Trend setter.
If your instrument closes above the Blue line, we think about going Long (buying).
For commodities and Forex, when your trading instrument closes below the Red line, we think about Shorting (selling).
For Stocks, I prefer to use the Yellow line as my Bearish Trend setter (on Daily charts ). A stock has to close below the Yellow line first, then rally towards the Red line and top out there. This is where I would short it.
Mayfair GoldGold Oscillator using SPX & DXY to measure the moving average cross of the 3. 
Gold in Orange
DXY in Green
SPX in Blue
To use this indicator, you need to see the strength (Orange above the 50%) line, use your own configurations and settings for the two MA's as a cross. 
The idea is not to enter trades but to know when either SPX or/and DXY is getting stronger or weaker to help with profit-taking of gold positions. 
As per any Oscillator - look for patterns, cross-overs and momentum shifts. (Treat like a MACD, RSI or Stochastic). 
Buy - Take Profit OR Stop Loss % BasedScript looks back for a certain period of time and than enter when price close above that look back period ema. Once enter it does not care for how many times price cross above or below. Once entered, it will either hit percenatage based take profit of stop loss.
gold price levels denominated in usd/gramsPlots the gold price (USD) for the quantities (grams) identified as support or resistance in the indicator settings. Default values are:
 
  75 gold grams
  300 gold grams
  500 gold grams
  1000 gold grams
  5000 gold grams
 
More context:  The purchasing power of Bitcoin
Precious Metal RatiosThis is a script that shows the ratios of precious metals, including Gold, Silver, Platinum, Palladium, Copper, Aluminum, and Steel. 
You can choose your desired base currency and quote currency. The default ratio is Gold/Silver, where Gold is the base currency and Silver is the quote. 
To use, just select your current timeframe from the menu. 
Includes an option for repainting -- default value is true, meaning the script will repaint the current bar.
False = Not Repainting = Value for the current bar is not repainted, but all past values are offset by 1 bar.
True = Repainting = Value for the current bar is repainted, but all past values are correct and not offset by 1 bar.
In both cases, all of the historical values are correct, it is just a matter of whether you prefer the current bar to be realistically painted and the historical bars offset by 1, or the current bar to be repainted and the historical data to match their respective price bars.
As explained by TradingView,`f_security()` is for coders who want to offer their users a repainting/no-repainting version of the HTF data.
GOLD FUTURES TRADING STRATEGY AND SIGNALS WITH PERFORMANCE GOLD FUTURES  GOLD1! ,  GOLDM ,  GC  Trading Strategy And Signals, With Performance For Different Time Frames. 
We present to your attention an indicator that, based on a strategy, generates buy / sell arrow signals and a gold futures trading strategy, which has shown its effectiveness in numerous tests on different time frames.
The strategy is based on a combination of ATR, Moving Average, MACD and RSI indicators.
If you consider gold as a tool for earning then active trading on the exchange, your choice is gold futures (gold futures). This derivative almost completely copies the movement of the price of physical gold, and is used by traders around the world to obtain from the fluctuations in the price of gold.
The strategy showed the best results for timeframes: H1, H2, H4, D1.
Recommended timeframe for this strategy: D1.
The strategy uses take-profit and stop-loss, which reduces risk and allows you to effectively use its trading, as well as the process of making trading decisions and predicting the movement of the gold price.
Gold and silver futures can be used to hedge against inflation, speculative play, an alternative investment grade, or as a commercial hedging method for investors looking for opportunities beyond traditional equities and fixed income securities. 
The script can generate alters "Buy" and "Sell".
The presented indicator of signals for gold futures, as well as the strategy, can complement your existing strategy and increase its performance, and can also be considered as an independent trading strategy for gold futures contracts.
  
 Full Screenshot chart with performance here.
Amazing strategy for silver -XAGUSD, XAGEUR etcToday I bring an amazing strategy that works for 1h time frames for silver.
Its made of price actions movement combined together with MACD and simple moving average
It does not use neither stop loss/take profit levels. Instead it will always exit at the next candle after it opens a trade.
The rules are the next one :
For short condition : we have a bull candle, and candle is above the moving average, and MACD histogram is > 0 and last high0 and candle close > last high1 and, previus high1 and candle close  > last high2 
At the same time, viceversa for long condition.
In development terms, this is the formula
long1 = (close > open ) and time_cond and close > out and hist > 0 and  hist > hist  and high > high  and high  > high  and close > high  and close > high  and close > high  
short1 = (close < open)  and time_cond and close < out and hist < 0 and  hist < hist  and low < low  and low  < low   and close < low  and close < low  and close < low  
But when we enter the trade, we enter in reverse, like lets say we go long -> for this we apply the short1 condition. If we go short we apply the long1 condition.
If you have any questions , please let me know .






















