Cita Iniciado por ;
TopLine = iHigh (AUDJPY, PERIOD_M15, iHighest (AUDJPY, PERIOD_M15, MODE_HIGH, BarCount, 1))
Paul, muchas gracias. Es preciso. GetBarCount (PairsToTrade); doble TopLine = iHigh (PairsToTrade, PERIOD_H1, iHighest (PairsToTrade, PERIOD_H1, MODE_HIGH, BarCount, 1)); Imprimir (PairsToTrade camisa: TopLine); if (iHigh (PairsToTrade, PERIOD_H1, 0) gt; TopLine) TopLine = iHigh (PairsToTrade, PERIOD_H1, 0); Imprimir (PairsToTrade Top2: TopLine); doble BottomLine = iLow (PairsToTrade, PERIOD_H1, iLowest (PairsToTrade, PERIOD_H1, MODE_LOW, BarCount, 1)); Imprimir (PairsToTrade Inferior: BottomLine); if (iLow (PairsToTrade, PERIOD_H1, 0) lt; BottomLine) BottomLine = iLow (PairsToTrade, PERIOD_H1, 0); Imprimir (PairsToTrade Bottom2: BottomLine);/-