Hello there! Let's imagine You are trading SPOT, buy more and more every new dump, but bear market is not going to stop... and your first trade was 3 YEARS AGO!!! Can't believe it is true. The problem is - exchanges allow You to see only new trades last 6 months(Binance). But I want to see all of them! How do I know AVG Price? This script is my solution. Just...
This script automatically draws Fibonacci levels on a trading chart which are popular tools for traders seeking to identify potential areas of support and resistance. Here are the features and benefits of this script: 1. Versatility in Sourcing Trade Entries: Trade source can be customized to either longs (buying trades) or shorts (selling trades). The user has...
The VWAP Open Session Anchored indicator differs from traditional VWAP indicators by automatically anchoring the Volume Weighted Average Price calculation to three market session starts Morning, Evening, and Night. Each session represents a distinct time period within the trading day, offering traders and investors a more comprehensive view of the volume-weighted...
Quickly draw a 10-level grid on your chart with our open-source tool. Our grid tool offers a unique solution to traders looking to maximize their profits in volatile market conditions. With its advanced features, you can create customized grids based on your preferred start price and line distance, allowing you to easily execute trades and capitalize on price...
Hello traders, This is a script I use daily as a scalper and it helps me a lot, maybe it can help you, this is why I am sharing it! PART 1 - DESCRIPTION This program is specifically designed to help scalpers but can be used for all types of trading but won't be as useful. This script is what I call an entry helper as it calculates dynamically the position size,...
Basically: F - Fibonacci levels F - fractals: retracement of retracement A - absolute: based on two fixed points instead user chosen Fibonacci points A - auto: automatically draws based on volatility Explanation: This script will automatically trace TWO Fibonacci levels from these points: - ALL TIME HIGH (ATH) and ALL TIME LOW ( ATL ) prices This is our first...
This is an example snippet that should allow for adding a trailing stop and trailing stop activation to almost any script. You can use it by setting a trailing stop alone. This will provide you standard trailing stop functionality allowing you to lock in profits and increase your stop-loss as the price moves in your direction. You can also set the trailing stop...
This script is for a complete strategy to win maximum profit on trades whilst keeping losses at a minimum, using sound risk management at no greater than 1.5% The 3x EMA Strategy uses the following parameters for trade activation and closure. 1/ Daily Time Frame for trend confirmation 2/ 4 Hourly Time Frame for trend confirmation 3/ 1 Hourly Time Frame for trend...
█ OVERVIEW Double Tap is a pattern recognition script aimed at detecting Double Tops and Double Bottoms. Double Tap can be applied to the broker emulator to observe historical results, run as a trading bot for live trade alerts in real time with entry signals, take profit, and stop orders, or to simply detect patterns. █ CONCEPTS How Is A Pattern...
This was reasonably easy to put together and I can't find one that does this in the Library and I've been wanting one. Of course, the drawing tool is just fantastic, but sometimes it can be forgotten as new pivots emerge. What you'll find elsewhere in the Library is a nice variety of fancier methods for determining an anchor point with labels, lines, timestamps...
KRAKEN:LINKUSD This is one of the best strategies that can be used to get familiar with technical indicators and start to include them in your rules on Coinrule . ENTRY 1. This trading system uses the RSI (Relative Strength Index) to anticipate good points to enter positions. RSI is a technical indicator frequently used in trading. It works by measuring...
This indicator helps you to set your stoploss levels by using ATR. Traders often use atr values in order to calculate their stoploss levels. This indicator does the calculation for you and draw two tiny lines without messing up the chart so that you can easily see your stoploss levels and get an idea about the volatility and risk amount as well. One line is below...
#-- Public Strategy - No Repaint - Fractals -- Short term Here I come with another script, more simple than Wavetrend V1. You will love it. #-- Synopsis -- Another simple idea, on a small time frame (15 min) we buy when the opening price goes below a Bottom fractals and sell when it goes over a Top fractals, but as this script do not use Wavetrends. You...
#-- Public Strategy - No Repaint - Fractals - Wavetrend -- Here I come with another script, a nice and simple strategy based on fractals and Wavetrends. #-- Synopsis -- A simple idea, on a small time frame (15 min) we buy when the opening price goes below a Bottom fractals and sell when it goes over a Top fractals, but in order to avoid bad and evil...
INDIGO Cloud System © This script shows the monthly dip and peak zones and the daily highs & lows. The green zone is the dip zone. It's the place to enter a long position if you think there is or will be a reversal. The red zone is the peak zone. It's the place to enter a short position if you think there is or will be a reversal. The script uses the INDIGO...
One Time Trade Risk Management Incorporating the new interactive feature, this script is meant as a one time trailing stop for the active trader to manage positional risk of an ongoing trade. As a crypto trader or Fx trader, many may find themselves in a position late into the evening, or perhaps daily life is calling while a trade progresses in their favor....
This is a full price action strategy designed for trending markets such as crypto and stocks. Its purely made on calculations for the highest high and lowest low using 2 different length , a faster and a slower one. With those we make multiple averages. Rules for entry: For long: our close of the candle is above both the average using fast and slow line For...
Software part of algotrading is simpler than you think. TradingView is a great place to do this actually. To present it, I'm publishing each of the default strategies you can find in Pinescript editor's "built-in" list with slight modification - I'm only adding 2 lines of code, which will trigger alerts, ready to be forwarded to your broker via TradingConnector...