Crypto Market Cap, BTC/USD, ETH/USD, USDT/USD, XRP/USD, Bitcoin
Apple, Advanced Micro Devices Inc, Amazon Com Inc, TESLA INC, NETFLIX INC, Facebook Inc
S&P 500, Nasdaq 100, Dow 30, Russell 2000, U.S. Dollar Index, Bitcoin Index
US 10Y, Euro Bund, Germany 10Y, Japan 10Y Yield, UK 10Y, India 10Y
This study implements a simply scalping using the RSI (calculated on two periods), the slopes of two MAs (EMA or SMA) having different lengths (by default, I use 50 and 200). A take profit (%) and a trailing stop loss (%) are used. Entry conditions: .) Fast MA > Slow MA and Price > Slow MA and RSI < Oversold Threshold ------> go Long .) Fast MA < Slow MA and...
=========== Fixed Percent Stop Loss & Take Profit % =========== A neat example of how to set up Fixed Stops and Take Profit as a percent of the entry price. Yup, that's about it! You can ignore the actual entry/exit orders - they're based on a simple MA cross and are therefore NOT relevant, NOT really profitable and NOT recommended! You should be using...
This strategy is designed for daytrade charts. Its made from EMA 4 / EMA 8 to check for crosses RSI levels for overbough/oversold CCI levels For entry, we check first if the ema 4 crossed ema 8 Secondly we confirm by checking the level of RSI level Finally we confirm with CCI level If all of them are on the same page we enter. For exit we have a fixed...
=========== Percent Trailing Stop (%) - { FOR STUDY SCRIPTS } =========== Wow - this is an example of how to implement Alerts relating to a Trailing Stop (%) within your Study Script. It's taken a bit of effort to get this working but I think we got there! Alerts include Open Long/Short, Trailing Stop Hit, and (the most important one) Movement of Trailing...
Today I bring you one of the best systems I have found for 15min chart for EURUSD, can be adapted to other pairs aswell I suppose. Its made of 4 SMA 3 6 9 50 and EMA 200. It only makes 1 trade per day, in this case we have a risk % of our total eqquity, being the min 0.1 lots , can be changed tho . We target TP/SL the same 1:1 rr, in this case I use 30 pips for...
Some updates to the scrypt "MA * Fibo levels (auto)" In the previous scrypt we drew lines using either highs or lows of the candles due to the positiveness or negativeness of given percentages. But, after some research it seems easier to use CANALS to buy or sell rather than LINES. So these canals are the intervals between SMA(highs) and SMA(lows) multiplied by...
A few updates to the previous post. In order to catch more exact points of TP and SL, the scrypt takes "high" as the source of SMA if the percentage is greater than 0 ( > 0), and "low" as the source when the given percentage is less than 0 ( < 0). So there are two basic SMA line ( one with "high", the other one with "low"), and the other lines would be results of...
This strategy is made from a crossover of 2 ema : 4 and 8 in this case, together with a RSI of lenght 10 applied to hl2 The strategy is simple : we enter when we have a cross between the 2 ma's and rsi at the same time is in ascending or descending position crossing the middle line of 50. For exit we have : at the end of a session( we trade only between london...