Name: Scalping The Bull - Two EMA "Gianno-Nano" Strategy from the Meeting Category: Trend Follower Operating mode: Spot or Future, only long or swing trading Trades duration: Multiday Timeframe: 4H Suggested usage: Mid-term trading, when the market is in trend and it is showing high volatility. Entry: When fast EMA crosses over slow...
This strategy is mainly developed for scalping / intraday trading. It could potentially be used to identify entry/exit signals for short term options trading. It performs decently well on popular stocks when used on time frames between 5 min to 15 min using regular session bar data. It combines 3 popular indicators, EMA, MACD, and William %range, to generate both...
1 min chart scalping version of my other TICK strategy with adjusted parameters and additional entry and exit conditions better suited for 1 min SPY chart. Please refer to my original TICK strategy for explanation. Important notes: 1. This strategy is designed for same day SPY option scalping on the 1 min chart . All profit shown in back testing report is...
This script is a combination of SAR strategy and 3 Smoothed Moving Averages. Strategy: Takes SAR longs when all 3 SMMAs are rising. Take SAR short when all 3 SMMAs are falling. Supports StopLoss and TakeProfit. If you have found a profitable setup for it, please share in the comments or private chat.
Using combination bollinger band and RSI indicator as guide to predict price volatility and the best entry point. The strategy logic is pretty straightforward where we're interested with close price that touches the lower bollinger band ; there are only two scenarios that will happened after the price reaches the lower band; the price might rebound from the lower...
This strategy uses crossover of Exponentially Deviating Moving Average (MZ EDMA ) along with Exponential Moving Average for trades entry/exits. Exponentially Deviating Moving Average (MZ EDMA ) is derived from Exponential Moving Average to predict better exit in top reversal case. EDMA Philosophy EDMA is calculated in following steps: In first step,...
Hey, I am glad to present you one of the strategies where I put a lot of time in it. This strategy can be adapted to all type of timecharts like scalping, daytrading or swing. The context is the next one : First we have the ATR to calculate our TP/SL points. At the same time we have another rule once we enter(we enter based on % risk from total equity, in this...
This strategy is inspired by a youtuber called Joel on Crypto. He trades this using Ema, MACD indicators and his own experience. For more information, check out his Best Crypto Scalping Strategy for the 5 Min Time Frame video. I have tried to automate this a little. Long or Short trades are determined with a crossing of the fast Ema over the slow Ema for Long and...
Scalping strategy based on Bill Williams Alligator technique but calculated with heikin ashi candles. This strategy has to be applied to standard candles and low time frames (1min to 5min) Thanks to all pinescripters mentined in the code for their snippets. It could be improved with stop loss based on ATR etc. I have also a study with alerts. Please use...
This strategy is developed based on my High Low Index SPY Top 40 indicator Notes: - this strategy is only developed for SPY on the 5 min chart . It seems to work with QQQ as well, but it isn't optimized for it - P/L shown is based on 10 SPY option contracts, call or put, with strike price closest to the entry SPY price and expiry of 0 to 1 day. This...
In this script I combined SSL channel with RSI and EMA 200 mainly. Can be modified to apply EMA 50/100 condition aswell. Also contains SL/TP in pip points to play with. Credits goes to : @ErwinBeckers for ssl @Skrymtn for EMA crossover For more details/ improvements feel free to message me.
Hello ! I think I prepared an interesting bot that is worth testing this scalper works best on a chart --->> BINANCE:ETHUSDTPERP I swear this is my around 11-13 attempt to make a stable and solid etherum bot etherum is extremely difficult to tame using a bot, the price movement is quite wild compared to bitcoin I decided to make a scalper out of this bot...
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...
This code is a custom made backtest for a Metatrader 4 EA that is being sold by another person at this link www.mql5.com I made this backtest myself to see how the EA would perform. I don't have the author's source code, but by looking at how the EA ran, it was very easy to see how it worked. When using this backtest, keep in mind a few things. 1. You can change...
This system can be used on all timeframes. It works on scalping, daytrading and swing trading. Its made from a Baseline slow and fast , together with MACD, Stochastic RSI and a risk management for SL/TP using pip points and a trailing stop . The strategy for entry its the next one: We first wait for the cross between the baselines. Once this happens, then we...
This is a both a swing and a scalper strategy(depends on the timeframe that you use), that works with all timeframes, however I noticed that with swing 3h works the best on most crypto pairs, such as ETH, BTC and so on. Its main components are: Hull moving average T3 moving average Risk management With them I make an average and use it as the main moving...
" The trend is your friend. " This is one of the most famous and valuable teachings that experienced traders can give to newbies. There is a reason for that. No matter your views about where the price moves, what matters is where the price heads to . The market is always right, and ultimately it decides who gets the profit and who has to take a loss. The...
Abstract This script attempts to find the end of countertrend. This script uses oscillators to measure long term and short period trends. When the long term trend keeps positive and clear short term period is over, this script provides a buy signal. This script does not contain pullback, cut loss and re-enter. You need to add it manually. Introduction Many...