SuperTrend with position sizing calculator. This is based on SuperTrend by Kivanc. I only added the position size calculation and displaying the result.
ATR based position sizing calculator that takes into account the capital, risk percentage and commissions to be paid. Color changes to green as the affordable position size significantly increases relative to recent history.
A brand new Moving Average , calculated using Momentum, Acceleration and Probability (Psychological Effect). Momentum adjusted Moving Average(MaMA) is an indicator that measures Price Action by taking into consideration not only Price movements but also its Momentum, Acceleration and Probability. MaMA, provides faster responses comparing to the regular Moving...
Hello there, With this script, you can see CFTC COT Non Commercial and Commercial Positions together. This way, you can analyze net values greater than 0 and smaller, as well as very dense and very shallow positions of producers and speculators. Green - Non Commercials - Speculators Red - Commercials - Producers This script is multi time-frame and...
This script aims to look at the markets from a manufacturer's point of view. Producers or large enterprises gradually sell their goods as the price increases. Because both the amount of product and position in their hands is too high, otherwise they can not find buyers, and they have to make a safe profit. Therefore, I have shown short positions in green and long...
This script is an advanced version of the distributional blocks script. In distributional buys and sells: I used a high - low cloud filter, which makes it more prudent to sell the next sell higher for sells and to buy the next purchase lower for buys. I also used the Stochastic Money Flow Index function because it also uses volume to separate regions. The long...
Self explanatory... Shows the long / short ratio of trader's positioning in bitfinex exchange. The higher the ratio, it means there are more longs. The lower the ratio, the more shorts are currently being opened,.
It is a long only strategy. 1. Buy when price breaks out of the upper band. 2. Exit has two options. Option 1 allows you to exit using lower band. Option 2 allows you to exit using basis line. 3. Slippage and commissions are not considered in the return calculation.
The theory behind the indexes is as follows: On days of increasing volume, you can expect prices to increase, and on days of decreasing volume, you can expect prices to decrease. This goes with the idea of the market being in-gear and out-of-gear. Both PVI and NVI work in similar fashions: Both are a running cumulative of values, which...
This script helps the user visualize profit targets and calculates position size based on the input risk amount. Input variables: - Risk amount - Entry price - Stop loss amount - Profit target amount Calculated variables: - Profit loss ratio - Position size - Postion cost Plotted variables: - shaded: entry price --> price target (green filled) -...
//@version=2 strategy("ProfitStrategy01", overlay=true) // Simple Profit making strategy by joinfree Phigh = (open>close?open:close) Plow = (open>close?close:open) longC = (strategy.position_size Phigh ) and (Plow > Plow ) and (close > open ) strategy.entry("buy", strategy.long, 100000, when=longC) strategy.exit("buy", "buy", 100000, profit=200,...
Hello traders! This indicator was originally developed by Paul L. Dysart in the 1930s and then described and popularized by Norman G. Fosback in his book "Stock Market Logic: A Sophisticated Approach to Profits on Wall Street" Like and follow for more cool indicators! Happy Trading!
BSI provides two attractive graphs that breakdown the long (green area) and short (red area) positions ratio for the all Bitfinex margin cryptocurrency pairs only . It is a quantitative measure of the bullishness or bearishness that can be used as a trading rule or in a trading system entries or exits. Included slow stochastic oscillator.
This script was created due to the lack of position of US Dollar Index Futures (DXY). It is designed to perform a much more liquid and inclusive position analysis. As the exponential ratios do not mean anything to positions, weights are used as multipliers instead of exponential functions. Swedish Krona (SEK) Futures are not directly quoted in Quandl, therefore...
This position calculator can be used to see if the potential trade is a good one. Enter the values as inputs and the output will be listed next to the settings of the indicator. Nearest support/resistance is meant to be your price target. I have found running this analysis prior to a trade to be helpful. This will output number of shares to buy/sell based on your...
This indicator will calculate your position size, short or long, based on the ATR Trailing Stop indicator of mine, and are needed to be used together. General risk management suggests risking just 1 percent of your equity and using low leverage.
Alpha Performance of Period (PoP) produces a visualization of returns (gains and losses) over a quarterly, monthly, or annual period. It also displays the total % gain and loss over any length of days, months, and years as defined by the user. Performance of Period (PoP) can be used to understand the performance of an asset over multiple periods using a single...