Settings and activity

8 results found

  1. 72 votes
    planned  ·  15 comments  ·  VectorVest 7 » Graphs  ·  Admin →
    How important is this to you?
    An error occurred while saving the comment
    Xavier Vetticappallil commented  · 

    VV7 needs to add keyboard shortcut and hotkey all over the place.

    Trying to sell a position, I don't even see the normal behaviour of a list box where I can just type the first letter of the symbol I want to select.

    It is impossible to operate VV7 without a mouse.

  2. 55 votes
    How important is this to you?
    An error occurred while saving the comment
    Xavier Vetticappallil commented  · 

    param($stockCount, $action)
    if ($action -eq $null)
    {
    write "Specify the stockcount and the Action: VV6.ps1 4 buy"
    }


    $wshell = new-object -com wscript.shell
    Start-Sleep -m 100

    $excelApp = "Microsoft Excel"
    $vvApp = "VV U.S."

    function TypeWithDelay
    {
    param([string]$process, [string]$key)
    $wshell.AppActivate($process)
    Start-Sleep -m 100

    $wshell.sendkeys($key)
    Start-Sleep -m 100
    }

    # Start-Sleep -m 100
    for ( $i = 0; $i -le $stockCount-1; $i+=1 )
    {
    # Copy the symbol
    TypeWithDelay $excelApp "{TAB}"
    TypeWithDelay $excelApp "^c"

    if($action.StartsWith("se"))
    {
    if ($i -gt 0 )
    {
    TypeWithDelay $vvApp "{DOWN}"
    }
    }
    else
    {
    #TypeWithDelay $vvApp "{TAB}"
    TypeWithDelay $vvApp "^v"
    }

    #Copy the quantity
    TypeWithDelay $excelApp "{TAB}"
    TypeWithDelay $excelApp "^c"
    TypeWithDelay $vvApp "{TAB 4}"
    TypeWithDelay $vvApp "^v"

    #Copy the Price
    TypeWithDelay $excelApp "{TAB}"
    TypeWithDelay $excelApp "^c"
    TypeWithDelay $vvApp "{TAB}"
    TypeWithDelay $vvApp "^v"

    #Copy the commission
    TypeWithDelay $excelApp "{TAB}"
    TypeWithDelay $excelApp "^c"
    TypeWithDelay $vvApp "{TAB 2}"
    TypeWithDelay $vvApp "^v"

    if($i -eq 0)
    {
    TypeWithDelay $vvApp "{TAB 7}"
    TypeWithDelay $vvApp "{ENTER}"
    TypeWithDelay $vvApp "{TAB 2}"
    }
    else
    {
    TypeWithDelay $vvApp "{TAB 8}"
    TypeWithDelay $vvApp "{ENTER}"
    #TypeWithDelay $vvApp "{TAB}"
    }

    TypeWithDelay $excelApp "{DOWN}{HOME}"
    }

    TypeWithDelay $vvApp "{ENTER}"

    An error occurred while saving the comment
    Xavier Vetticappallil commented  · 

    Here is a powershell script that helps with data entry
    if you use IB just copy the buy trades from the trades windows and past in MS excel
    The cells should be filled as
    + HRZ 3,136 0.863 7.29

    which is
    (empty) symbol quantity price commission

    An error occurred while saving the comment
    Xavier Vetticappallil commented  · 

    I am tired of wasting half my life (exaggerate :-) ) manually entering position into VV7 and VV6. I have to use VV6 because trailing stop loss is broken in VV7. With manual entry there are mistakes.

    Can we please get an import feature?

    Xavier Vetticappallil supported this idea  · 
  3. 63 votes
    How important is this to you?
    An error occurred while saving the comment
    Xavier Vetticappallil commented  · 

    Real pain on the iPhone to re-enter PWD.

  4. 39 votes
    How important is this to you?
    An error occurred while saving the comment
    Xavier Vetticappallil commented  · 

    Need this feature.

  5. 22 votes
    How important is this to you?
    An error occurred while saving the comment
    Xavier Vetticappallil commented  · 

    BSR should avoid ETF

  6. 72 votes
    How important is this to you?
    Xavier Vetticappallil supported this idea  · 
    An error occurred while saving the comment
    Xavier Vetticappallil commented  · 

    I agreed, where is ENRON! I back test 10 years and i see very good results in the first 3 years because I did not buy companies that died!.

  7. 20 votes
    How important is this to you?
    Xavier Vetticappallil supported this idea  · 
  8. 1 vote
    0 comments  ·  VectorVest 7 » General  ·  Admin →
    How important is this to you?
    Xavier Vetticappallil shared this idea  ·