JJN-BigTrend - MetaTrader 4 Script | Forex Indicator Download - MT4/MT5 Resources

Simple multi-currency trend indicator . You can modify it to your liking (timeframe, pairings).
If you want to adjust , search for this in the code:
//+------------------------------------------------------------------------------------------------------------------+ // You can change these parameters to your liking: //+------------------------------------------------------------------------------------------------------------------+ Integer tfnumber = 5 ; // number of time ranges Integer tframe[] = { 5 , 15 , 30 , 60 , 240 }; // Time range (in minutes) Double print value[][ 5 ]; // becomes the second array index equal to tfnumber integer logarithm = 8 ; // logarithm String pairs[] = { "EUR/USD" , "GBP/USD" , "AUD/USD" , "NZD/USD" , "USDJPY" , "GBPJPY" , "EURJPY" , "USD/CHF" }; // Requested pairs //+------------------------------------------------------------------------------------------------------------------+ //+------------------------------------------------------------------------------------------------------------------+

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