I'm trying to create a trade management system for sterling that will automatically place a stop order based on a value i will provide, like 50cents from the avg entry price and also set a target price 2x the stop so i can have a 1:2 r/r . Also, when current price is at a 1:1 r/r, the stop order should be moved to break-even(entry price).
From the little research I've done i know i will need to do some coding in VB and connect via the sterling API. So my questions are
From the little research I've done i know i will need to do some coding in VB and connect via the sterling API. So my questions are
- what is the best version of VB to accomplish this with.
- How easy can this be to achieved for someone with a basic knowledge of programming.