CONVERT A SIMPLE PROREALTIME CODE INTO MT4

İş Gereklilikleri

Hello, 

I would like to convert this very simple PRO REAL TIME CODE under MT4 :

Defparam cumulateorders = false // POSITION SIZE n = 1 // TIME startTime = 210000 endTime = 204500 exitLongTime = 80000 exitShortTime =20000 // STOP LOSS & TAKE PROFIT (%) SL = 1 TP = 0.5 Period = 12 // REFERENCE CANDLE AT StartTime if time = startTime THEN amplitude = highest[Period](high) - lowest[Period](low) ouverture = close endif // LONGS & SHORTS // entre StartTime et EndTime if time >= startTime and time <= endTime and dayOfWeek <> 5 AND dayOfWeek <> 0 then buy n shares at ouverture - amplitude limit sellshort n shares at ouverture + amplitude limit endif // Stop Loss & Take Profit set stop %loss SL set target %profit TP // Exit Time if time = exitLongTime then sell at market endif if time = exitShortTime then exitshort at market endif


Yanıtlandı

1
Geliştirici 1
Derecelendirme
(284)
Projeler
459
39%
Arabuluculuk
95
43% / 18%
Süresi dolmuş
73
16%
Çalışıyor
Yayınlandı: 2 kod
2
Geliştirici 2
Derecelendirme
(1114)
Projeler
1799
61%
Arabuluculuk
14
64% / 7%
Süresi dolmuş
84
5%
Serbest

Proje bilgisi

Bütçe
30+ USD
KDV (20%): 6 USD
Toplam: 36 USD
Geliştirici için
27 USD