私たちのファンページに参加してください
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.
This code can be used to read csv files and separate string based on a separator token.
Recursive Moving Average calls itself a number of times in order to reach the appropriate smoothing. For instance DEMA,TEMA and Rainbow 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 code is used to create static object on MT4 charts which will not move along with the chart when you scroll the chart.
Adaptive momentum oscillator idea from David Varadi.
MACDVersion2_ Mod is amodification of MACDVersion2 to show some additional information.