Unusual file formats in your everyday papers management and editing processes can create instant confusion over how to edit them. You might need more than pre-installed computer software for effective and quick document editing. If you want to add size in UOML or make any other simple change in your document, choose a document editor that has the features for you to work with ease. To deal with all the formats, including UOML, choosing an editor that actually works well with all types of documents is your best option.
Try DocHub for effective document management, regardless of your document’s format. It offers powerful online editing tools that streamline your papers management operations. You can easily create, edit, annotate, and share any papers, as all you need to gain access these characteristics is an internet connection and an active DocHub profile. Just one document solution is everything required. Do not waste time switching between various applications for different documents.
Enjoy the efficiency of working with an instrument created specifically to streamline papers processing. See how straightforward it is to modify any document, even when it is the first time you have worked with its format. Sign up a free account now and improve your entire working process.
In this video we want to find out how we can modify the size of an existing buy position, this one is reduced right now, you see that the position size is changing and we want to find out how to code that in mql4. To do that please click on the little button here or press F4 on your keyboard, now you should see the Metaeditor window and here you want to click on file, new, expert advisor from template, continue, I will call this file simple buy position modify, click on continue, continue and finish. Now you can delete everything above the on tick function and we also delete the two comment lines here. Inside of the on tick function we want to check if we have no open orders, that would be the case when the return value for the function orders total is below one and if that is the case we want to open a test position. You wouldnt do that on your real account but we need to open a position here so we have something that we can modify later on, so we use the order send function to open