IDE for CTrader

Created at 23 Dec 2024, 18:41
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!
AL

algobeginner

Joined 15.12.2024

IDE for CTrader
23 Dec 2024, 18:41


Hello everyone ,

Is possible to obtain source code for CTrader or look inside CAlgo.APIs 

I’m mainly use to IDE Xcode which primarily  not included in options for C#. 
 

The reason why I’m asking is the examples are great but doesn’t showing all possibility of object , specially I wonder what is possible with Bars apart from Open and Close  .

 

i know the basic principles of price action can be calculated but improve logic with specific order of calculation is slightly more complicated .

 

thank you for any advices . 
 


@algobeginner
Replies

firemyst
23 Dec 2024, 23:41

Visual Studio Code supports intelisense for .Net on Mac apparently. 

Just google “visual studio for mac” for download links.

I would suggest using that. Spotware isn't going to open up their API's.

 

 


@firemyst

algobeginner
24 Dec 2024, 06:00

RE: IDE for CTrader

firemyst said: 

Visual Studio Code supports intelisense for .Net on Mac apparently. 

Just google “visual studio for mac” for download links.

I would suggest using that. Spotware isn't going to open up their API's.

 

 

Visual studio is discounted for Mac so want be able apply latest .Net 


@algobeginner

PanagiotisCharalampous
24 Dec 2024, 09:54

Hi there,

The source code for cTrader is not available since cTrader is not an open source project. 

Best regards,

Panagiotis


@PanagiotisCharalampous

algobeginner
24 Dec 2024, 11:19

RE: IDE for CTrader

PanagiotisCharalampous said: 

Hi there,

The source code for cTrader is not available since cTrader is not an open source project. 

Best regards,

Panagiotis

What IDE would you recommend for beginner to see all possible combinations of var and strings ? 

especially I'm interested to discover Bars Reverses ,  to reduce computing time and identify breaks more often without use of indicators .

Would this works ? 

Aggregation:

Average(): Computes the average of a sequence of numeric values.
Sum(): Computes the sum of a sequence of numeric values.
Max(): Returns the maximum value in a sequence.
Min(): Returns the minimum value in a sequence.
Filtering:

Where(): Filters a sequence of values based on a predicate.
Ordering:

OrderBy(): Sorts the elements of a sequence in ascending order.
OrderByDescending(): Sorts the elements of a sequence in descending order.

 


@algobeginner

algobeginner
24 Dec 2024, 11:19

RE: IDE for CTrader

PanagiotisCharalampous said: 

Hi there,

The source code for cTrader is not available since cTrader is not an open source project. 

Best regards,

Panagiotis

What IDE would you recommend for beginner to see all possible combinations of var and strings ? 

especially I'm interested to discover Bars Reverses ,  to reduce computing time and identify breaks more often without use of indicators .

Would this works ? 

Aggregation:

Average(): Computes the average of a sequence of numeric values.
Sum(): Computes the sum of a sequence of numeric values.
Max(): Returns the maximum value in a sequence.
Min(): Returns the minimum value in a sequence.
Filtering:

Where(): Filters a sequence of values based on a predicate.
Ordering:

OrderBy(): Sorts the elements of a sequence in ascending order.
OrderByDescending(): Sorts the elements of a sequence in descending order.

 


@algobeginner