Fan sayfamıza katılın
Define an object that encapsulates how a set of objects interact mediator promotes loose coupling by keeping objects from referring to each other explicitly, and it lets you vary their interaction independently
An implementation of the Relative Strength Index indicator by John Welles Wilder Jr. as described in his book—New Concepts in Technical Trading Systems [1978].
The code defines a function "RangeHighs" that calculates the highest price of a financial instrument within a specified time range (start and end time). The time range is defined by 4 input parameters (hour and minute of start and end time). The highest price is found using the "CopyHigh" function and stored in an array, from which the maximum value is returned.
Get commission of an active position in mt5 , its easy to use function.
US: This is a very simple code regarding an information panel. It doesn't use external files or anything like that! simply copy and paste it into your code the way the code was written. The dashboard displays; Active asset price Your position(Bought or sold) Maximum and minimum price of the asset Username open profit Balance PT-Br:Esse é um codigo bem simples a respeito de um painel de informações. Não utiliza arquivos externos ou algo do tipo! simplesmente, copie e cole no seu codigo da forma que o codigo foi escrito. O painel exibe; Ativo Preço do ativos Sua posição(Comprada ou vendida) Preço max e minimo do ativo Nome do usuario Lucro em aberto Saldo
This script counts the number of pending buy stop orders for each symbol and returns the value.
Explore the implementation of equity-based position closure in your trading bot, where positions are closed automatically when the equity reaches a certain percentage threshold.
This is a custom support and resistance indicator, signaling bouncebacks and key market levels.
The EA identifies discrepancies between theoretical and actual currency exchange rates to execute risk-minimized trading opportunities.
Aroon Up & Down MetaTrader göstergesi - uygulandığı grafiğin yerel üst ve alt kısımlarını tespit eden bu gösterge, döviz çiftleri alttan yükselip üstten düştüğünde alım ve satım sinyalleri sağlar. Gösterge çizgilerinin kesişmesi, karı almak veya minimum zararla çıkmak için iyi bir sinyal sağlar. Bu gösterge, haç üzerinde sesli ve e-posta uyarıları gönderebilir. Hem MT4 hem de MT5 versiyonlarında mevcuttur.
Basing Candlesticks MetaTrader göstergesi - grafikteki temel mumları algılayan ve işaretleyen otomatik bir göstergedir. Temel mum, gövde uzunluğu yüksek-düşük aralığının %50'sinden az olan bir mumdur. Gösterge, doğrudan platformun ana grafiğinde histogram çizgilerini (MT4'te) veya özel mumları (MT5'te) kullanarak temel mumları vurgular. Yüzde kriteri giriş parametreleri aracılığıyla değiştirilebilir. Yeni bir temel mum göründüğünde uyarıları da açabilirsiniz.
BB MACD MetaTrader göstergesi - trend değişim noktalarının tespit edilmesine ve mevcut trendin gücünün ölçülmesine yardımcı olan temel bir MACD (Moving Average Convergence Divergence) gösterge varyasyonudur. Gösterge, grafikteki ayrı pencerede çizilir ve iki çizgi (mavi ve kırmızı) ile yeşil veya macenta olabilen noktalardan oluşur. Noktaların renginin değişmesi iyi bir sinyal sağlayıcıdır, iki çizgi arasındaki boşluğun genişliği ise mevcut trendin gücünü gösterir. Bu gösterge MT4 ve MT5 için kullanılabilir.
Yuvarlak Seviyeler MetaTrader göstergesi - yapılandırmanıza bağlı olarak yakınlarındaki yuvarlak seviyeleri ve bölgeleri görüntüleyebilen bir MT4 / MT5 göstergesi. Doğal psikolojik destek ve direnç bölgelerini takas etmek faydalı olabilir. Fiyat destek veya direnç bölgesinde olduğunda da uyarılar verebilir.
Tek bir sembolün uzun ve kısa takaslarını izlemek için basit bir yardımcı program. Aracı kurumunuzun swapları hesap para birimi yerine puan olarak belirtilmişse, bu yardımcı program puanları otomatik olarak hesap para birimine dönüştürür. Takaslar Çarşamba günü üçe katlanır. Yatay ve dikey hizalama girdilerde ayarlanabilir.
An automated Expert Advisor that implements a popular MACD-based strategy as seen in a viral YouTube video with over 3.5 million views. Combines MACD crossovers, trend filtering with the 200 MA, and support/resistance detection.
The Pivot levels indicator, the Pivot sublevels and the Camarilla levels drawing the indicator buffers and the horizontal lines
The oscillator that displays strengths of Buyers (Bulls) and Sellers (Bears) separately.
The robot opens two positions, profits of which overlap each other, and waits for a profit.
The Expert Advisor checks the direction in which the price has been moving for the last 10 seconds, and opens a position in accordance with the movement. The EA sets Stop Loss and Take Profit.
I want to share with you this story. When I started trading, I learnt the scalping strategy in a volatile market. I really loved scalping especially when I see the price is moving fast. However, scalping for a long period of time is exhausting to me especially in a volatile market; volatile market requires fast analysis, actions and reactions; that is why I always reach a point that I loss concentration, focus and I start making those really stupid mistakes. That is why I created this indicator that helped me to automatically identify these potential entries (based on the formation of candlesticks) instead of doing all the work myself. I know there are plenty of Metatraders who also suffer from this and that is why I would like to share this indicator with you, hopefully it will be beneficial. Do not forget to send you comments as well as rate these scripts. Happy trading!
Çoklu para birimi göstergeleri oluşturmak için "Kontrol paneli MCM" çoklu para birimi modu kontrol panelini kullanma örneği. Örnek olarak "Dolar Endeksi" çoklu para birimi göstergesi seçilmiştir.
CVHFOnArray class is designed for calculation of Vertical Horizontal Filter (VHF) values on indicator buffers.