Unisciti alla nostra fan page
Detecting the start of a new bar or candle, in the OnTick() event handler of an expert advisor.
Due to recent popularity of Multi currencies EA, This codes allows to Close Orders or delete Pending orders of a Multi Currencies EA, Single Currency EA or Manual orders.
This is an EA to generate signals based on RSI signal crossing the upper level or lower level.
This EA demonstrates placing orders, modify orders and then closing orders after a fixed interval.
This code can be used to read csv files and separate string based on a separator token.
This code base is a simple function to check if current time lies within two specified times.
This code can be used to find out whether the symbol is a binary option symbol or not.
This code base is a simple function to check if current time lies within two specified times. Many times it is required by the Ea to enter trades between two specific time of the day only. This code takes two inputs, one is the start time and second is the end time. The code will check if the current time is in between start time and end time and will return accordingly.
The code is used to demonstrate how one can create a button on the chart and assign a function to it. The code is used to delete all orders after clicking on the button. The deletion takes care of various scenarios and shows error messages.
This code is used to create static object on MT4 charts which will not move along with the chart when you scroll the chart.
It's an expert to open and close orders on specific day and time. Expert open and close orders only with the same symbol it attached.
L'Expert Advisor mostra i valori correnti degli Indici Azionari Mondiali di Google Finance utilizzando la funzione WebRequest.
L'Expert Advisor mostra le proprietà dei segnali,consente di modificare le impostazioni della copia del segnale e sottoscrivere o disiscrivere il segnale di trade selezionato.
Un modello di EA leggermente ottimizzato dell'articolo MetaEditor: modelli come punto di riferimento
L'Expert Advisor Moving Average utilizza per la generazione di segnali di trade una media mobile.
Viene mostrato com'è possibile aprire posizioni per 12 simboli disponibili e per 4 timeframes utilizzando solo un EA allegato ad un solo grafico.
Read news from forex factory website by web request
Have you ever wanted to add another trade only after the previous has been modified by either trailing stop or even break even , This code will help you to be able to implement that