BitMEX / sample-market-maker

Sample BitMEX Market Making Bot
Apache License 2.0
1.7k stars 758 forks source link

How can I integrate indicators #138

Open JeanLoriston opened 6 years ago

JeanLoriston commented 6 years ago

if i want to use bitmex data to say make a rsi indicator,ema,or any other indicator using market data to make the bot do buy and sell decisions how would i achieve this and in what file would i have to write a function in order for it to work thank you in advance to anyone who might have an answer or code example.

ryanfox commented 5 years ago

There is a place to add custom strategies in the place_orders() function in custom_strategy.py.