Topics
Replies

castpi
10 Apr 2016, 19:09

Ok, thank you very much,
Is there a way to scale RSI to window height and set levels (30, 70) to percentage of the window height?

I did rescale RSI by fixed factor to 10000, which looks fine on hourly charts and is no use for daily; if what asked above is not possible, how can I set different multipliers to change automatically with timeframe, along with levels?

 

For further reference for those who, like myself, have no clue, changing scale by a factor is achieved by:
const int factor = 100;
Rsi[index] = rsi.Result[index] * factor;
which is enoough for combining indicators that work within a set scale


@castpi

castpi
10 Apr 2016, 16:50

Yes, in mt4 you can access commands one way or the other and bind them in third party software, in cTrader there are only those buttons that can't be rigidly referenced


@castpi

castpi
10 Apr 2016, 16:36

Keyboard shortcuts please


@castpi

castpi
29 Mar 2016, 23:57

If you want to chip in it's been voted for over 2 years-
and asked for since forever
http://vote.spotware.com/forums/229166-ideas-and-suggestions-for-ctrader-and-calgo/suggestions/5328273-it-would-be-a-good-feature-to-show-several-indicat

Hope dear Spotware realizes how fast how small chart can get

 

Meantime, I could not find the reference in cAlgo, some kinds soul could explain is it difficult to plot code of 2 different indicators to show as one? Say I want RSI and two-color volume, how one attempts to do this, please please?


@castpi