Research
Security News
Quasar RAT Disguised as an npm Package for Detecting Vulnerabilities in Ethereum Smart Contracts
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
fsxtrader by Shanti A. Braford http://shanti.railsblog.com/
== DESCRIPTION:
== FEATURES/PROBLEMS:
== SYNOPSIS:
Fantasy Stock Exchange app on Facebook (by HedgeStop.com): http://apps.facebook.com/hedgestop/
As of this writing, the Fantasy Stock Exchange application on Facebook does not allow one to place stop-limit orders or otherwise automatically trigger a buy/sell or cover/short order based upon specified prices.
FSX Trader, when combined with a periodic cron job, can make these trades for you.
Simply configure your trades in the '~/.fsx_trader.yml' file and they will happen automatically whenever FSX Trader is run AND conditions for making a trade (as specified via the config file) have been met.
Note: fsxtrader of course depends upon the external HTML form variables of the FSX App and Facebook login page. If these variables have changed, fsxtrader be temporarily broken until the gem can be updated.
A programmatic API into FSX would be ideal, but is currently not yet offered by HedgeStop.
== REQUIREMENTS:
== INSTALL:
== SAMPLE CRON:
Note: market hours are 9:30 AM to 4:00 PM EST
The following cron job would run fsxtrader every ten minutes during the hours from 7 AM to 3PM (Sample West Coast config):
0-59/10 7-15 * * * fsxtrader
Every five minutes from 9 AM to 4 PM (Sample East Coast config):
0-59/5 9-16 * * * fsxtrader
If the above are giving you problems try doing a 'which fsxtrader' and using its full path in the cron job or try:
0-59/5 9-16 * * * which fsxtrader
>> /path/to/a/fsxlog.txt
== SAMPLE CONFIG:
auth: email: your_fb_email@gmail.com pass: your_fb_password trades:
buy_low_csco: CSCO <= 15 buy 20000
short_appl: AAPL >= 220 short 1700
goog: GOOG >= 500 sell 2000
cover_lend: LEND <= 1.75 cover 10000
== LICENSE:
(The MIT License)
Copyright (c) 2007 Shanti A. Braford
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the 'Software'), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
FAQs
Unknown package
We found that fsxtrader demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Security News
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
Security News
Research
A supply chain attack on Rspack's npm packages injected cryptomining malware, potentially impacting thousands of developers.
Research
Security News
Socket researchers discovered a malware campaign on npm delivering the Skuld infostealer via typosquatted packages, exposing sensitive data.