This is a momentum strategy based on the Commodity Channel Index (CCI), with the aim of entering long trades in oversold conditions and short trades in overbought conditions. Optionally, you can enable an Exponential Moving Average (EMA) to only allow trading in the direction of the larger trend. Please note that the strategy will not plot the EMA. If you want,...
This is a simple tool designed to help you visualize your stop loss and take profit levels before entering a trade. The tool plots two lines on the chart - a green dotted line for take profit and a red dotted line for stop loss (similar to the price line) - with a simulated default spread of one pip factored in. The indicator has the option to toggle between long...
Library "LevelsManager" TODO: Track up to 6 TakeProfits and 1 StopLoss achievement for one or many of your buy/sell conditions. manageTrade(bool, bool, bool, string, string, float, float, bool, bool, bool, bool, bool, bool, float, float, float, float, float, float, float) Track TakeProfits and StopLoss achievement for one or many of your buy/sell...
OVERVIEW The Average True Range Multiplier (ATRX) is a simple technical indicator that takes the value of the ATR indicator and multiplies it by a user-specified amount. CONCEPTS This indicator is primarily used to set key levels based on historical volatility. The ATR indicator alone measures the historical volatility of the selected instrument, this...
BINANCE:BTCUSDTPERP Hello, this is my alerts version of BTCUSDTPERP MEGABOT 60min THIS BOT IS ONLY FOR BTCUSDTPERP ON BINANCEFUTURES !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! This configs are only for this pair on this market, It depends of volume , and others indicator Bot is making amazing results at configs TP - 4.5% SL - 7% Strategy using 4 indicators...
SEMA-X (sema cross) It's a simple EMA cross strategy Rules of strategy 1. 2 EMA crossing 2. Long (Golden Cross), Short (Dead Cross) 3. Target profit, stop loss setting You can also get big trend gains if you set a long target price. * * * SEMA-X (세마크로스) 간단한 EMA 교차 전략 입니다. 전략의 규칙 1. 2개의 EMA 교차 2. 매수(골든 크로스), 매도(데드...
The Flash Crash of September 8 showed once more how many are falling to greed. On top of it one also add leverage to long positions. It's just insane the risk people are taking. Anyhow, for all my noobies and friends here is a very very simple indicator that shows when NOT to buy nor increase positions and when there is window of opportunities. A few remarks: ...
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...
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...
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...
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...
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...
=========== 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...
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...
=========== 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...