Cap Pasar Crypto, BTC/USD, ETH/USD, USDT/USD, XRP/USD, Bitcoin
BANK BTPN SYARIAH TBK, BANK RAKYAT INDONESIA (PERSERO) TBK, ANTHEM INC, GARUDA INDONESIA (PERSERO) TBK, WIJAYA KARYA (PERSERO) TBK, BANK CENTRAL ASIA TBK
Indeks Komposit Jakarta, S&P 500, Dow Jones, Nasdaq 100, Nikkei 225, FTSE 100
AS 10Th, Euro Bund, Jerman 10Th, Hasil 10Th Jepang, UK 10Th, India 10Th
//@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,...
This simple indicator will plot the take profit and stop loss values based on the ATR indicator. It's possible to set how many times the ATR value will be applied to the closing price and what trade type is used, Long or Short.
Strategy based on MACD and Bollinger Bands, where BBs are calculatend from macd signal. Strategy doesn't open at breakout of bands but it waits for a pullback. Upper and lower bands are used as resistance and support. There are various parameters that can be optimized. I have also a study with alerts. Please use comment section for any feedback or cointact me...
This script is for a triple moving average strategy where the user can select from different types of moving averages, price sources, lookback periods and resolutions. Features: - 3 Moving Averages with variable MA types, periods, price sources, resolutions and the ability to disable each individually. - Crossovers are plotted on the chart with detailed...
For Trav, Oscillator version of "Bitcoin Production Cost". Based on raw data from CBECI. Follow me to read more about the calculation logic.
You must be using the renko chart with traditional settings with the block size set at .0001. This can be done by going to settings. Style at the bottom should be changed from ATR to traditional. The set the block size as .0001.
Modified coppock curve along with 14EMA can be used by non-aggressive traders as per detailed rules explained in video on "Trading made easy with secret coppock curve"
It is based on the intersection of the kagi function and the weighted moving average Available for all time frames Available for all crypto currency pairs High-yield on all time frames The script is the dream of all traders Repaints like a boss. Use at your own risk, or dont use at all! ------------------------------ Основан на пересечении функции каги...
Magic Moving Averages! is an indicator that comes standard in many forex trading platforms, and now on Tradingview designed for comfortable readability! It incorporates a series of simple moving averages plotted together with increasing periods. Finding a good trade with this is easily found with a set of rules. I took a course with Alex du Plooy on these rules...
This is a simple strategy which is always profitable and trades better than most premium channels and I give it out for free :) Working very good on ETHUSDT futures on binance :)
Volatility Traders Minds Strategy (VTM Strategy) I found this startegy on internet, with a video explaingin how it works. Conditions for entry: 1 - Candles must to be above or bellow the 48 MA (Yellow line) 2 - Candles must to break the middle of bollinger bands 3 - Macd must to be above or bellow zero level; 4 - ADX must to be above 25 level Credits to who...
This Volume Effectiveness indicator is designed to allow users to try and identify how effective volume is on each candle, and smoothing those values over time to try to find trends. Volume Effectiveness is the % change in price for each single unit of volume on the associated candle. The value can be positive or negative, but there is an option to just monitor...
Hey everyone this is an exciting new script I have prepared for you. I was reading an old forex bulletin article some time ago when I came across this: solar.murty.net (or you can download the full bulletin with lots of other good articles here: www.forexfactory.com)....
Every script follow a pattern in their price cycle. This can be defined by division of price cycle. Division line will act as pivot point.Above this bar this any price movement is indication of bullish trend while below this line any price movement is indication of bearish trend. This Nik price signal will give great result in combination of magicsignal which is...
Thanks to user rwestbury for the idea! Watch the profit in dollars of your portfolio in REAL TIME, love it! Put this in a window that doesn't change often, for it takes long to initially load. I use it in my window where I monitor the US index SPY. Edit and add as many symbols as you want below, you should be able to figure it out. Just add symbol, number of...