$0.00
In stock
LacusTStopandBE Expert Advisor is a handy VertexFX client-side script to manage open positions. This Expert Advisor is a powerful money management tool. It should be noted that this Expert Advisor does not open any trades.
(Downloads - 1989)
LacusTStopandBE Expert Advisor is a handy VertexFX client-side script to manage open positions. This Expert Advisor is a powerful money management tool. It should be noted that this Expert Advisor does not open any trades.
This Expert Advisor works in two modes – namely Stealth mode, and non-Stealth mode. In Stealth mode, (when STEALTH is set to TRUE), the take-profit, stop-loss, trailing and break-even stops are calculated and stored within the Expert Advisor. When the price touches these calculated values, the Expert Advisor automatically closes all the positions. The calculated values are not communicated to the broker server, and hence it provides an additional layer of privacy and security. However, in non-Stealth mode, the calculated values are updated to the server, and when the stop-loss or take-profit is hit, the server automatically closes the positions.
This Expert Advisor provides the following five features:
1. Initial Money Management – The initial stop-loss of each position is set to STOP_LOSS points and The initial take-profit of each position is set to TAKE_PROFIT points.
2. Breakeven Stop – When the open profit (in points) reaches the value specified by BREAKEVEN_GAIN, then the stop-loss is automatically set to a distance of BREAKEVEN points from the entry price.
3. Trailing Stop – When the open profit (in points) reaches the value specified by TRAILING_START, then the stop-loss is automatically set to distance of TRAILING_STOP points from the current price. From this point onwards the trailing stop trails the price by a distance of TRAILING_STOP points.
4. Profit Management for each Position – When the open profit of a position reaches the value specified by ORDER_PROFIT, that specific position is closed automatically.
5. Portfolio level Profit Management – When the open profit (in percentage) reaches the value specified by PERCENT_OF_BALANCE, then all open positions are closed automatically And When the open profit (in amount) reaches the value specified by PROFIT_AMOUNT, then all open positions are closed automatically.
Configurable Inputs
1. STOP_LOSS – The stop-loss value in points.
2. TAKE_PROFIT– The take-profit value in points.
3. PERCENT_OF_BALANCE–The profit amount in percentage which when reached closes all open positions.
4. PROFIT_AMOUNT – The profit amount in account currency of the overall account, which when reached closes all open positions.
5. ORDER_PROFIT – The profit amount in account currency of each open position, which when reached closes the open position.
6. TRAILING_START – The profit in number of points when the trailing stop is triggered.
7. TRAILING_STOP – The distance from the current price in points at which the trailing stop trails the current price.
8. BREAKEVEN_GAIN – The profit in number of points when the breakeven stop is triggered.
9. BREAKEVEN – The distance from the entry price in points where the breakeven stop-loss is placed.
10. STEALTH – Specifies whether the stop-loss and take-profit values are modified and sent to the broker server, or whether they should be tracked within the Expert Advisor. If TRUE then the calculated values of stop-loss and take-profit are sent to the broker sever, otherwise they are tracked within the Expert Advisor and hidden from the broker. If the take-profit or stop-loss is hit, then the position is closed.
Usage
- Download the attachment from vStore or directly from the vStore tab in your terminal by performing a right click on it and selecting Download & Install
- Copy it to your company VertexFX Local VTL Files folder i.e. C:ProgramDataVertexFX Client Terminals”Company name”VTL10Local VTL Scripts
- Restart your Client Terminal or Right Click on “Local VTL Scripts” Tree Node to find the script.
Additional information
Plugin-Type | Client VTL – Expert Advisor |
---|---|
Compatibility |
Reviews
There are no reviews yet.