Mike We have just published a new version of the cTrader algorithmic strategy building tool that includes Bollinger Bands, Stochastic Oscillator, UI improvements and bug fixes. Download Algo Builder Update Release Notes
jimibt Hi Mike - have been following the evolution of the builder since early versions. Seems to be heading in the right way. One thing tho that really would be useful (and i know that technically it could be difficult to include) would be the addition of functionality that allowed for user created Indicators. I appreciate the difficulties here as the exposed properties could vary widely on different user implementations. To get round this, maybe the builder could have a minor sdk convention on user created Indicators that they had to implement a particular interface that defined what public properties should be exposed to the UI?. I know that this may not be of immediate benefit for existing user defined indicators but would be of great value moving fwd. Just me 2c... ;)
Mike Hi, Jim, thanks for the feedback, it is possible to add this functionality, currently, our focus is to first make sure we have all the standard cTrader indicators added before we start looking into this. After we have added the indicators our next step would be an option to add custom indicators.
jimibt Mike -understood, I guess of course until custom indicators are included, one could manually adapt the builder output c# code as required. Will look fwd tho to the implementation of all indicator type -no pressure :D cheers jim [edit] - is there a published roadmap for broad feature inclusion??