Settings and activity
8 results found
-
70 votes
An error occurred while saving the comment -
54 votes
An error occurred while saving the comment Xavier Vetticappallil commentedparam($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 commentedHere 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.29which is
(empty) symbol quantity price commissionAn error occurred while saving the comment Xavier Vetticappallil commentedI 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 · -
62 votes
An error occurred while saving the comment Xavier Vetticappallil commentedReal pain on the iPhone to re-enter PWD.
-
39 votes
An error occurred while saving the comment Xavier Vetticappallil commentedNeed this feature.
-
22 votes
An error occurred while saving the comment Xavier Vetticappallil commentedBSR should avoid ETF
-
72 votesXavier Vetticappallil supported this idea ·
An error occurred while saving the comment Xavier Vetticappallil commentedI 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!.
-
20 votesXavier Vetticappallil supported this idea ·
-
1 voteXavier Vetticappallil shared this idea ·
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.