Assista a como baixar robôs de negociação gratuitos
Encontre-nos em Twitter!
Participe de nossa página de fãs
Script interessante?
Coloque um link para ele, e permita que outras pessoas também o avaliem
Você gostou do script?
Avalie seu funcionamento no terminal MetaTrader 5
Indicadores

JJN-BigTrend - indicador para MetaTrader 4

Visualizações:
43092
Avaliação:
(4)
Publicado:
2012.07.23 10:59
Atualizado:
2014.04.21 14:55
Precisa de um robô ou indicador baseado nesse código? Solicite-o no Freelance Ir para Freelance


Simple multicurrency trend indicator. You can modify it according to your taste (timeframes, pairs).

If you want to modify it, search for this in the code:

//+------------------------------------------------------------------------------------------------------------------+
// YOU CAN CHANGE THESE PARAMETERS ACCORDING TO YOUR TASTE:
//+------------------------------------------------------------------------------------------------------------------+
int     tfnumber      = 5; // Number of the timeframes
int     tframe[]      = {5,15,30,60,240}; // Timeframes in minutes
double  IndVal[][5]; // Be the second array-index equal with tfnumber
int     NumberOfPairs = 8; // Number of the pairs
string  Pairs[]       = {"EURUSD","GBPUSD","AUDUSD","NZDUSD","USDJPY","GBPJPY","EURJPY","USDCHF"}; // Requested pairs
//+------------------------------------------------------------------------------------------------------------------+
//+------------------------------------------------------------------------------------------------------------------+








PEMA PEMA

PEMA is the Pentuple Exponential Moving Average.

QEMA QEMA

QEMA is the Quadruple Exponential Moving Average.

JJN-Nugget JJN-Nugget

This indicator gives BUY and SELL signals and entry level.

JJN-Bee JJN-Bee

Scalper system. It shows the entry, takeprofit and stoploss levels.