- Search Metals Mine
- eess replied Mar 21, 2022
Simple utility tools should be simple for a beginner, but conversion of indicators from MT4 to MT5 is not easy, I would say at least intermediate to advanced level then can do it, and it is time-consuming because you got to look through the code to ...
My Room 5 - MT5 Indicator
- eess replied Mar 20, 2022
Try start with simple and easy small steps, I give you an example, the exercises in the youtube link here for C++ is extremely simple. I'm sure anyone with zero programming background can follow through and get the basics and you will surely not ...
My Room 5 - MT5 Indicator
- eess replied Mar 17, 2022
Mntiwana listed some useful resources for people with already some programming background in C/C++/Java etc: url I also happen to come from an extensive programming background in various platforms and languages, in fact had been a professional ...
My Room 5 - MT5 Indicator
- eess replied Mar 16, 2022
My interest is more on MT5, because the latest interesting developments and research on MQL5/4 website and articles are all focused on MT5, but given that there are many mql4 programmers around in this forum, in fact much more than those who do ...
My Room 5 - MT5 Indicator
- eess replied Mar 11, 2022
There isn't really one that I have seen that provides exactly the same interface as that of CTrader, but the following can help you in calculating your risk: url OR url
I will code your EAs and Indicators for no charge
- eess replied Mar 9, 2022
I manage to find a way to save the resource into a file so that the resource can still retrieved after MT5 is restarted. However, when resource is saved into file, since it is never deleted, the files will take up space in your hard disk. So ...
My Room 5 - MT5 Indicator
- eess replied Mar 9, 2022
Whenever MT4/5 is restarted, the resources created by my script were auto-deleted by Metatrader, it is not deleted by my script, unfortunately I cannot change Metatrader behaviour. If you want them to be retained on charts when MT4/5 is restarted, ...
My Room 5 - MT5 Indicator
- eess replied Mar 9, 2022
v2.42 esDrawingToolBox - Fix Bug when the indicator is placed on more than 1 chart and MT5 is restarted - Implement Shortcut key to apply current color selected in color picker to selected objects (HOLD+CLICK) Note: Need to assign the key in input ...
My Room 5 - MT5 Indicator
- eess replied Mar 8, 2022
Just let you know I read everything you wrote in that "Stop&Reverse" thread
Just that I don't have things I can contribute, so never participate, but I continue to read with keen interest.I will code your EAs and Indicators for no charge
- eess replied Mar 4, 2022
Try searching through this thread: https://forex-station.com/viewtopic.php?t=8436028
I will code your EAs and Indicators for no charge
- eess replied Mar 4, 2022
v1.00 Sticky Notes Script(MT5 and MT4) - Auto word wrap - Able to drag the note around the chart - Able to add new line character <space>\n<space> - Put in MQL\Scripts folder Pls click on animated gif to see animation on how to use.
My Room 5 - MT5 Indicator
- eess replied Mar 3, 2022
Not possible, max 63 characters
I will code your EAs and Indicators for no charge
- eess replied Mar 2, 2022
If you want to try out real time synchronization, I found this free one, but I don't use it, so I don't know how well it works, the author has both MT4 and 5 for this. url
[MT4] Changing the visible timeframes of multiple objects?
- eess replied Mar 2, 2022
v2.40 esDrawingToolBox - Solve Bug: When this indicator is placed on more than one chart, objects in another chart were sometimes deleted. - Solve Bug: When this indicator is placed on more than one chart and MT5 is restarted, the second instance of ...
My Room 5 - MT5 Indicator
- eess replied Mar 1, 2022
v1.22 Session Box Update - Fix Bug: When session has not ended, the last 2 candles before session ended was not taken into account for High and Low of session.
My Room 5 - MT5 Indicator
- eess replied Mar 1, 2022
21:50 cannot be the first candle of the day, it's probably the last candle of yesterday. My indicator requires the session box timing to span across the same day, not across two different days. If you require it to span across two different days, ...
My Room 5 - MT5 Indicator
- eess replied Mar 1, 2022
Oh this...I forgot to remove this input parameter, you can just ignore it in this release. Initially I have developed one more type of object called the "Alpha Transparency Rectangle", but it is very complex because it is a custom object that is not ...
My Room 5 - MT5 Indicator
- eess replied Mar 1, 2022
Where is alpha transparency shown? I never release that feature out. Can you show me picture what you mean?
My Room 5 - MT5 Indicator
- eess replied Mar 1, 2022
v2.30 esDrawingToolBox (Major Upgrade) 1) Implementation of Minimalist mode - You can assign shortcut keys to all the functions of the ToolBox in the input parameters. The most critical to assign is the shortcut key for changing the color. I ...
My Room 5 - MT5 Indicator
- eess replied Feb 28, 2022
v1.21 Session Box Update (Those who downloaded v1.20 earlier just now, pls use this updated version instead) - Fix Bug: When session has not ended, high and low of box is not dynamically updating. Note: The first candle of the day for different ...
My Room 5 - MT5 Indicator