This indicator is made of averaging a value made of pivot points of the current timeframe.
It was intended for scalping purpose of the S&P500 within tick charts (see screenshot of 100 ticks one). This one give fairly good signals. The fact that the pivot variable is made of candles made of ticks give a good advantage of using price action versus typical candlesticks.
1 2 3 4 5 6 7 |
// Pivot Oscillator - ProRealCode - prorealtime programming // mmperiod = 14 pivot = (HIGH+LOW+CLOSE+OPEN)/4 mm = EXPONENTIALAVERAGE[mmperiod](pivot) RETURN mm as "pivot oscillator", pivot |
Share this
No information on this site is investment advice or a solicitation to buy or sell any financial instrument. Past performance is not indicative of future results. Trading may expose you to risk of loss greater than your deposits and is only suitable for experienced investors who have sufficient financial means to bear such risk.
ProRealTime ITF files and other attachments :PRC is also on YouTube, subscribe to our channel for exclusive content and tutorials
// PIVOT OSCILLO onchart PRC DID Pivot Oscillator – ProRealCode – prorealtime programming
pivot = (HIGH+LOW+CLOSE+OPEN)/4
mm = AVERAGE[mmperiod,MAtype](pivot)
RETURN mm as “pivot oscillator”, customclose as ” customclose ”
// Variables :
// mmperiod = 14 perso = 20
// MATYPE = expo perso = triangulaire
https://hubic.com/home/pub/?ruid=aHR0cHM6Ly9sYjEuaHViaWMub3ZoLm5ldC92MS9BVVRIXzFiNjRhYmY3ZjA5NzFjYmQyNzg1NmU4OTAwMGU0ZDYyL2RlZmF1bHQvLm92aFB1Yi8xNTI3MjYyMzc2XzE1MjgxMjYzNzY/dGVtcF91cmxfc2lnPWZmM2EzM2Q1MmY0OTgwMjExZmIzNDM0ZDRkNGU4M2EzZDJjNDk4ODQmdGVtcF91cmxfZXhwaXJlcz0xNTI4MTI2Mzc2#
http://ovh.to/rbcdfr2