Alım-satım robotlarını ücretsiz olarak nasıl indirebileceğinizi izleyin
Bizi Facebook üzerinde bulun!
Fan sayfamıza katılın
MetaTrader 5 terminalinizden Kod Tabanına erişin
Doğru kodu bulamadınız mı? Freelance bölümünden sipariş edin
Bir Uzman Danışman veya gösterge nasıl yazılır?

Kullanıcı derecelendirmelerine göre en iyi MQL4 ve MQL5 kaynak kodları - 187

Kod ekle

The Leading Indicator was created by John Ehlers (Cybernetic Analysis For Stocks And Futures pg 235)

3 fibo levels.

Recursive Moving Average calls itself a number of times in order to reach the appropriate smoothing. For instance DEMA and TEMA indicators are recursive exponential moving averages. The goal is to remove the loop limit while still running fast. In addition a trigger line provides the trading signal.

This EA started off as a job to trail equity. I then added the function of managing individual trades. Thereafter I added the facility of manually putting the price of when it can send a grid of pending order's. This EA does not have condition set in it to open trades. You have to determine that if market moves to an area you believe you would open a grid of orders if you were by your computer watching the market. No what this EA helps is you wake up in the morning you see the area you a grid to open. PUT THE PRICE FOR THE EA TO OPEN A GRID OF PENDING ORDERS. If the market reaches the area price you have set. The EA will send the grid and will manage those trades putting Stop Loss (if you set it) trailing(if you set it). Today 13 Sep 2022 the EA generates has NO ERROR when compiled

SymbolInfo example script lacks margin and leverage data wich are nowhere to be found explicitely in Metatrader, the trader must search thoroughly into the broker site in order to find them. The aim of this script is to provide a remedy to it from a standard tool.

he script estimates the bar's High-Low-Close, based on the stream similarity.

This is a simple EA test code I made for adapting Candlepatterns.mqh

This Function will retrieve the Assets next Opening Time and Closing Times, either following the current time or following a given time.

Volatility/volume indicator based on price deviations anomaly.

Add High and Low lines based on number of previous bars defined in input field

The color indicator shows in a separate window the moment if the intersection of two iMA (MOving Average, MA) was on the current bar

After the three average lines are arranged completely according to high and low, it can be regarded as a trend formation. After the pattern is destroyed, the hatching is no longer drawn Under the condition of no hatching, it is regarded as an indeterminate period

Hann filter

The utility will display the high, low, open, close and time statistics for any user selected bar of any timeframe for the symbol of the chart the utility resides on.

cycle timeframes using hotkeys 'N','M' prev,next timeframe

Set Trailing Stop only when profit

Building good trading habits by seeing things in terms of percentage not in terms of money.

Short description.

cycles though market watch symbols, using hotkeys Comma and Period for prev/next symbol in market watch list

Adds the ability to automatically export the transaction history after running the Expert in the strategy Tester.

Draws an equidistant channel to detect rectangular consolidation pattern on chart

hotkeys 1-9 numbers on keyboard but not on number-pad to change timeframes 1=m1 2=m5 3=m15 4=m30 5=h1 6=h4 7=d1 8=w1 9=mn

Study of the dependencies of two iMA (Moving Average, MA)

Single Currency or Manual orders Closing or deleting sections are very easy to understand but if you have a question you leave it at comment section. The code check for Comment to detect the Orders to close or delete for multi currencies EA in case the input EAComment is empty It will close according to type of close. It supports prefix or suffix of EA Comment. Many options can be added if you are interested on developping it more you can leave your suggestion on comment section.

Select Timeframe to draw Bobokus Fibonacci and add any custom fibonacci levels you want

Trading strategy for the custom indicator 'CHO Smoothed EA'

Utility for copying transactions from one MT5 account or MT4 account to another MT5 account.

CloseAll script complying FIFO rules.

from the logistic regression Article, I welcome all the thoughts on how we can build multiple dynamic Logistic Regression

Calculates Brokerage, Commission or Slippage based on the Input on the strategy Tester

Use protect profit after open position

Currency Strength Meter for MetaTrader 5 with configurable timeframe parameter, It was converted from "Currency Strength Giraia 28 pairs TRO MODIFIED" MetaTrader 4 version

The script (not an Expert Advisor) sets and moves the Stop Loss for all positions on the current symbol to the specified price

pips in time

A series of indicators 'Four Colors'. Signals are now 'Arrow' in the main window

Use the intersection of two moving average lines to draw a vertical line.Then You can simply read the current market pattern

A simple indicator that tries to assess autocorrelation in price series.

Show trade history

For MT5, When Press the Button, it will delete all STOP LOSS and TAKE PROFIT applied to Current Open Market positions. For All Symbols. The panel is based on the CDialog class, works for all symbols

1...180181182183184185186187188