Skip to content

a nodejs script to open trades on finandy based on telegram messages

Notifications You must be signed in to change notification settings

mihailnicamn/finandy-telegram-trade

Repository files navigation

finandy-telegram-trade

a nodejs script to open trades on finandy based on telegram messages

Installation

npm install

for running the script

create a .env file with the following content

TELEGRAM_TOKEN = 'TOKEN' # Telegram bot token

add your finandy signal_url, signal_name and signal_secret to

signals.json

add your finandy signal_message to

messages.json

run the script

node app.js

send a message to your bot

trade [buy || sell] [symbol] [price] [$ for volume || % for percentage of balance] [$ || % value] [signal name] you will need to set the stop loss and the take profit on finandy the only price that is send through the telegram message is the entry price

Example of my set

entry entry exit/reversal close&reversal trailing stop loss trailing-stop take profit take-profit

Under construction

for running the the ui

node sv.js

About

a nodejs script to open trades on finandy based on telegram messages

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published