robswc / tradingview-webhooks-bot

a framework 🏗 for trading with tradingview webhooks!
http://tvwb.robswc.me
GNU General Public License v3.0
591 stars 180 forks source link

Use % of available funds #29

Closed GrandChamp21 closed 2 years ago

GrandChamp21 commented 3 years ago

Is it possible to place an order using the % of available funds?

Thanks for the great work!

alperoguz commented 3 years ago

up

robswc commented 2 years ago

Is it possible to place an order using the % of available funds?

Thanks for the great work!

Sorry for the late reply.

Its technically possible to do anything, as long as you can do it in python ;)

You would have to grab the % of user funds from your broker's API.