Advertisement

1 FREE Forex Robot License!

Click Here to Download this Forex Robot!


2015. április 9., csütörtök

continuation.mq4 Forex Indicator free download


MT4talk.com - Global Forex Community Forum! — Forex Indicators! - Download & upload free indicators. (7000+ Indicator)

continuation.mq4 Forex Indicator free download

Please download and test this indicator and please reply to this topics with your review.
The image is included of the indicator see the image bellow..
Graph of the indicator
We tested this indicator and works good on FxPro



coeffofline_true.mq4 Forex Indicator free download

Please download and test this indicator and please reply to this topics with your review.
The image is included of the indicator see the image bellow..
Graph of the indicator
We tested this indicator and works good on FxPro



ccm2.mq4 Forex Indicator free download

Please download and test this indicator and please reply to this topics with your review.
The image is included of the indicator see the image bellow..
Graph of the indicator
We tested this indicator and works good on FxPro



cam_supp.mq4 Forex Indicator free download

Please download and test this indicator and please reply to this topics with your review.
The image is included of the indicator see the image bellow..
Graph of the indicator
We tested this indicator and works good on FxPro



bunnygirl cross and daily open 10.mq4 Forex Indicator free download

Please download and test this indicator and please reply to this topics with your review.
The image is included of the indicator see the image bellow..
Graph of the indicator
We tested this indicator and works good on FxPro



bullsbearseyes.mq4 Forex Indicator free download

Please download and test this indicator and please reply to this topics with your review.
The image is included of the indicator see the image bellow..
Graph of the indicator
We tested this indicator and works good on FxPro



bullsbearseyes(28aug05).mq4 Forex Indicator free download

Please download and test this indicator and please reply to this topics with your review.
The image is included of the indicator see the image bellow..
Graph of the indicator
We tested this indicator and works good on FxPro



braintrend.mq4 Forex Indicator free download

Please download and test this indicator and please reply to this topics with your review.
The image is included of the indicator see the image bellow..
Graph of the indicator
We tested this indicator and works good on FxPro



bbhisto.mq4 Forex Indicator free download

Please download and test this indicator and please reply to this topics with your review.
The image is included of the indicator see the image bellow..
Graph of the indicator
We tested this indicator and works good on FxPro




MT4talk.com - Global Forex Community Forum! — Best and worst Forex Brokers?

Brokers burned by swiss franc

I know FXCM was affected, and were bailed out by a huge loan.....what other brokers were affected by the swiss franc incident? Just wanted to see who to watch out for.




MT4talk.com - Global Forex Community Forum! — Major currency pairs.

EUR/USD

Is it just a matter of time before EUR/USD shoots back up by 500-1000 pips? I have a feeling that once the greek  matter is settled, eur will rebound and settle somewhere between 1.15 and 1.20. Just a hunch.




MT4talk.com - Global Forex Community Forum! — Please introduce yourself here!

Hello from Dubai

Just wanted to drop in and say Hi......My name's Mark, and have been trading forex for almost  years now, with mixed success. Hope to make some good friends here, and share some bright ideas.




MT4talk.com - Global Forex Community Forum! — MetaTrader 4.

Close trade at end of candle

I have tried many different ways to do this, and Im not sure if the simulation part is what throws it off, but for some reason, i cannot get my trades to close at end of bar. I have a simple EA, which initiates a position, and then modifies the order with a SL and TP. All i want is that if the SL or TP is not hit within that bar, then close the trade at end of bar.
Ive tried the following 2 variations....neither works properly.


if (OrdersTotal() > 0)
{
if ( TimeToStr(TimeCurrent(),TIME_SECONDS) == Time[0])
{
OrderSelect(ShortTicket,SELECT_BY_TICKET);
if(OrderCloseTime() == 0 && ShortTicket > 0)
{
Closed = OrderClose(ShortTicket,OrderLots(),OrderClosePrice(),0,Red);
ShortTicket = 0;
}
}
}
}

if (Hour() == 0 && Minute() < 2 && OrdersTotal() > 0 && OrderType() == OP_BUY)
{OrderSelect(0,SELECT_BY_POS,MODE_TRADES);
OrderClose(OrderTicket(),OrderLots( ),Bid,5,Green);}
if (Hour() == 0 && Minute() < 2 && OrdersTotal() > 0 && OrderType() == OP_SELL)
{OrderSelect(0,SELECT_BY_POS,MODE_TRADES);
OrderClose(OrderTicket(),OrderLots( ),Ask,5,Yellow);}



Nincsenek megjegyzések:

Megjegyzés küldése