🚀 DAY 5 OF LAUNCH WEEK: Introducing Socket Firewall Enterprise.Learn more →
Socket
Book a DemoInstallSign in
Socket

ftx-position-server

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ftx-position-server

This is a script for managing the entrance of a trade on the FTX exchange built using ccxt and ftx-api-ws packages

latest
npmnpm
Version
1.0.0
Version published
Maintainers
1
Created
Source

FTX-Entry-Stop

This is a script for managing the entrance of a trade on the FTX exchange built using ccxt and ftx-api-ws packages

Installation

Clone into repo and install packages

Usage

Currently the only way to use this is to run use node to run the script with arguments for example:

node index.js -p ETH-PERP -a 1 -e 150 -s 125

Roadmap

There are several features that I want to add to this:

  • Make this an npm package so that it can be run system wide
  • Add post entry order management:
    • The three different order management strategies 1)If after 3 post entry candles, position is not in profit, cancel position 2)If price moves more than 15% in favour of position within the first 3 candles, move stop to higher low (long) / lower high (short) on 1 timeframe lower than entry timeframe 3)If trade has moved up but not more than 15% as to trigger order management function 2, move the stop to the '61.8% fib level'

License

ISC

FAQs

Package last updated on 21 May 2020

Did you know?

Socket

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.

Install

Related posts