Welcome Forex EA downloads & MT4/MT5 auto-trading resources — EAs, Gold EAs, quant tools and real-world automation.
Sign In Sign Up

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

author EAcpu | 2 reads | 0 comments |

JJN-BigTrend - indicator for MetaTrader 4

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
//+------------------------------------------------------------------------------------------------------------------+
//+------------------------------------------------------------------------------------------------------------------+


JJN-BigTrend - indicator for MetaTrader 4


Attachment download

📎 JJN-BigTrend.mq4 (5.99 KB)

Source: MQL5 #10792

Verification code Refresh