BANK TABUNGAN PENSIUNAN NASIONAL 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
Emas, Minyak Brent, Minyak Mentah, CFD pada Gas Alam, Paladium, Perak
Hello traders Hope you enjoyed your weekend on my behalf. Was staying home working ... ^^ This is my first strategy educational post I'm doing ever While I'm generally against posting strategies because it's very easy to fake performance numbers... I cannot prevent myself from sharing a few cool strategy snippets anyway. So from now on, I'll be sharing a few...
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...
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...
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 is part of a series of strategies developed automatically by a online software. I cannot share the site url, which is not related to me in any way, because it is against the TV reules. This strategy was optimized for GBPUSD, timeframe 1D, fixed lots 0.1, initial balance 1000€. LOGIC: - LONG ENTRY when previous candle is bear - LONG EXIT: RVI > signal...
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...
Original Version credits to DonovanWall Actual Version i just set alerts and change the parameters for BTCUSDC 5min Chart. NO REPAINT. Wait For Barclose
This Strategy is based on LazyBear Squeeze Momentum Indicator. I added some custom feature and filters. You can customize a lot of features to get a profitable strategy. Here is a link to original study. If you like my scripts and find it usefull to you, please consider to offer me a coffee: Donate 1$ or BTC equivalent at my blockchain wallet. Thanks Please...
This startegy is a port of famous script Wave Trend Oscillator. @author LazyBear Original study from LazyBear Scope of this port is to identify corrects inputs to get best results from signals that indicator gives. I attached it to chart with heikin ashi candles to have a better result and remove noise: results are good. If you like my scripts and find it...
This strategy is based off of Chris Moody's Vix Fix Indicator. I simply used his indicator and added some rules around it, specifically on entry and exits. Rules: Enter upon a filtered or aggressive entry If there are multiple entry signals, allow pyramiding Exit when there is Stochastic RSI crossover above 80 This works great on a number of stocks. I am...
Hey everyone, Recently we developed a chrome extension for automating TradingView strategies using the alerts they provide. Initially we were charging a monthly fee for the extension, but we have now decided to make it FREE for everyone. So to display the power of automating strategies via TradingView, we figured we would also provide a profitable strategy along...
This is a test of an easy scalping method: buy if actual close is below forecast close and sell if actual close is above forecast close. Take profit and stop loss shall be very small (few pips) as in most of scalping strategies. No filter is used for only long or only short positions, but you can select buy only or sell only based on other indicators or whatever...
//@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, stop=50) shortC =...
Brought to you by @nicotez/@truecrypto28 Trade Long when Arrows go up (B signal for Buy (Long)) Trade Short when Arrows go down. (S signal for Sell (Short)) C for close positions. first priority is always protect your capital and your profits even at the expense of more profits
Hi, this my new script which show you correct Ichimoku signals, when price exit cloud. SELL SIGNAL: - red line below blue - green line below price - price exit cloud bottom - price below 3 EMA's! BUY SIGNAL: - red line above blue - green line above price - price exit cloud upper - price above 3 EMA's! You can change ichimoku parameters and input 3 EMA's. If u...
Orignal Version By dysrupt / Modifyed by me
Simple Renko strategy, very profitable. Thanks to vacalo69 for the idea. Rules when the strategy opens order at market as follows: - Buy when previous brick (-1) was bearish and previous brick (-2) was bearish too and actual brick close is bullish - Sell when previous brick (-1) was bullish and previous brick (-2) was bullish too and actual brick close is...
Ichimoku Cloud with - Tenkan/Kijun Alerts and - Kumo Breakout Alerts