Simple trading robot released
How it works?
Trading robot place one buy stop limit order (ask price + stop_delta) and one sell stop limit order (bid price - stop_delta). Then it assigns trailing stop orders (with trailing_delta) for each stop limit order. After timeout it cancel previous orders and place new, because ask price and bid price may be changed. This strategy really works before important news, market statistics, earnings report and etc. The main problem is to choose right parameters - timeout, stop_delta, trailing_delta. Later i will publish some working configurations.
How it configure?
All configuration options you can find in Config.yaml file. Syntax is very simple.
Dependencies
ib-ruby module
see download page