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
This is a simple exit example in $$ (symbol's currency) for educational purpose .
Original version: Open Close Cross Strategy R5 revised by JustUncle. Change: script changed to a study script with custom alerts. This revision is an open Public release, with just some minor changes. It is a revision of the Strategy "Open Close Cross Strategy R2" originally published by @JayRogers. Revised by JustUncleL Description : Strategy based around...
A strategy template with following user inputs: 1. backtest start date 2. tp% and stop loss% 3. trail stop price and trail stop offset The long and short condition is ma crossover and corssunder by default. You can change the logic with your own.
Here's a strategy for low time frames (30min suggested) for BTC , based on momentum Analysis using Stochastic RSI By default the strategy will use the 50% of the specified capital for each trade; if "Gamble Sizing" is enabled, it will add the specified amount of capital (25% by default, until reaching the 100% limit or lower) for the next trade after having...
It is a small modification to the "Profit Maximizer Max" script to make it a strategy by date range.
This goes with my MrBS:DMI+ indicator. I originally combined them into one, but then you cannot set alerts based on what the ADX and DMI is doing, only strategy alerts, so separate ones have more flexibility and uses. Indicator Version is found under "MrBS:Directional Movement Index "...
Booming Bull 15 Min strategy Conditions First 15 min candle high-low must be less than .75% Next candle is crossing either high or low
Applying Bollinger Bands and K-bar strategies Suitable for long time periods Suitable for forex trading, when the forex deviation is too large, the Fed will intervene and thus correct Strategy: Enter when the price hits the upper or lower BB track and there is a reversal of the strong signal, and exit when it hits the other track and there is a reversal signal.
I simulated the EoRfA indicator with the gold price For details about the indicator, visit my profile on tradingview For Simulation, with default settings, we order if Eorfa > 1 and change(eorfa) < 0 sell if Eorfa < -1 and change(eorfa) > 0 buy And we got - 2.49 % profit - 74 % profittable order from all But only this value can not guarantee good...
Apply Vegas Tunnel, Use EMA144 169 as medium-term trend support Also use EMA 576 676 and 4 multiples of 144 and 169 as long-term support and trend direction Also increase EMA 36 43 as a short-term trend support Suitable for stocks, indices, commodities The applicable time scale can back-test the usability of the strategy by itself, and select the most applicable...
This is a formula Ms Brown developed to identify divergence failures with in the RSI . This also highlights the horizontal support levels with in the indicator area. The Composite Index study comprises 2 momentum indicators on the RSI which are smoothed using a moving average. Control of the upper and lower indicators can be used to adjust the periods represented...
Hello there , Short version of the Macd Long strategy. MACD Long strategy: Adding margin: Forbidden or not specified. (Add Margin : No) Position size: (for each trade) 1% Stop-Loss: (2% Above Entry Level) Long: macd crossunder Exit: macd...
-This script uses a triple EMA strategy to establish trend direction and reversal points -Inputs are smoothed with Heiken Ashi values to reduce whipsaws, while providing timely execution -Buy and sell indications are dictated by bar color -Bar color is dictated by the candle close value in relation to the EMAs, specifically the faster of the 3 (If candle closes...
This is a trend based strategy that uses EMA and SMA intersection for determining the direction of the trend and MACD for the entry signal. At the same time, the strategy uses ATR, which is working as a trailing stop. The strategy entry will work when the Trend ribbon will turn green and MACD line will crossover the signal line. This strategy also takes into...
A moving averages SandBox strategy where you can experiment using two different moving averages (like KAMA, ALMA, HMA, JMA, VAMA and more) on different time frames to generate BUY and SELL signals, when they cross. Great sandbox for experimenting with different moving averages and different time frames. == How to use == We select two types of moving averages on...
This script calculates the Implied Volatility (IV) based on the daily returns of price using a standard deviation. It then annualizes the 30 day average to create the historical Implied Volatility. This indicator is intended to measure the IV for options traders but could also provide information for equities traders to show how price is extended in the expected...
Support and resistance Strategy (FX and Crypto) Description: This strategy uses “support” S and “resistance” R levels, which can be computed using the “pivot point” (a.k.a. the “center”) C as follows: C = (PH + PL + PC) / 3 R = 2 × C - PL S = 2 × C - PH Here PH, PL and PC are the previous day’s high, low and closing prices. One way to define a trading...
This is a stepped trailing exit example for educational purpose . Short brief. There are 1 stop loss and 3 profit levels. When first tp is reached we move stop loss to break-even. When second tp is reached we move stop loss to first tp. When third tp is reached we exit by profit.