Campus Forex

Senin, 26 November 2012

day of the week

Here is code function which can be used say when ea needs to trade only during certain hours of the day and skip of certain day of the week :

Code:
  bool ValidTime() 
{
if (DayOfWeek()==1 && Hour()<=6) return(false);
return(true);
}
Diposting oleh be.my.fortune di 19.33
Kirimkan Ini lewat EmailBlogThis!Bagikan ke XBerbagi ke FacebookBagikan ke Pinterest

Tidak ada komentar:

Posting Komentar

Posting Lebih Baru Posting Lama Beranda
Langganan: Posting Komentar (Atom)

Arsip Blog

  • ▼  2012 (128)
    • ►  Desember (73)
    • ▼  November (15)
      • trade history
      • It's bollinger Brand MQL Code
      • day of the week
      • Function to calculate total lots opened
      • CloseAllTrade Script
      • Code to take Screenshot of Chart and save it to lo...
      • Numeric Chart Period to Text String Format
      • Count All Open Trades
      • Close All Function
      • the Broker is 4 digits or 5 digits pricing
      • EA Stochastic - Instant order
      • EA nya dibikin OP nya manual
      • Cara protect EA
      • Script Close order lengkap n muantap
      • ANEKA SCRIPT ORDER DENGAN RISK MANAGEMENT
    • ►  Oktober (5)
    • ►  September (33)
    • ►  April (2)

Mengenai Saya

be.my.fortune
Lihat profil lengkapku
Tema Sederhana. Diberdayakan oleh Blogger.