description:display interactive html graph of the account balance inside the web browser.the included template html file uses the highcharts javascript library fromhighcharts makes...
the script exports summary of closed trades selected between two dates grouped by each currency pair. the resulting file is csv that can be opened/imported with any spreadsheet sof...
here is the code if you directly wants to copy ,if you have downloaded the code from the above you need to set the chart in 5 min mode but in case you want to drag and drop , then ...
the script downloads the historical quotes data of a single timeframe for all symbols in the market watch. this is convenient to conduct more backtesting on a single timeframe that...
the script exports summary of closed trades selected between two dates grouped by each trading day. the resulting file is csv that can be opened/imported with any spreadsheet softw...
you can send pending order on closed market between starttime and endtime at specific minumum and maximum price.you can also use it on open market to setup time and price of your c...
the script selects all open orders of the symbol and can modify stoploss or takeprofit or both at the desired level (price). if the input parameters are left to zero , the stop or ...
this ea has 3 very interesting functions:1. it can detect trades and its modifications in the account, made by other eas or made manually.2. once trades are detected, it can transm...
i know you're not going to read everything so i'm saying this at the start : it's a script ! so it goes to the script folder so this is it, the following code is based on the follo...
usually when we close all trades, it is always from the last trades to the first one. therefore, there will be positive and negative trades jumble up your closing trades history. i...
the script is best use to clean up all drawings(horizontal line, vertical line, arrows etc) on current chart.please feel free to modify based on your needs.recommendations:create k...
- mark historical trades from your own mt4 account.- mark historical trades from another account. (load csv file).- save historical data to share.- time filter- order type filter- ...
definition : before we start, it is important to define the anti-martingale system. it is a system that allow you to increase the size of your position as the trade moves in your f...
definition : before we start, it is important to define the martingale system. it is a system that allow you to increase the size of your position as the trade moves against you or...
introduction are you tired and lost when it comes to creating an attractive market watch list ? you don't know from where to start ? you always see pro traders creating an attracti...
introduction: most traders keep losing money because they focus on money rather than planning their trades based on percentage risk. for example, you might afford to risk $300 of y...
introduction :have you notice that the market really moves on some days while it barely moves on other days ? let's not forget that when the market really moves we can actually mak...
introduction :have you notice that the market really moves during a specific time of the day ? let's not forget that when the market really moves we can actually make some decent p...
introduction :for day traders. 2 highly important indicators to turn strategies into extreme winning ones. the win/loss ratio and the reward/risk ratio will allow us to identify th...
introduction : the 8 effective steps to build a robust day trading plan using fibonacci retracement will help us use fibonacci to locate potential entry points.having a trading pla...
introduction : this script was developed in order to help us detect if a chart is actually trending or going nowhere.this script will highlights all swing highs and all swing lowsw...
how do traders manage their trades?a common approach is where price reaches profits = the stop loss size, you move the sl to entry price and let the it ride to tp.while this is a g...
put the code in the scripts directory.from the main menu-> tools-> options, tab expert advisors, add the following address in the allow urls section:in the code, customize th...
a friend asked a question, which became an excuse for me to play some memory with the math lessons of years ago! 😊 (then say what is the use of high school arithmetic and geometry;...
introduction : the breakout strength meter is a trading tool that is used to identify which currencies are the strongest to breakout, and which currencies are the weakest to breako...
introduction : the currency strength meter is a trading tool that is used to identify trending and consolidating markets based on the percentage rate of change in price from one pe...
introduction : most newbies and immature traders keep losing money because they don't know how important to calculate and see things in terms of percentage. seeing in terms of perc...
this custom function will help to get round time for any given timeframe and time.code :-inputs required : 1.) time to be rounded.2.) timeframe according to which you want time to ...
custom function to get comma separated things from string.this custom function will require a integer input1.) if you give -1 then it will give you number of things in string.2.) i...
the story behind this trading tool: most traders lose and this is a fact. there are lot of reasons behind their losses, but the main reason in my opinion is that they can't control...
it can download data once and be removed or run in the background and update each 1-5-10 minutes (but it's not recommended, when switching charts the script will get removed).32912...
the purpose of this interactive script is to display into one place all market and symbol informations taken from marketinfo and symbol info, such as margin and leverage. this way ...
the script is best use to clean up all drawings ( delete all object, comment, horizontal line, vertical line, arrows etc) on current chart. please feel free to modify based on your...
this code will basically write some value of prices in a file.this is usually helpful when you want to create a local trade copier using file based approach.it can also be used to ...
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 ...
this is an ea based on bollinger band crossover with prices.this also demonstrates how to ensure that lot size being used in within the limits set by a broker...
exports the transaction history of the current trading account.the file is saved in the terminal folder mql4/filesor in common folder for terminals common/files.the file name is ge...
this simple, quick & dirty script code will output a csv file of all the signals' properties as reported by the functionality. with the resulting csv file opened as a spreadshe...
this script is the example of using function linenotify that use to send message to line app via line notify servicewatch some more examples on how to implement this function and h...