Alım-satım robotlarını ücretsiz olarak nasıl indirebileceğinizi izleyin
Bizi Twitter üzerinde bulun!
Fan sayfamıza katılın
Fan sayfamıza katılın
Komut dosyasını ilginç mi buldunuz?
Öyleyse bir link gönderin -
başkalarının da faydalanmasını sağlayın
Öyleyse bir link gönderin -
başkalarının da faydalanmasını sağlayın
Komut dosyasını beğendiniz mi? MetaTrader 5 terminalinde deneyin
- Görüntülemeler:
- 13355
- Derecelendirme:
- Yayınlandı:
- 2014.07.11 14:29
- Güncellendi:
- 2016.11.22 07:32
-
Bu koda dayalı bir robota veya göstergeye mi ihtiyacınız var? Freelance üzerinden sipariş edin Freelance'e git
The function will filter the trade positon. If the current time in the time you set, the function will return true.
Usage:
extern string TimeStart="12:00"; extern string TimeStop="14:00"; bool TradeAlow=sTimeFilter(TimeStart,TimeStop); if(TradeAllow==true) { //Put your trade function here //OrderSend(...); } //Ea will open position bettween 12:00 ---> 14:00 //If you set start=20:00, stop=08:00----> ea will start trade from 20:00 of today to 8:00 tomorrow.

The indicator shows candle end time and current spread.

Traces the output of indicators by buffer. Output can be changed on the chart by moving the VL left or right.

Expert Advisor that closes orders after defined profit or loss.

BBWin is the Bollinger Bands® indicator in the separate window with trend lines.