Quote:
|
Originally Posted by hitman
ok i will wait you ................becouse i can not read russian  ..............so i will wait until you find the script or ea............
thanks for your help 
|
I found it.
It is the script here
http://codebase.mql4.com/ru/219
Download this script
http://codebase.mql4.com/ru/download/1121
(mql4 file to download)
Source code posted in this page
http://codebase.mql4.com/ru/source/1121
Code:
Instruction for installation:
1. Open script in MetaEditor and set your desirable default settings.
Default settings in the script are started and finished
by this line //+--------------------------+
2. In Metarader: go to Tools, Options, Expert Advosirs
and select "Allow external experts import".
3. Move script to the chart by mouse just near the order
which you want to modify.
4. Move all the lines to the necessary levels:
- Open_Price_Line (white color by default) -
price to open the order (for pending orders only);
- Stop_Loss_Line (red color) - stop loss level;
- Take_Profit_Line (green color) - take profit level;
- Expiration_Line (yellow) - for pending orders only.
To remove stop loss, take profit, expiration date
so just delete the lines on the chart (by mouse).
Move the lines by mouse on the chart to modify the order.
I tried it long time ago and it works.