Topics
16 Nov 2023, 07:42
 1093
 1
15 Nov 2023, 10:36
 1973
 16
Replies

Spotware
06 Mar 2014, 09:43

SL and TP are applied after position is opened. Positions.Opened event could be raised before protection is applied.


@Spotware

Spotware
06 Mar 2014, 09:38

In order to normalize values of indicator you need to know about visible min and max of another indicator. cAlgo API doesn't expose such information at the moment.

Currently drawing two indicators with independent scales into one panel is not possible.


@Spotware

Spotware
05 Mar 2014, 17:58

Our platform doesn't allow price injections. Lash which you show at picture A. is abnormal and probably it was result of some technical error. Please send details (broker name and symbol) to feedback@spotware.com and we will investigate this case.

Case B seems to be valid if broker didn't receive prices from Liquidity Providers for that period or temporary switched the symbol off.

We will never have Brokers section in cTDN forum, but please do not hesitate to contact us if you have any problems with our software.

 


@Spotware

Spotware
05 Mar 2014, 15:55

It seems like calculating SMA over RSI doesn't suit your needs. If you want to display SMA and RSI into the same panel you need to write a custom indicator. In this case you will need to normalize somehow values of SMA to fit RSI scale.


@Spotware

Spotware
05 Mar 2014, 15:20

Please stop posting duplicating themes. You need to wait until somebody will answer to your question.


@Spotware

Spotware
05 Mar 2014, 14:54

Thank you. We will fix it in next release.


@Spotware

Spotware
05 Mar 2014, 11:48

Regarding to our tests there is no any issue with labels in cAlgo. Probably there is an error in your code. You can contact one of our Partners or post a job in Jobs section.


@Spotware

Spotware
05 Mar 2014, 11:43

jeffmichaels, please contact one of our Partners or post a job in Jobs section. We can not tweak all indicators for you.


@Spotware

Spotware
05 Mar 2014, 11:39 ( Updated at: 21 Dec 2023, 09:20 )

RE: RE:

Forex19 said:

Spotware said:

First of all, add RSI to the chart:

.........

Second of all, add Moving Average with source "Relative Strength Index":

.........

As a result you will see moving average built over RSI:

It works. thanks 

Can you tell me which formula is used to normalize the SMA chart, on the scale of 0 -100 RSI chart?

In that example SMA is not normalized. SMA is build over RSI data series. That means that SMA[i] = (RSI[i] + RSI[i - 1] + ... RSI[i - period + 1]) / period


@Spotware

Spotware
05 Mar 2014, 10:42

RE:

jeffmichaels said:

Could you please explain me about the stochastics too ?

What do you want to do with stochastics?


@Spotware

Spotware
05 Mar 2014, 09:52 ( Updated at: 21 Dec 2023, 09:20 )

First of all, add RSI to the chart:

Second of all, add Moving Average with source "Relative Strength Index":

As a result you will see moving average built over RSI:


@Spotware

Spotware
05 Mar 2014, 09:16

ninosgr, in cAlgo you can use all the power of .NET framework and C# language. We believe that simple internet search "C# socket example" will help you.


@Spotware

Spotware
05 Mar 2014, 09:10

We didn't block P/Invoke approach. Everything should work.

You can find such example on MSDN.


@Spotware

Spotware
04 Mar 2014, 16:13

Thank you for your suggestion. We will extend our drawing API in future releases.


@Spotware

Spotware
04 Mar 2014, 10:31

On cTrader Web the volume for your Order is taken from QuickTrade volume settings when trying to place an order through right clicking. We will do this in cTrader in the future

 

Thanks


@Spotware

Spotware
04 Mar 2014, 10:30

We will consider this for the future. 

Thanks


@Spotware

Spotware
04 Mar 2014, 09:39

We don't have a solution for this problem. If you find one, please share it with community.


@Spotware

Spotware
04 Mar 2014, 09:33

Minimum trade volume and volume step are parameters which can be configured by broker. Please ask your broker to change those parameters.


@Spotware

Spotware
04 Mar 2014, 09:30

Yes, it is available.

You can use Notifications.PlaySound(@"C:\my sound file example.mp3").


@Spotware

Spotware
04 Mar 2014, 09:26

Do you want to build Moving Average over RSI?


@Spotware