Replies

Vitali Gajdabrus
20 Jan 2017, 21:43

RE: RE: RE:

 

Can I get the coordinates of the cursor in the processing of events MouseClick, MouseDoubleClick, MouseDown, MoseLeave, MuseTove, the MouseUp, and the like to the program trading robots draw on the chart.

On the issue of transparency, color and found the answer. Please excuse me for my carelessness.

Interested in response to the second question.


@Vitali Gajdabrus

Vitali Gajdabrus
18 Jan 2017, 15:00

RE: RE:

Vitali Gajdabrus said:

How to set the color:
Color FromArgb(	int alpha,	int red,	int green,	int blue)  ?

First of all I am interested in transparency -  int alpha.

I can draw a band  msdn "StripLine Class"?

I want to develop an indicator for cTrader:

This can be done on cAlgo?

Can I get the coordinates of the cursor in the processing of events MouseClick, MouseDoubleClick, MouseDown, MoseLeave, MuseTove, the MouseUp, and the like to the program trading robots draw on the chart.


@Vitali Gajdabrus

Vitali Gajdabrus
18 Jan 2017, 14:59

RE:

cAlgo_Fanatic said:

Thank you for the suggestion we will consider it for future implementations.

Can I get the coordinates of the cursor in the processing of events MouseClick, MouseDoubleClick, MouseDown, MoseLeave, MuseTove, the MouseUp, and the like to the program trading robots draw on the chart.


@Vitali Gajdabrus

Vitali Gajdabrus
16 Jan 2017, 22:06

RE:
2. Horizontal line:
ChartObjects.DrawHorizontalLine(objectName, y, color, [optional] thickness, [optional] style)

How to set the color:

Color FromArgb(	int alpha,	int red,	int green,	int blue)  ?

First of all I am interested in transparency -  int alpha.

I can draw a band  msdn "StripLine Class"?

I want to develop an indicator for cTrader:

This can be done on cAlgo?

Sorry for my English is not Oxford.

Извините за мой слегка шершавый английский. Поэтому если что - то можно по русски.

 

 


@Vitali Gajdabrus

Vitali Gajdabrus
26 Jan 2016, 18:13

RE:

Spotware said:

Dear Trader,

As per the instructions provided to users in the How to debug cBots or Custom Indicators in Visual Studio section of our support site, users need to build their cBot in "Debug" mode. Build in "Debug" mode won't be successful in Visual Studio 2015 because it isn't supported yet.

When it is enabled Visual Studio 2015?


@Vitali Gajdabrus

Vitali Gajdabrus
30 Aug 2015, 13:12

Whether done timeframe, e.g., 1, 3, 5, 10, 30 seconds?


@Vitali Gajdabrus