Study INTRA-SWINGContent
- ema of 50 changes color if the price is above or below it
-ema of 10 yellow
-ema of 200 white
- Green triangles under the candles indicate new maxima compared to the previous 4 candles
-Red triangles indicate new minima with respect to the previous 4 candles
-the green and orange arrows of high altitude indicate Longs and Shorts for Intradia or Swing (recommended in temporalities from 1h to 4h), for more temporality should change the period for a greater one
-Alarms for:
- Green and red triangles like Break Out, Break Down
-Long ARROW green arrow
-Orange arrow SHORT ARROW
// NOTE: this Script is in Beta mode and next updates will be made
Breakdown
Volume w/ Threshold and Editable MA PeriodJust a simple script that tweaks the original Volume one.
The purpose is creating a threshold which we'll use to put an alert on. This way, we can be notified whether Volume pumps.
Useful for spotting breakouts, breakdowns and pumps.
Threshold is simply a coeff * ma(volume,period). Coeff is editable as well.
Hope this helps!
Kozlod - Channel Break Out AlertsStudy version with alerts of standard "Channel Break Out Strategy".