Hi,
Here is a very helpful tool. You will not have to look at your trading platform every few minutes to check if isn`t time to move your stop loss to breakeven.
Luktom Visual Order Editor is an Expert Advisor for Meta Trader which manages your orders.
Functions:
-it closes a part of your position when price reaches defined level
-it moves SL to breakeven or another level if price reaches defined level
-one cancels another.
-trailing stop
Copy the file to Experts then compile, you will see it in Strategies. Click, then General/Enable Trading (every time you use it you must click Enable Trading), then Parameters:
Breakeven: if price reaches a level you want, LVOE will move SL to breakeven.
use_be – true - activates breakeven function,
be_offset - if you want to move SL to breakevent + few or several pips,
default_be_level
Close part: if you want to close a part of your position LVOE will do it.
use_cp - true – activates close part function,
cp_level – when price reaches this level LVOE will close the first part of your position
cp_closedlevel – when price reaches this level LVOE will close the second part of your position, the third … for pending orders you use these two: level and closedlevel. For market orders you use closedlevel only.
cp_lots – how many lots you want to close,
One cancels another:
use_cl – true – activates one cancels another
default_cl_level
Trailing stop:
right click on a SL line. You will see “#1234567 stop loss”, if you want a trailing stop with 20 pips add: ts=20 (without space), you will have “#1234567 stop loss ts=20”
if you want to delete TS, delete “ts=20”
delete_on_deinit – false - you will see the lines after changing a time frame.
If you want to change SL or another line click and move it.
Important - don`t use it in two windows with the same currency pair.
Test it on your demo account. I haven`t testet it on FxPro but I think you should add 0 to SL, BE, TS … because of quotation: FxPro has 1.42684 IVOA is programmed for 1.4268 - I think.
The second is an indicator, it is very helpful if you analyses your past tradings. This indicator marks every your position with a line - red(short), green (long) -from open to close price.
And an interesting lot size calculator.
These EA/indicators are copyrighted. Every member of this forum may copy, use and publish them for free, but if you publish them or if you use the cod or it`s fragments you should enclose this:
* This EA/indicator uses source code or it's fragments created by
* Łukasz Tomaszkiewicz (aka luktom)
* You can find original code on
*
http://luktom.biz/