hey all,
i'm having this stupid trading strategy:
- when price is +- stable over 1h (jumping around in a 1% price range)
- buy 1% below price, immediate sell 1% above price. Actually i'm more looking at the market depth at these percentages (eg when there is a wall at -0.91% i place buy order at -0.9% and a sell at +0.5 or so). It works quite well when done by hand, but it does not maximize profit.
- Additional rule to minimize loss: when bought at -0.9%, and price goes below -0.5%, sell at -0.5% (buy + 2x fee).
- Retry.
So basically I'm just riding the waves of the bigger buys & sells. It thus only works with low volume.
My question:
- I'd like to automate this process, on bitstamp (low fee of 0.2% -> in the above example i'd have a profit of 1%).
- Advice on how to simulate the potential profit/loss over the previous 5 months?
Any suggestions to a trading platform that could automate this, or should I just do it myself in python or sth? I dont want to reinvent the wheel if not needed.
tnx!
PS I know nothing about trading terms and complicated strategies