Pon "Me gusta" y sigue las noticias
The indicator marks the current chart with red/blue arrows to signal a possibility for buy/sell.
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.
Adds the ability to automatically export the transaction history after running the Expert in the strategy Tester.
This is a simple code to draw triangle on chart connecting open and close of different candles.
This indicator draws coloured histograms to identify bullish and bearish bars.
it saves the current chart to default template , it just helps to do it faster than a manual save. you can assign a hotkey for it. it has no confirmation and immediately saves the template, if you want it to save to a template other than default just edit the code and replace "default.tpl" to any other name you want.
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.
This code helps beginners in MQL4, specially those migrating from C++ to perform some basic fie operation.
This is a simple script to chart the intermarket spread between 2 different futures or CFD contracts. The spread trading is a popular futures trading strategy and can be done using CFDs more easily as there is no formal expiry date.
Tipu MACD EA is a simple EA created to automate buy/sell orders based on the MACD indicator. You can automate entries and manage trades. This EA comes with many useful functions that can used to by anyone to create their own EA.
Converted Trend Direction Force Index v2 - TDFI [wm] from TradingView to MQL4
This is an EA to generate signals based on RSI signal crossing the upper level or lower level.
Only successfully tested on INSTAFOREX broker, InstaForex-Europe.com server 5 digits, pair EURGBP daily, leverage 1:1000, with free swap account.
On all MT4 market execution accounts (ECN, ECN Zero and Pro), preset stoploss/takeprofit price levels are not permitted. If a client wishes to specify stoploss/takeprofit values for an order, the client must modify the existing position after the order is opened. This EA helps a client effortlessly ensure that an on order is modified to desired stoploss/takeprofit values a short while after a trade position is opened This is especially helpful for scalpers who want to avoid the trouble of manually editing trade properties every-time a position is taken on a financial instrument. EA by Maduagwuna E.I
Hi, so I just made a little code here that will help out a lot of coders that hate doing this (I count myself in it haha). It's made to calculate the lot size of a position based on the risk input and the account size+currency.
This EA demonstrates placing orders, modify orders and then closing orders after a fixed interval.