
Here is the link to the original topic as there is some useful information there, but it won't be updated anymore:
http://www.itradeaims.net/forum/viewtop ... f=56&t=940
You may need the Microsoft Visual C++ 2008 Redistributable Package installed on your PC if you don't have it. Or maybe you have it but it is corrupted or something:
http://www.microsoft.com/en-us/download ... aspx?id=29
Make sure your Options look like the dialog below, otherwise EasyOrder won't work! (Tools/Options)
To use the scripts you need to either select a Buy Stop or a Sell Stop as you would have done previously using the Easy Order box, you will then get the two lines. The blue line is the entry line, the red line is the stop loss.
If you entered a Buy Stop or Sell Stop then you can run the "##MoveLinesToLastFrac" script and that will move the lines to the latest fractal high and low. If you want to place a PO on an inside bar then you can run the "#MoveLinesToLastIB" and that will move the lines to last inside bar. If you want the to place a PO on the last bar then you can run the "#MoveLinesToLastBar" script and that will place the lines at the last bar. When you run the scripts you will see a pop up box asking how many pips above and below the fractal or last bar that you want to place the order. By default this is set to 1.5 pips above and 1 pip below, but you can change it to what you want.
I have set up a hot key for each of the scripts so it is very fast to move the lines and set the PO's to where you want them. To use a hotkey open up the MT4 Navigator in your MT4 Terminal and right click on the script. A menu will appear and one of the options will be Set Hotkey, click on it. Then you will see a dialog with all of the scripts that you have loaded, so find the #MoveSLToNewSLLine script and select a control (Alt or Ctrl) and a number or letter. I use "Alt 5" myself as I have 5 scripts I use regularly. Press close and you are done! To use the script you press the two keys (e.g. Alt 5) and the script will run. Using hotkeys is an extremely quick way of running scripts so it is well worth spending 30 seconds setting them up.
Once the lines are where you want them press 'Submit' on the Easy Order window and the PO's will be submitted. If the risk is set to 1 percent then it will submit 2 orders of 0.5% each. If you don't want 2 orders then you can amend the code yourself, there are only 2 lines that need to be removed.
Make sure you put all of the scripts in the MQL4/scripts folder and the dll in the MQL4/libraries folder.
The source is open so change whatever you like to make life easier!