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.
Intraday
Triple SAR Scalping 5MTriple SAR scalping method must be used with a 5 minute chart. Look for the patterns that 3 bands overlap. Close deal within 4-5 pip profit or build your own style after getting comfortable with this technique and share your approach with us for maybe higher profits.
2% candlePart of my strategy involves entering a trade based on a candle on a 5-min chart being < 2% (ignoring major volatility).
I got tired of calculating the range of a single candle either in my head or on a calculator, so I wrote this up. Feel free to share it.
Shows the %move of any single candle, default horizontal lines are 1% & 2%, can be changed by clicking the gear icon next to the indicator after you have added the indicator to your chart. Works on any timeframe, 5m, 1h, 1d, etc , obviously
the higher the timeframe, the larger the move.
EMA Intraday StrategyHere is a EMA intraday strategy. very profitable on the GBPAUD 1M charts if you are watching very closely, working on coding a indicator for it
Pseudo VIX -Intraday -.betaFor Educational Purpose -
Intraday VIX estimation using yesterdays VIX, previous overnight roll , and intraday values for the VXX etf (scaled up to VIX)
Works in all intraday time frames.
First attempt...feedback welcome.
KK_Intraday MAsHey guys,
today I was browsing through intraday Charts looking at some moving averages. Basically what I wanted to see was whether the currency pair was trading below or above the moving average of the day/week/month. For a better understanding: The daily MA on a 15 minute Forex Chart would be the 96 MA.
I encountered the problem that i always had to change the settings for my MAs when changing the Time Interval, so I coded this here up. It is pretty simple but maybe somebody else has the same problem and can put it to use.
The script has some settings as listed below:
Choice which MAs to plot, (Daily, Weekly, Monthly)
Choice which type of MA to use (Simple, Exponential, Weighted)
Neccesary Settings for the correct calculation (e.g. Number of trading hours per day). These settings depend on the instrument you are using and should always be checked before using this script.
There are a few things to Note when using this script:
This script works for intraday charts only.
The monthly MA doesn't work on any Time Interval smaller than 15 minutes. Can't do anything about it unfortunately.
This is my first published Script, use it with caution and let me know what you think about it!