search for: sigval

Displaying 7 results from an estimated 7 matches for "sigval".

Did you mean: signal
2019 Nov 06
4
Possible Font problem with CentOS 7
Hi, I've got a possible font problem with a fully updated CentOS 7 system. An example with the man command. #man kill Should return the following KILL(1) User Commands KILL(1) NAME kill - terminate a process SYNOPSIS kill [-s signal|-p] [-q sigval] [-a] [--] pid... kill -l [signal] but what I actually get is the following KILL(1) User Commands KILL(1) kill - terminate a process [ signal| ] [ sigval] [ ] [ ] pid... [signal] Notice the missing text. If I select the tex...
2011 Nov 15
0
Quantstrat; error with applyStrategy()
...eshold=-5, relationship="lte"), label="roc.lte" ) # long enter stratROC <- add.rule( stratROC, name='ruleSignal', arguments = list(sigcol="roc.gte", sigval=TRUE, orderqty=1, ordertype='market', orderside='long', pricemethod='market', TxnFees=-2), type='enter', path.dep=TRUE ) # long exit stratROC <- add.rule( stratROC, name='ruleS...
2012 Jul 24
1
quantstrat questions
...dify the rules below to enter when ma50 greater than both ma160 and ma200 and exit when ma50 is below both ma160 and ma200? #Add rules to a strategy stratName <- add.rule(strategy = stratName,name='ruleSignal', arguments = list(sigcol="maFast.gt.maSlow",sigval=TRUE, orderqty=100, ordertype='market', orderside='long'),type='enter') stratName <- add.rule(strategy = stratName,name='ruleSignal', arguments = list(sigcol="maFast.lt.maSlow",sigval=TRUE, orderqty='all', ordertype='market...
2019 Nov 06
0
Possible Font problem with CentOS 7
...7 system. > > An example with the man command. > > #man kill > > Should return the following > > KILL(1) User Commands KILL(1) > > NAME > kill - terminate a process > > SYNOPSIS > kill [-s signal|-p] [-q sigval] [-a] [--] pid... > kill -l [signal] > > > but what I actually get is the following > > KILL(1) User Commands KILL(1) > > > kill - terminate a process > > > [ signal| ] [ sigval] [ ] [ ] pid... &gt...
2019 Nov 06
0
Possible Font problem with CentOS 7
...7 system. > > An example with the man command. > > #man kill > > Should return the following > > KILL(1) User Commands KILL(1) > > NAME > kill - terminate a process > > SYNOPSIS > kill [-s signal|-p] [-q sigval] [-a] [--] pid... > kill -l [signal] > > > but what I actually get is the following > > KILL(1) User Commands KILL(1) > > > kill - terminate a process > > > [ signal| ] [ sigval] [ ] [ ] pid... &gt...
2011 Aug 31
0
QUANSTRAT: error with applySignal
...ame="sigThreshold" ,arguments=list(data=IEF , columns="RSI21",threshold=40,relationship="lt",cross=TRUE ),label="sortie" ) # on deifinit les regles s=add.rule(s,name="ruleSignal",arguments=list(sigcol="entre" ,sigval=TRUE, orderqty=10 , ordertype="market" , orderside=NULL),type="enter") s=add.rule(s,name="ruleSignal",arguments=list(sigcol="sortie" ,sigval=TRUE, orderqty="all" , ordertype="market" , orderside=NULL),type="exit" )...
2019 Oct 31
37
[Bug 3085] New: seccomp issue after upgrading openssl
https://bugzilla.mindrot.org/show_bug.cgi?id=3085 Bug ID: 3085 Summary: seccomp issue after upgrading openssl Product: Portable OpenSSH Version: 8.1p1 Hardware: Other OS: Linux Status: NEW Severity: critical Priority: P5 Component: sshd Assignee: unassigned-bugs at mindrot.org