Profit & Risk CalculatorThe "Profit & Risk Calculator" script in Pine Script (TradingView) is designed to help users calculate potential profit and risk when trading, and to provide alerts when specific price levels are reached (such as entry price, take profit, or stop loss). It includes several components as described below:
1. Input Fields:
The user can manually input various prices: entry price, stop loss price, and take profit price, with steps of 0.25.
There is also an option to input a custom value (e.g., for personal lot sizing) and a total investment amount.
2. Dynamic Lines:
The script draws dynamic horizontal lines for the input prices: entry line (white), stop loss line (red), and take profit line (green).
These lines are automatically updated based on the entered price levels.
3. Labels for the Lines:
Labels are added to the lines to visually indicate the entry, stop loss, and take profit levels on the chart.
4. Long and Short Position Calculations:
The script calculates potential profit and loss for both long (profit if the price goes up) and short (profit if the price goes down) positions.
It also calculates the distance between entry and take profit, and distance between entry and stop loss, along with the risk/reward ratio (RR).
5. Alerts:
The script generates alerts when one of the following conditions is met:
Entry Condition: The price touches or exceeds the entry price (high >= entryPrice).
Stop Loss Condition: The price touches or drops below the stop loss price (low <= stopLossPrice).
Take Profit Condition: The price touches or exceeds the take profit price (high >= takeProfitPrice).
6. Lot Calculations:
The script calculates both micro and mini lot sizes based on a preset table and the custom value.
The results are displayed in a table on the chart.
7. Profit/Risk Table:
The script shows two tables:
One table calculates the profit, loss, and risk/reward ratio based on the input entry price.
A second table shows the same calculations based on the current price.
8. Chart Display:
The script places tables and other visual data on the chart, such as preset values, profit and loss calculations, and the distance from take profit and stop loss to the entry price.
English Explanation of Each Part of the Script
1. Input Fields
The script starts with several input fields where the user can specify the entry price, stop loss price, take profit price, custom value, and investment amount. These values help define the parameters for risk/reward calculations.
2. Dynamic Horizontal Lines
Three horizontal lines are drawn on the chart, representing the entry price, stop loss price, and take profit price. These lines update dynamically based on user input.
3. Dynamic Line Updates
As the user adjusts their inputs, the position of the lines is updated in real-time to match the new price levels. This keeps the chart visually accurate.
4. Labels for Lines
Labels are placed on the chart next to each price line, allowing the user to clearly see which line represents which price level.
5. Long and Short Position Calculations
The script calculates the potential profit or loss for both long (prices go up) and short (prices go down) positions, providing users with an idea of their potential gains or losses.
6. **6. Risk/Reward Ratio Calculation
This calculates the Risk/Reward Ratio (RR) by dividing the distance between the take profit and entry price by the distance between the entry and stop loss price. This gives the trader an idea of how much risk they're taking relative to the potential reward.
7. Alert Conditions
The alert conditions are defined based on the price hitting the set levels:
Entry Condition: If the price goes up and touches the entry level, the alert is triggered.
Stop Loss Condition: If the price drops and hits the stop loss level, the alert is triggered.
Take Profit Condition: If the price rises and reaches the take profit level, the alert is triggered.
8. Alert Configuration
Each condition is linked to an alert that sends a message when the specific price level is touched. The alerts notify the user when the entry, stop loss, or take profit levels are hit.
9. Lot Calculations
The script includes a function that calculates micro and mini lot sizes based on a preset table and a custom value input by the user. This is useful for adjusting lot sizes to the desired amount and determining position sizes for trades.
10. Entry Price-Based Profit & Loss Table
A table is generated on the chart that displays detailed information about the profit, loss, and risk/reward ratio based on the entry price. It helps traders see the potential outcomes for different lot sizes.
11. Current Price-Based Profit & Loss Table
This second table provides similar information as the first but calculates profit, loss, and risk/reward based on the current price. This allows the trader to see how their position performs as the market price changes in real time.
Positionsizing
Equity Trade Risk ManagerEquity Trade Risk Manager is a simple indicator that helps you protect your portfolio by going into each trade risk first !
Equity Trade Risk Manager does this by calculating your ideal position size or ideal stop loss based on your account size, purchase price and risk tolerance. This ensures you are never risking more than your predetermined amount on each trade.
Unlike most position size calculators, that will only tell traders how many shares to purchase, Equity Trade Risk Manger allows the trader to choose whether they want to calculate the ideal number of shares to purchase or where to set the trades stop loss based on the number of shares owned. Not only that, but knowing traders need to act fast, the indicator also gives the option to quickly use the current price and low of the day as an entry and stop. Lastly, your stop loss will be plotted onto the chart for a visual aid.
Features:
Dynamic Risk Settings:
Account Customization: Input your account size to get metrics tailored to you.
Calculation Choices: Decide if you want the tool to calculate the number of shares you should buy or where to set your stop-loss.
Custom Risk Parameters: Use preset risk percentages or set your own to match your comfort level.
Price Point Flexibility:
Enter your entry and stop price or opt to use the current price and the low of the day.
Interactive Display Settings:
Customizable Interface: Adjust table positions, text size, and color schemes to match your trading dashboard aesthetic.
On-Chart Stop-Loss Indication: Visualize your stop loss on the chart itself.
Get a snapshot of your dollar risk, position size, shares to buy, and stop-loss.
Trade size calculatorThis script will calculate recommended Trade Size based on your Risk appetite, Trading style and Current market volatility. Once you input “ RiskPerTrade ” amount, It automatically adjusts recommended Trade Size for changes in markets behavior. You have an option to select “ Long Term ”, “ Short Term ” & “ Intraday ” as your Trade Type. Your Rec Size (Trade Size) will be calculated and printed on you chart.
How it works:
It calculates recommended trade size using your accepted risk ( RiskPerTrade input) and instruments current average price range.
It uses different multipliers to adjust the trade size based on your Trade Type .
Intraday trades are assumed to be closed within the same trading session and therefore will have the highest recommended size.
Short Term trades assume the overnight risk added to the positions and recommend a lower size.
Long Term trades assume overnight & weekend risk added to the position and therefore recommend the smallest size.
Your Trade Size is the key to Risk Management. This Indicator is simple but powerful when used with a good Portfolio Management Strategy. Just add the indicator to your chart and configure its inputs as per your trade plan.
How to configure the Indicator
Input 1 - Add RiskPerTrade amount
Input 2 - Select your Trade Type
Input 3 - Add a negative number in BarsRight to position the label in the desired location of your screen.
Important Display Setting - “ BarsRight ” Input - If you CAN'T SEE the Yellow Label on the chart after you added the indicator, set this number to a large negative no. for example -200 and then adjust the number to get the label positioned where you would like. This happens due to various screen formats and resolutions.
Please note: This indicator is designed for Equities, Stocks or ETFs only. For users in markets not priced in US dollar, make sure your instrument’s price and your RiskPerTrade amount are in the same currency.
Stop loss and position size calculator (ATR)Calculates and plots Stop Loss and Position Size, based on desired ATR factor.
Displays Stop Loss Price, SL Distance Percent and Position Size overlayed in the chart and plots a stop loss line.
Additionally Stop Loss, ATR, SL Distance and Position Size are also displayed in the Data Window.
Available settings:
Trade - long / short
ATR timeframe - Allows to use ATR based on different timeframe than the current chart.
ATR factor - Stop Loss will be calculated by multiplying ATR with this factor.
Show last - Amount of previous stop loss lines to plot
Line Offset - Positions previous sl calculation under/above current price.
Calculation Offset - Displays calculation based on price action of previous bar(s).
Label Display Distance - Defines position of label relative to current bar.
Risk - Amount you are going to risk if stop loss is hit.
Forex Risk CalculatorForex Risk Calculator 's logical is bring the differential between Entry price and Stoploss price, your acceptable risk and your account size to calculate the loss size first then convert to the 'Lot size' and have another feature like auto scale static target calculate by your loss size with RRR (Risk Reward Ratio). Give you to get easier to manage your orders.
Key Features:
📈 Real-time Risk Assessment: Enter the amount you are willing to risk, and Forex Risk Calculator will calculate the appropriate position size for your trade in real-time.
🎯 Target Lines and Static Target Prices based on RRR: Set your desired Risk-Reward Ratio (RRR), and let Forex Risk Calculator auto-generate target prices according to your RRR. Additionally, place target lines to visualize the expected profit if the price hits that line.
⚙️ Customizable Parameters: Adjust risk percentage, RRR, and other parameters to tailor the tool to your trading strategy.
👁️ User-Friendly Interface: Forex Risk Calculator features an easy-to-use and intuitive interface for both beginners and seasoned traders.
Usage:
Step 1: Place your entry price
Step 2: Place your stoploss price
Step 3: Place your target price
Step 4: Confirm your account detail
Step 5: Bring the 'Lot size' to use
Parameter:
Initial account size
Risk percent
Entry price
Stop price
Target price
Show your target price
Show static target prices
Number of your static target prices
Table position
Text size
Background color
Text color
Border color
Output:
Chart
Entry price line
Stop loss price line (loss in USD)
Target price line (profit in USD)
Table
Account size
Risk percent
Entry price
Stoploss price
Lot size
Crypto Risk CalculatorCrypto Risk Calculator 's logical is bring the differential between Entry price and Stoploss price, your acceptable risk and your account size to calculate the loss size first then convert to the 'Amount coins' and have another feature like auto scale static target calculate by your loss size with RRR (Risk Reward Ratio). Give you to get easier to manage your orders. *** Create to use for Cryptocurrencies Future market ***
Key Features:
📈 Real-time Risk Assessment: Enter the amount you are willing to risk, and Crypto Risk Calculator will calculate the appropriate position size for your futures trade in real-time.
🎯 Target Lines and Static Target Prices based on RRR: Set your desired Risk-Reward Ratio (RRR), and let Crypto Risk Calculator auto-generate target prices according to your RRR. Additionally, place target lines to visualize the expected profit if the price hits that line.
⚙️ Customizable Parameters: Adjust risk percentage, RRR, and other parameters to tailor the tool to your trading strategy.
👁️ User-Friendly Interface: Crypto Risk Calculator features an easy-to-use and intuitive interface for both beginners and seasoned traders.
Usage:
Step 1: Place your entry price
Step 2: Place your stop loss price
Step 3: Place your target price
Step 4: Confirm your account detail
Step 5: Bring the 'Amount coins' to use
Parameter:
Initial account size
Risk percent
Leverage
Entry price
Stop price
Target price
Show your target price
Show static target prices
Number of your static target prices
Table position
Text size
Background color
Text color
Border color
Data output:
Chart
Entry price line
Stop loss price line (loss in base unit currency)
Target price line (profit in base unit currency)
Table
Account size
Risk percent
Leverage
Margin
Entry price
Stoploss price
Amounts coin
Risk Management ToolThis tool is a good way to get quick position sizing. No need to use your calculator and find that your price asset is already out of your range.
It works best with Cryptocurrencies Exchange way to manage position size calculation.
Really useful when scalping. This tool tracks the last high and low following your custom lookback bars number. It also follows the VWAP level.
You also have 4 custom ranges around the current price with the calculated position size. You set the desired percentage distance from the current price and you get the position size you need.
1. You choose the type of order
2. Account balance
3. Leverage if you use the cost base orders type
4. Amount to risk
and you get real-time risk management.
Crypto and FX PSCA simple tool to calculate crypto position size and FX lot size.
How to use:
1. Use TradingView measurement tool or position tool to know how wide is your stop loss.
2. Set the equity and risk parameters.
2. For crypto, input the PERCENTAGE in stop loss;
For FX, input the PIPS.
3. Position size will be displayed in the panel.
Notes:
>Position size is in USDT for Cryptocurrencies
>Lot size for forex.
Forex contract size is your account type set by the broker:
Standard = 100,000 units = ~$10/pip
Mini = 10,000 units = ~$1/pip
Micro = 1,000 units = ~$0.10/pip
Nano = 100 units = ~$0. 01/pip
Credits:
trananhvu149
hanabil
SuperTrend Entry(My goal creating this indicator) : Provide a way to enter the market systematically, automatically create Stop Loss Levels and Take Profit Levels, and provide the position size of each entry based on a fix Percentage of the traders account.
The Underlying Concept :
What is Momentum?
The Momentum shown is derived from a Mathematical Formula, SUPERTREND. When price closes above Supertrend Its bullish Momentum when its below Supertrend its Bearish Momentum. This indicator scans for candle closes on the current chart and when there is a shift in momentum (price closes below or above SUPERTREND) it notifies the trader with a Bar Color change.
Technical Inputs
- If you want to optimize the rate of signals to better fit your trading plan you would change the Factor input and ATR Length input. Increase factor and ATR Length to decrease the frequency of signals and decrease the Factor and ATR Length to increase the frequency of signals.
Quick TIP! : You can Sync all VFX SuperTrend Indicators together! All VFX SuperTrend indicators display unique information but its all derived from that same Momentum Formula. Keep the Factor input and ATR Length the same on other VFX SuperTrend indicators to have them operating on the same data.
Display Inputs
- The indicator has a candle overlay option you can toggle ON or OFF. If toggled ON the candles color will represent the momentum of your current chart ( bullish or bearish Momentum)
your able to change the colors that represent bullish or bearish to your preference
- You can toggle on which shows the exact candle momentum switched sides
your able to change the colors that represent a bullish switch or bearish switch to your preference
- The trader can specify which point you would like your stop loss to reference. (Low and High) Which uses the Low of the Momentum signal as the reference for your Stop Loss during buy signals and the High as the reference during sell signals. Or (Lowest Close and Highest Close) which uses the Lowest Close of the Momentum signal as the reference for your Stop Loss during buys and the Highest Close as the reference during sells.
- The colors that represent your Stop Loses and Take Profits can also be changed
Risk Management Inputs
- Your Risk MANAGMENT section is used to set up how your Stop Loss and Take Profit are calculated
- You have the option to take in account Volatility when calculating your Stop Loss. A adjusted ATR formula is used to achieve this. Increase Stop Loss Multiplier from 0 to widen stops.
- Increase Take Profit Multiplier from 0 to access visual Take Profit Levels based on your Stop Loss. This will be important for traders that Prefer trading using risk rewards. For Example: If the the Take Profit Multiplier is 3 a Take Profit level 3 times the size or your stop loss from your entry will be shown and a price number corresponding to that Take Profit Level becomes available.
- Enter your current Account size, Bet Percentage and Fixed Spread to get your Position Size for each trade
-Toggle on the Current Trade Chart and easily get the size of your Position and the exact price of your Take Profit and Stop Loss.
You can increase the Size of the Current Trade Chart= Tiny, Small, Normal, Large, Huge and change the Position of the Current
trade Chart to your preference, (Top- Right, Center, Left) (Middle- Right, Center, Left) (Bottom- Right, Center, Left).
How it can be used ?
- Enter Trades and always know where your stop is going to be
- Eliminate the need to manual calculate Position Size
- Get a consistent view of the current charts momentum
- Systematical enter trades
- Reduce information overload
Forex Lot Size Calculator [AKCHOOO]Forex Lot Size Calculator based off stop loss (ticks), also shows the lot size needed for taking partials (based of % of trade to close partial position).
credits
inspired by @DewMic
adapted from @hanabil
Smart SizingSmart Sizing is a simple indicator designed for stock traders to quickly see how many shares you should ideally trade to have an equal amount of risk on all of your trades. It uses your inputted values along with the ATR to determine the right amount of shares you should trade. Since every stock has a different level of volatility just simply buying 100 shares for every trade for example or an equal $ amount like $10,000 will leave your portfolio with concentrated risk in some stocks. If the more volatile stocks turn out to be losers then the wins from the less volatile stocks may not cover the losses, however if your positions were sized according to the volatility of each stock it may have resulted in being profitable overall instead.
That's what the Smart Sizing indicator does, it tells you directly on the chart in a small table and right next to the indicator a value that is how many shares to trade according to your account value and risk objectives. You simply enter in your account value in the indicator settings (I update mine everyday), what % of your account you want to risk, and what ATR Length and Timeframe you wish to use. For example, if you entered your account value at $10,000 with risk percentage at 1% and if you used the daily ATR which was 0.50 then it would show as 200 shares (10,000 x 0.01) / 0.50 = 200 and by trading 200 shares that means if the stock went against you by 1 daily ATR it would equal 1% of your account. So if you used a ATR trailing stop or a fixed stop based on the ATR this indicator can help you determine what your correct position size should be so you can practice good risk management.
Take the example below of two stocks with an almost identical price, Citigroup $C with a last traded price of $50.03 and Exelon $EXC with a last traded price of $50.02, you can see the Smart Sizing indicator is showing to trade 59 shares on Citigroup and 130 shares on Exelon, even though both stocks have almost the same stock price the different recommended position size is because Citigroup is much more volatile than Exelon which is a electric utility.
Please note this indicator is designed for stocks but could also be used for forex but shouldn't be used for futures. It can be used on any timeframe with stocks worldwide.
Jared.
Disclaimer: All my scripts and content are for educational purposes only. I'm not a financial advisor and do not give personal finance advice. Past performance is no guarantee of future performance. Please trade at your own risk.
Position & Lot Size CalculatorBuilt with love "Position & Lot Size Calculator"
This indiator will help you to calculate your position size for managing the risk
Features :
1. Click-able Price Entry & SL (Easier Interface)
How to use it :
1. After add the indicator, set the Entry & SL Price with click price line in the chart
2. Set the risk and another parameter
Regards,
Hanabil
D-VaR position sizingThe D-VaR position sizing method was created by David Varadi. It's based on the concept of Value at Risk (VaR) - a widely used measure of the risk of loss in a portfolio based on the statistical analysis of historical price trends and volatilities. You can set the Percent Risk between 1 (lower) and 1.5 (higher); as well as, cap the % of Equity used in the position. The indicator plots the % of equity recommended based on the parameters you set.
ATR Position Size AutomationAll you have to fill out is your account balance, the % amount of your account you want to risk, and the percentage of ATR you want calculated. If you have 100% it will do a full ATR calculation. So if the ATR is $2 then your risk per share would be $2. If you had 50% in the same example it would be risking $1 per share.
You can also customize what time frame you want the ATR to be calculating off of. Just be aware the calculation will only be right if you are showing a lower time frame on your chart then the one selected on the indicator. (If you are calculating a daily dont be on a weekly chart. You have to be on a Daily or lower)
You can select what boxes you want displayed and if you want the ATR lines on the chart.
Risk Reward Position Size CalculatorThis can be used for Stocks or Options
This is a position size calculator. You must enter your Account size, Risk %, Entry, Stop, and Target. Then it will calculate your Max Position size, Risk Reward, Dollar gain and more.
It is completely customizable so you can change what you want the table to be showing.
It also can plot your entry, stop and target that you enter into the settings.
Trade Manager Pro - Quick Position Sizing This script allows the user to select directly on the chart the entry time/candle for a trade, its entry price, stop loss price and take profit price, and will quickly calculate the position size for the trade.
Some of the parameters that can be established by the trader in the indicator settings include the following:
-Account Size
-Leverage Multiple
-Risk % per trade
-% Trading Fee
A table with the outputs will be shown to the right of the chart, showing the following information:
-Margin used for the trade
-Leverage
-Total position size (Margin*Leverage)
-Position Type (Long or Short)
-Trading Fee $
-Stop Loss %
-Stop Loss $
-Take Profit %
-Take Profit $
-Risk/Reward Ratio
Note on its usage: When changing timeframes or tickers its better to exit the indicator and add it again to the chart, since TV doesnt reset its input functions when changing these.
Happy trading!!
Position Sizing CalculatorThis is the Position Sizing Calculator indicator.
.
It's calculated by using the capital and risk that you can take per trade divided by the difference price between the current price and lowest close bar in 12 days.
.
The output is the number of coins that you should buy.
.
You should turn on this indicator only when the buy signal of another indicator is triggered.
Brandon Risk RewardIndicator to track a position and its PnL, defined risk and reward given by share size and average price
Jerry Romine Momentum Dream With Risk ManagementThe Momentum Dream Indicator with Risk Management is really two powerful indicators combined in one.
The Momentum Dream Indicator is a volatility and momentum indicator that measures the relationship between the Bollinger Bands and Keltner Channels to help identify consolidations and signal potential breakouts.
MOMENTUM DREAM INDICATOR:
SIGNALS AND ZONES:
Green Arrow = Post Squeeze Buy Triggered = GREEN ⇧ shows squeeze out on upward momentum (often a good time to buy)
Orange Arrow = Post Squeeze Sell Alert = ORANGE ⇩ shows squeeze out on downward momentum (often a good time to sell or NOT buy)
Green Dot on Chart - Day one of the buy zone
Green Shading - Buy Zone
Pink Dot on Chart - Day one of warning zone
Red Shading - Warning zone. Often a good time not to buy or to consider selling.
LABELS (Color Indicates Direction):
Momo Up / Down = Current momentum direction.
Squeeze = Squeeze is on and squeeze line dots are red.
Dots = number of day or bars the squeeze has been in red(on)
Squeeze Fired = Green or Orange arrow shows squeeze fired direction.
Stacked = Fibonacci 8, 21, 34, 55, 89 EMA are stacked up or down
SQUEEZE LINE COLOR DEFINITIONS:
Dark Red = Extra Squeeze (In & Out)
Red = Original Squeeze (In & Out)
Pink = Pre-Squeeze (In)
Yellow = Pre-Squeeze (Out)
Green = Bollinger Bands are officially outside of Keltner Channels
STRATEGY
There are multiple ways the Momentum Dream Indicator can be used.
1. Buy/Sell during the squeeze (generally lower volatility and lower option premiums)
2. Buy/Sell when the squeeze fires to catch the breakout (volume/volatility often increase)
3. Use Buy/Sell Zones with other signals for entering positions
4. Use Momentum to assist with position direction
5. Use fading momentum to tighten stops or close positions.
* The labels only show when certain criteria are met. For example if a squeeze fired the label only shows on that day but the indicator arrow will always show. For this reason the labels on the chart above will vary from day to day and only alert you when needed. :)
RISK MANAGEMENT INDICATOR
Risk management is a vital part of investing and this indicator provides 2 recommended positions sizes. One based on the classic 1-2% risk rule where you never risk more than X% of your account. A second based on position size not exceeding X% of your account.
The Risk Management Indicator does all of the hard math and provides you with a realistic trading plan, position size, and trail stop based on your customizable criteria. If you’ve ever wondered how much of a stock to buy, when to sell and when to take profits this indicator is for you!
Please Use the link below for more information or to purchase.
The Chartless TraderThe Chartless Trader
The chartless trader is a trade management system designed to remove the randomness from the market. It is loosely based on the martingales betting system, but takes advantage of position sizing, minimum profit targets, dollar cost averaging, and trailing take profit.
The chart can be traded with or without a signal. There is a built in signal based on SB Master Chart's Buy the Dip algorithm.
The configurable settings include:
Account Value
Starting Account Value - This is the value of the account when you start using this system.
Current Cash - This is the amount of cash you have available to trade. This setting needs to be updated each time a trade is made.
TP/TTP Algo Settings
Take Profit % - This setting is otherwise known as minimum profit target. This algo will not advise you to sell or increase your trailing stop until this minimum profit target is met.
Trailing Stop % - This is the trailing stop. The default setting is 75%. As a basic example, if the stock is up 10%, the trailing stop would be set to 7.5% (10% * 75%). The algo may override and advise an alternative trailing stop should an overbought condition be detected.
DCA/BTD Algo
DCA/BTD Algo Time Frame - Default is 120 (2hrs). This algo looks for oversold periods on the 2h chart by default.
DCA % - The default for this setting is 5%. This is a trigger for the BTD Algo. The BTD algo will start looking for trades when the stock is 5% below your cost basis. This is to help you average down making it easier to turn a profit when the stock starts making gains.
Position #
The Chartless Trader supports a maximum of 20 symbols. This is a limitation of the security() function as a maximum of 40 calls are allowed and the script calls the security() function twice per symbol.
S# QTY - The number of open positions of the symbol. This has to be manually updated by the user after each buy/sell of the stock.
S# CB - This is the cost basis of the stock. Your broker should give you this after each buy/sell and it has to be updated here on the chart after each buy/sell.
S# TTP - The script will advise you to increase your Trailing Take Profit in your broker when its necessary. This should be updated manually after you update your order in your broker. This should be configured manually in your broker as a Stop Order.
Now that I have covered the configurable options, its important to understand the basis of this system. The martingales betting system is a system that seeks to double its position size each time you enter a losing trade. Eventually when you make a winning trade, it will be enough to cover the previous losses and net you one winning position.
Bet 1, lose 1, down 1.
Bet 2, lose 2, down 3.
Bet 4, lose 4, down 7.
Bet 8, lost 8, down 15.
Bet 16, win 16, up 1.
So the theory goes, if you have deep enough pockets, its a 100% win rate. Such a system is flawed and proven to cause an account to blow up given enough time. You can search Google/YouTube for others that have back tested the martingales system with stocks.
I advise that "The Chartless Trading" system be traded with a similar system, but instead of doubling your position, you simply increase your position size by 1%.
Bet 1%, lose 1%, down 1%
Bet 1%, lose 1%, down 2%
Bet 1%, lose 1%, down 3%.
In such a manner, your risk of ruin is significantly reduced. Lets say you lose 10 times in a row betting on a stock. You now have 10% of your account value in this particular stock. Because you only invested at times where you were more than 5% down and when an oversold position occurred, because of dollar cost averaging and buying during oversold periods, you may only be down 2-3% on your invested value. Eventually when the stock turns positive, you will have met your minimum profit target and the script will alert you to set a trailing stop. You log into your broker, set a stop loss and wait for it to either trigger or inform you to increase it again. Once the trailing stop is triggered, you deleverage the position by closing it and starting a single new position in either the same stock or a different one and the cycle repeats.
The key is to follow the stock down, follow it back up, and not back down. We repeat this cycle with many positions in many stocks to minimize risk and compound our balance sheet.
This is " The Chartless Trader ".
1920x1080p Monitor Required if using all 20 symbols.
The more symbols loaded, the longer the initial processing to load the table. Please be patient.
MM ATR Risk CalculatorBased on the NNFX Lot size position calculations MoneyMovesInvestments would like to provide to you the Free MM Atr Risk calculator
Directions are simple
Tells you the Atr value
Stop loss in pips
You can enter your account size
Based on your account size, enter the percent you want to risk
then the calculator will tell you your stop loss in pips based on current market and your lot size based on the account size and percent you want to risk
Check us out for your other trading needs
Link below or PM us for access to our other indicators
Happy Trading
Forex Position Size CalculatorPosition size calculator for FOREX only!
Lotsize is calculated by using properties described below.
Properties:
- Show position size: Will only be visible on 5m - 15m - 60m chart
- Account Currency:
- Account Size: Between 0 and 10 000 000 units of currency
- Risk: Between 0 and 100%
- Stoploss: Between 0 and 200 pips
- Textcolor
Position Sizing w/ ADR&ATR TrackingScript to use for position sizing based on portfolio size, max position, and max loss inputs. The option to use custom entry and stop are available, but default to last price for entry, and Low of Day (LoD) for stop. The ATR % is a measure of the low of day to current price as a percentage move.
Credit to LonesomeTheBlue for the base code on position sizing and TheScrutiniser/GlinckEastwoot for ADR formula
-Nelgoth, best of luck