- Search Metals Mine
- eess replied Apr 5, 2022
Maybe you take a look at this for reference: url Zoom in to this part of the code. OrderSend will create the buy/sell order without sl and tp. Then modify stop loss and tp in function SlTp(): int Buy_00000_Button (const string sparam) { double ...
I will code your EAs and Indicators for no charge
- eess replied Apr 5, 2022
OrderModify should work...something like this below, OrderOpenPrice() will give you the open price of the ticket.: OrderModify(OrderTicket(),OrderOpenPrice(),StopLossPrice,TakeProfitPrice,0,clrNONE)
I will code your EAs and Indicators for no charge
- eess replied Apr 5, 2022
I don't think an indicator property window popup can be disabled, but why would you want to do that?
Indicators with ON/OFF buttons
- eess replied Apr 5, 2022
I don't think there is mq5 for that, only the raw supertrend without mtf etc has mq5 on the mql5 website which you can search for it and then modify yourself.
I will code your EAs and Indicators for no charge
- eess replied Apr 5, 2022
esShowHideObjects (v1.00) (MT5 and MT4) - Able to Show/Hide selective types of objects defined in input parameter and assign shortcut key - This replaces the one on Post 1 which has been removed.
My Room 5 - MT5 Indicator
- eess replied Apr 1, 2022
Looks Great, I haven't use this tool for a very long time, glad that you managed to get it working, and looks like the indicator is also working well for you =)
I will code your EAs and Indicators for no charge
- eess replied Apr 1, 2022
This is another one which you can take a look using ZeroMQ, but in this case, MT5 is acting as server while python is the client. The previous one I posted in Post 4 has MT5 acting as Client while Python acting as server. url
Python for mql5 [How to do circle by new tick?]
- eess replied Mar 31, 2022
It's possible to write your own, if you have a need for it, using sockets to send messages whenever the events are triggered on the Metatrader. You would need to write a program on the MT5 side also so that your python program can communicate with ...
Python for mql5 [How to do circle by new tick?]
- eess replied Mar 31, 2022
Nothing much we can help since there is no information about your indicator, check with the author who wrote that indicator.
I will code your EAs and Indicators for no charge
- eess replied Mar 30, 2022
Maybe you can take a look at this: https://github.com/Joaopeuko/Mql5-Python-Integration/blob/master/examples_of_expert_advisor/example.py
Python for mql5 [How to do circle by new tick?]
- eess replied Mar 30, 2022
I came across this while browsing on mql5, thought it might be useful for you if one day you want to try to code a multicurrency EA for MT4: url Very nicely structured template code....
My Room 5 - MT5 Indicator
- eess replied Mar 30, 2022
Here's one which you can try.. url Generally, the calculation of price gaps should be quite straight forward, if you haven't met any that work well, it is best that you elaborate what the problems are, so that other people who know of something ...
I will code your EAs and Indicators for no charge
- eess replied Mar 30, 2022
The 3 types of lines you mentioned are locked in place to price-time coordinates so that they are always stuck to a specific price/time, and they need to behave this way, otherwise any support and resistance lines which one attempts to draw are ...
I will code your EAs and Indicators for no charge
- eess replied Mar 29, 2022
What's the meaning of lock-down? Trendlines, HLine, VLine, are anchored based on price-time coordinates, not X-Y coordinates, it's the way it works. Logically speaking, it is also the correct way they work, imagine if you draw a HLine at price ...
I will code your EAs and Indicators for no charge
- eess replied Mar 29, 2022
I believe you are talking about the indicators posted here: url Since the author didn't release the source code, it's not possible to get mq4.
I will code your EAs and Indicators for no charge
- eess replied Mar 26, 2022
It seems that you are using the ONE PIN, and it has many modes. You may not be using the correct BUFFER COMPARISON mode, I am however not familiar with it and it is best that you seek help in the other thread with people who are familiar with what ...
I will code your EAs and Indicators for no charge
- eess replied Mar 25, 2022
For everyone's info, it is subscription-based monthly fee, not one-time fee. And the cheapest monthly subscription has limitations. Well, the ease and convenience does come with a price, if want free, the only way is to do the hard work of learning ...
I will code your EAs and Indicators for no charge