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:
- 20879
- Derecelendirme:
- Yayınlandı:
- 2019.11.18 12:18
- Güncellendi:
- 2020.09.10 21:27
-
Bu koda dayalı bir robota veya göstergeye mi ihtiyacınız var? Freelance üzerinden sipariş edin Freelance'e git
Two variations are available;
[ScalpAll]
- this script opens random positions with multiple symbols on marketwatch.
- take-profit and stop-loss levels are calculated by multiplying current spread with "Take Profit Ratio" and "Stop Loss Ratio" respectively.
- count of trades to be opened can be limited by "Maximum Trades".
- only symbols having spread below "Maximum Spread" are considered.
[ScalpRandom]
- this script opens a random position with single symbol that is selected randomly on marketwatch.
- take-profit and stop-loss levels are calculated in same way with ScalpAll. maximum spread limitor is also available.
[CloseScalps]
- this script closes scalping positions tagged with magic number 999.
- only positions in profit can be closed by setting relevant input to true.

Simple risk management tool.

This script opens a buy or sell order randomly having equally spaced take-profit and stop-loss levels.

This is a multi-currency expert adviser based on reversal strategy with martingale. Original idea is taken from ExpMartin for MT4.

This is a demo indicator with BPNN neural network library ported from C++ to MQL.