Ticaret robotlarını ücretsiz olarak nasıl indirebileceğinizi izleyin
Bizi Twitter üzerinde bulun!
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
Komut dosyasını beğendiniz mi? MetaTrader 5 terminalinde deneyin
Kütüphaneler

Lot Multiple - MetaTrader 4 için kütüphane

jmeel
Yayınlayan:
Peter Eskander
Görüntülemeler:
7032
Derecelendirme:
(11)
Yayınlandı:
2016.04.04 15:15
Bu koda dayalı bir robota veya göstergeye mi ihtiyacınız var? Freelance üzerinden sipariş edin Freelance'e git

This function calculates your lot size depending on definite conditions explained in input variables.

extern string Multiple_disable="0    =     Stop Use Multiple  ";
extern string     FiboMultiple="1    =     1,1,2,3,5,8,13,21,34, etc. ";
extern string          Multi_X="2    =     Last Close Lot X 2 ";
extern string       Multi_Plus="3    =     Last Close Lot + Lot ";
extern    int    Enter_Choice = 2;



Doctor EA Doctor EA

This Expert Advisor depends on Moving Average 400 to indicate trend and "slope-direction-line" indicator, it will be attached with EA.

Alligator Signal Alligator Signal

Buy and Sell arrows for Alligator signals.

BreakEven&TrailingStop BreakEven&TrailingStop

This library has two functions: BreakEven & TrailingStop.

Count Buy-Sell Position Count Buy-Sell Position

This library has two functions: first to count OP_BUY positions and second to count OP_SELL positions.