include customer classes

Created at 07 May 2015, 06:37
How’s your experience with the cTrader Platform?
Your feedback is crucial to cTrader's development. Please take a few seconds to share your opinion and help us improve your trading experience. Thanks!
SU

superium

Joined 05.04.2015

include customer classes
07 May 2015, 06:37


I suggest improve the include fetures of calgo.

preset if i'd like to define some customer classes which could be used by other cbot or indicators, i have to define it as an indicator.like this:


namespace cAlgo
{
    [Indicator(IsOverlay = true, TimeZone = TimeZones.UTC, AccessRights = AccessRights.None)]
    public class TrendLine
    {
        //......code
     }

without "[indicator....." ,error throws out.and nowhere to place it except indicators.

it's not a good stucture.

i hope there is a inclue place stand with cbots and indicators.


@superium
Replies

Spotware
17 Jun 2015, 17:47

Dear Trader,

Thank you for your suggestion. We will consider it. Additionally you can post your ideas/suggestions to http://vote.spotware.com/


@Spotware