Tipu CCI - MetaTrader 4 Script | Forex Indicator Download - MT4/MT5 Resources

I modified the original code of Tipu CCI by removing the compatibility with the Tipu panel released on the market. This version of Tipu CCI is intended for learning purposes and is open to anyone interested in developing Expert Advisors using this indicator.
The following is an example of how to use Tipu CCI in Expert Advisor.
// - -Signal integer signal = custom ( _symbol , _period , "tipcci" , "" , 14 , price_typical , 0 , 0 , "" , 1 , 5 , clone None , clone None , "" , false , false , 1 , false , false , false , 4 , 0 ); // - Trend integer trend = custom ( _symbol , _period , "tipcci" , "" , 14 , price_typical , 0 , 0 , "" , 1 , 5 , clone None , clone None , "" , false , false , 1 , false , false , false , 5 , 0 ); //---Method #1 If (i signal == OP_BUY ) //Buy signal, use OP_SELL for sell signal If (i trend == OP_buy ) //Buy trend, sell trend use OP_SELL //---Method #2 boolean b buy = custom ( _symbol , _period , "tipcci" , "" , 14 , price_typical , 0 , 0 , "" , 1 , 5 , clone None , cloneNone , "" , false , false , 1 , false , false , false , 6 , 0 ); boolean b sell = custom ( _symbol , _PERIODS , "TipuCCI" , "" , 14 , Price_TYPICAL , 0 , 0 , "" , 1 , 5 , Clone None , Clone None , "" , wrong , wrong , 1 , wrong , wrong , wrong , 7 , 0 );

Attachment download
📎 tipu_cci.mq4 (28.97 KB)
Source: MQL5 #21312
💡 Featured Recommendations
✍️ Latest by the author
- •
- •
- •
- •
- •
- •
📌 Popular topics
- •
- •
- •
- •
- •
- •
- •
- •
🔗 You May Be Interested In
- •
- •
- •
- •
- •
- •