Please visit our sponsors

Rolclub does not endorse ads. Please see our disclaimer.
Results 1 to 1 of 1
  1. #1
    Senior Member
    Join Date
    Oct 2015
    Posts
    149
    Feedback Score
    0
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default VTL MAIL STATUS – Vertex FX Indicator Expert Advisor

    The VTL Mail Status is a simple client side script that publishes the account information and the status of the open positions and pending orders to the e-mail recipient. This script is useful when the user needs to monitor the account status remotely.
    The script uses SMTP e-mail protocol and the CDO framework for composing and sending e-mail messages. The e-mail configuration must be properly configured. Please refer to your e-mail provider reference help on how to find the correct settings of your STMP e-mail provider.

    The script publishes the following account summary information - if PUBLISH_ACCOUNT_INFO is set to True.
    1) Account Name and Number.
    2) Account Balance.
    3) Account Equity.
    4) Account Profit.
    5) Account Margin (used).

    The script publishes the following position summary information - if PUBLISH_POSITIONS is set to True.
    1) Number of Open positions.
    2) Ticket.
    3) Symbol.
    4) Position Type - BUY or SELL
    5) Lots.
    6) Entry Price, Stop Loss and Take Profit.
    7) Open P/L of the position.
    8) Current Bid and Ask of the symbol.

    The script publishes the following order summary information - if PUBLISH_ORDERS is set to True.
    1) Number of pending orders.
    2) Ticket.
    3) Symbol.
    4) Order Type - BUYLIMIT, BUYSTOP, SELLLIMIT, SELLSTOP.
    5) Lots.
    6) Entry Price, Stop Loss and Take Profit.
    7) Current Bid and Ask of the symbol.
    Attached Images Attached Images
    Attached Files Attached Files

  2. Sponsored Links
  3. Sponsored Links

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Share |