Topics
15 Nov 2020, 01:45
 1075
 3
10 Nov 2019, 22:51
 1
 1062
 1
16 Oct 2019, 17:12
 1132
 2
16 Oct 2019, 17:11
 0
 977
 1
08 Oct 2019, 19:38
 0
 1147
 2
02 Sep 2019, 00:03
 1
 1091
 1
27 Aug 2019, 20:01
 1
 962
 1
27 Aug 2019, 00:41
 0
 1022
 1
15 Aug 2019, 15:55
 1015
 4
17 Jul 2019, 15:16
 2425
 10
14 Jun 2019, 19:24
 1670
 2
01 May 2019, 20:28
 1
 1027
 2
Replies

alex_mihail
22 May 2019, 19:31

RE:

Panagiotis Charalampous said:

Hi Alex,

Just set the indicator attribute to IsOverlay to true. See below

[Indicator(IsOverlay = true, TimeZone = TimeZones.UTC, AccessRights = AccessRights.None)]

Best Regards,

Panagiotis

Hi Pantagiotis,

Thanks, so how do I use this to print Directional Movement Index values as text over the main chart rather than an indicator with lines under the chart?


@alex_mihail

alex_mihail
02 May 2019, 00:48

When will this be released to brokers? Seem to be waiting ages on this one ...


@alex_mihail

alex_mihail
30 Jan 2019, 19:35

RE:

Panagiotis Charalampous said:

Hi Alex,

You cannot add it to Stochastic since Stochastic does not use such type of sources to be calculated. The calculation of Stochastic requires candlestick information. You can find the formula here

Best Regards,

Panagiotis

On TradingView.com it is possible to point Stochastic RSI to OHLC/4 - is there any plans on adding it as a built in indicator?


@alex_mihail

alex_mihail
30 Jan 2019, 04:10

One last question - how can I add OHLC/4 to Stochastic source?


@alex_mihail

alex_mihail
29 Jan 2019, 18:13

Very much appreciated Panagiotis :)


@alex_mihail

alex_mihail
29 Jan 2019, 17:00

RE:

Panagiotis Charalampous said:

Hi Alex,

You can write the OHLC/4 indicator and feed it to the RSI. You do not need to develop the RSI from scratch.

Best Regards,

Panagiotis

Can you show me an example? :)


@alex_mihail

alex_mihail
29 Jan 2019, 16:53

But as you can see there is no option for Open+High+Low+Close divided by 4 for a smoother curve - this is why I need the default script so I can write it in myself. :)


@alex_mihail

alex_mihail
29 Jan 2019, 15:41

If you made the sources available like TradingView.com it would make it far easier to edit our own custom indicators.

For example you have no option to set RSI or Stochastic RSI source as OHLC/4


@alex_mihail

alex_mihail
29 Jan 2019, 15:40

Can you point me in the right direction to coding this cBot? :)


@alex_mihail

alex_mihail
28 Jan 2019, 14:59

I would like to change it to OHLC/4 if possible


@alex_mihail

alex_mihail
28 Jan 2019, 14:58 ( Updated at: 21 Dec 2023, 09:21 )

Yes of course, as you can see here RSI source is not editable.


@alex_mihail

alex_mihail
21 Jan 2019, 21:21

Surely a simple feature to code in :)


@alex_mihail

alex_mihail
24 Nov 2018, 16:05

RE:

Panagiotis Charalampous said:

Hi djtnd,

Please contact ICMarkets regarding their plans to upgrade to 3.3.

Best Regards,

Panagiotis

ICMarkets are unable to offer any update re: cTrader 3.3 - are you able to push them for some more information?


@alex_mihail

alex_mihail
16 Aug 2018, 22:21

Do you know if this code works in back tests? I can't tell if its working or not to be honest ... perhaps a timezone issue?


@alex_mihail

alex_mihail
09 Aug 2018, 19:49

Right now I'm using the Sample RSI bot as my template - what code would I add to that to only let it trade within certain hours?


@alex_mihail

alex_mihail
09 Aug 2018, 14:06

Yes, I'm aware of some code you can implement to a cAlgo bot to have it only trade between specified hours - how would I go about implementing that to a bot I have already written?


@alex_mihail