Pon "Me gusta" y sigue las noticias
When you scalp manually, a simple EA could be an assistant to set StopLoss / TakeProfit for each trade you open.
"X Man" EA uses Equity Stop from total Equity, you can use it as hedging grid EA or a single trade EA.
This scalping EA demonstrates the use of a Virtual Pending order class library to simulate pending orders.
I started to create a simple trading panel to switch between pairs and timeframes. and next version, I will add trading features and manage orders.
This code extracts tick data from the broker's server and refreshes the 28 charts of the 8 commonly traded currencies in MT4.
This EA doesn't need any indicator, just moving price action is necessary to operate.
This Expert Advisor based on Relative Strenght Index, Commodity Channel Index and Moving Averages MT4 Indicator for Signal. Please test in Demo Account first. Regards.
Detecting the start of a new bar or candle, in the OnTick() event handler of an expert advisor.
El experto abre una operación al cerrarse una vela con el precio de ruptura indicado. Elaboración definitiva hasta el terminal gráfico. Pero necesito ayuda para finalizar la elaboración definitiva.
Un asesor sencillo. Juega en la dirección opuesta sobre la diferencia señalada entre Bid y MA. Es bastante arriesgado, pero tiene sus cosas positivas.
Fibonacci PRO ⭐️⭐️⭐️⭐️⭐️ You want to become a constantly profitable 5-star forex trader? ⭐️⭐️⭐️⭐️⭐️ FIBONACCI PRO is a professional expert for trading according to the Fibonacci Retracement method. 1. MANUAL_CONFIRMATION - manual confirmation of transactions; 2. FIBO_CLOSE_PRICE - FIBO calculation at closing prices; 3. RSI_FILTER - input filter by modified RSI; 4. ATR_FILTER - ATR input filter. 5. ZIG ZAG
This EA, Ask you to Put price, whatever price you put, in "ZEN" field, you will get that price on all open orders either SL or TP value, that would help to close all orders at one price, and you can close all bulk orders in one shot. (works very well with large balance - i suggest cent / micro account for newbees. to be able to place large closure of orders. Openin random orders manually with ongoing trend is suitable for large order accounts.
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.
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.
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.