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
Komut dosyaları

TakeProfitMove - MetaTrader 4 için komut dosyası

Görüntülemeler:
14817
Derecelendirme:
(13)
Yayınlandı:
2008.09.09 09:10
Güncellendi:
2014.04.21 14:53
Bu koda dayalı bir robota veya göstergeye mi ihtiyacınız var? Freelance üzerinden sipariş edin Freelance'e git


Depending on the value of UpDoun =true or =false, the script either drags the TakeProfit closer to the market or pushes it away from the market holding the same Distance in points.

If a DC limits placing Stops and Limits "for the market" (usually it's 10 points) you should


//+------------------------------- FIND OUT ABOUT THE LIMITS OF YOUR DC -----+
// if(Distance<10) Dist=10;
// else 
Dist=Distance;
//+--------------------------------------------------------------------------+


remove the comment in the block and set the Dist value.


//+------------------------------- FIND OUT ABOUT THE LIMITS OF YOUR DC -----+
if(Distance<10) Dist=10;
else 
Dist=Distance;
//+--------------------------------------------------------------------------+


MetaQuotes Ltd tarafından Rusçadan çevrilmiştir.
Orijinal kod: https://www.mql5.com/ru/code/8408

GordagoElder GordagoElder

Indicator GordagoElder.

SteelBlue SteelBlue

Indicator WolfWave. It is written on the basis of the ZigZag.

#MAMA #MAMA

Indicator #MAMA.

Aroon Horn Aroon Horn

Indicator Aroon Horn.