PROTECTED SOURCE SCRIPT

Force ratio

682
// The method include the volume ratio, it can find trend earlier than MACD
// The method does not assume the price will oscillate like the RSI. So it can find perfect by and sell signal even when the RSI is between 0.3 and 0.7
// enjoy and wish you earn a future

//============================
// Explanations and principles
//============================
// the Force is defined by: (Close price today minus Close price previous day) * (today's volume / sma(previous 12 days volume)
// i.e. the force is proportional to the price difference and the volume
// the ratio is defined by: the increase force divided by the force all the previous 12 days (or other periods)
// i.e. the numerator is the sum of positive force, the denominator is the absolute value of the force of the study period, 12 days (or other periods) in this case
//=============================

//==============
// How to use it
//==============
// #### buy signal ####
// option 1: when the force ratio line up cross the smoothed signal line, it's a buy signal
// optoin 2: when the force ratio is above 0.7
// can be double confirmed by Pink or Dark blue MACD histogram

//#### sell signal ####
// option 1: when the force ratio is diving below 0.7
// option 2: when the force ratio is still less than 0.7 but down cross the smoothed signal line
// as the volume is included, it will detect the sharp rise or drop earlier than the MACD

免責聲明

這些資訊和出版物並不意味著也不構成TradingView提供或認可的金融、投資、交易或其他類型的意見或建議。請在使用條款閱讀更多資訊。