AbdoulFX
Class : oscillator
Purpose : intraday
Period : 15 min
Indicator “ AbdoulFX ” is developed for intraday trading purposes. The most relevant time frame for it is 15 min. Still it can be used on other frames as well (some additional modifications may be needed).
Indicator is based on the Gaussian distribution and generates trade signals with different levels of aggressiveness. Signals with less power have the lowest trade volumes (x1). The more powerful the signals are the bigger trade volumes are proposed (x2 or x3).
Structure of Indicator
Indicator consists of three red lines and three blue lines. These lines model the high and low values of the price for the current period of time. Each line is characterized by a certain level of probability. That means that current candle high (low) will not be higher (lower) than the red (blue) line. The farthest red (blue) line has the biggest probability not to be reached and crossed.
Also in case of signal appearance special marks are displayed on the price graph.
Rules of trading
All trades should be done within current or next 15 min candle. In general the next candle means the next trade cycle.
General rules are as follows: buy near the blue line, sell near the red line. Take-profits are set to the nearest another colored line. In case of sell – the nearest blue line (in case of buy – the red one). Stop-losses are above/below the last red/blue line.
In order to ease trading this indicator generates trade signals by itself.
Buy x1 – first buy trade with basic volume;
Buy x2 - second buy trade with double volume;
Buy x3 – third (the last) buy trade with triple volume;
Sell x1 – first sell trade with basic volume;
Sell x2 - second sell trade with double volume;
Sell x3 – third (the last) sell trade with triple volume;
Intradaytrade
Traders Hunt Intraday LevelsTradersHunt's Buy & Sell Indicator is designed for Intraday Trading for Indian Market but it can also be used for Global Markets and Commodities . It is based on Support & Resistance Levels.
The details are as follows;
Green Level indicates buy price, a trader should wait for 15min candle to close above it and Red level can be used as SL if trader is taking long position. The Black colored levels above Green are Targets for taken Long Position. Similarly red colored level indicates Sell value and levels below it are targets for short position.
Intraday selective trading signals - v1This is a simple script that allows a few numbers of intraday trades every day for a selected trading pair.
Bars with green and blue colors are buying signals (blue means better here)
Bars with Red and black colors are selling signals (black means better here)
Normally, you would want to run this indicator on a 1min chart.
Trade 25-50% of your intraday capital for this coin on each green/blue signal (whichever makes you more comfortable). Invest more if another buy signal appears. Sell in brackets on next red/black candles.
Note that, in a downtrend (like in recent times), multiple buy signals can be generated and vice versa in an uptrend.
[naoligo] 12x MA DT (5, 15, 30 & 60)This indicator is based on "Generic 8x MA Plotter", by @LazyBear.
It is also based on my own indicator "10x MA (H, D, W, M)", which is good for Swing Trading and/or Position.
This one is focused in daytrade and it will plot three Moving Averages based on current time interval (under 5 minutes) and nine based on chosen periods by 5, 15, 30 and 60 minutes. You will be able to see where is, for example, a 50 period's SMA of 15 minutes when using a 2 minutes time interval chart. I find it very useful to analyze, in a snap, possible price ranges and enter/exit points. All reference values are from setups known and used by daytraders.
you can choose between EMA or SMA (default: SMA) for each time interval, that are distributed in:
3x MA current time interval;
3x MA 5 minutes;
2x MA 15 minutes;
2x MA 30 minutes;
2x MA 60 minutes.
I've tried to keep the code as simple as possible, so you can increase the number of MA or modify the type for each time interval.
Cons: Use it wisely, because if you choose to plot all the 12 Moving Averages, it will may consume a lot of your navigator resources.
Enjoy!
Intraday - Exponential Moving Average 3 CrossOverA Simple EMA crossover strategy for intraday traders.
A Buy signal is triggered when a green arrow is followed by a blue arrow.
A Sell signal is triggered when a red arrow is followed by a purple arrow.
To remove false positives, combine this with other indicators.