Information

Username: arturzas
Member since: 15 Jun 2016
Last login: 15 Jun 2016
Status: Active

Activity

Where Created Comments
Algorithms 4 4
Forum Topics 0 2
Jobs 0 0

Last Algorithm Comments

AR
arturzas · 2 years ago

Changelog for Version 1.40:

  • Various UI improvements.
  • BugFix: Wicks were not hidden when Show Wicks was switched off
  • Added optional parameter "Use fixed Open price for 1st renko"
AR
arturzas · 6 years ago

Update to version 1.10

I fixed the bug that caused the platform to close when the 14 day trial period ran out and also

added some chart synchronization options outlined below:

Reset Open on new trading day - This is an optional feature, which ensures daily (or session)  reference consistency. This is used to reflect the true daily (or session) open, high, low and close values. To use this function, set this parameter to Yes. As a result in some cases, you will see a gap between the previous session’s close and open of the current one.

Apply offset to first renko bar & Tick offset value - These parameters enable (when Apply offset to first renko bar set to Yes) or disable (when Apply offset to first renko bar set to No) the normalization of the first renko bar’s opening price using the Tick offset value.

In practice, this pair of parameters is used to define the opening price of the first bar on the renko chart.

For example, if we have 10 pip renko bar and we set:

  • Appy offset to first renko bar = Yes
  • Tick offset value = 0

The renko chart will open at the 00 price level and consecutive bars will follow as presented below:

EURUSD 10 pip renko chart:
1st bar -> open 1.40100, close 1.40200
2nd bar -> open 1.40200, close 1.40300
3rd bar -> open 1.40300, close 1.40400
4th bar -> open 1.40500, close 1.40600

 

 

AR
arturzas · 6 years ago

Hi, All you need to do to remove the indicator is to open cAlgo and delete the indicator or do this manually:

1) Open your Windows Documents folder and go into cAlgo/Sources/Indicators

2) Delete the MedianRenko folder and MedianRenko.algo file. 

AR
arturzas · 7 years ago

Sorry for the delay with my answers - unfortunately I do not get any notifications about new coments.

Anyway here are the answers to the two questions above:

1) You need to provide full access rights in your robot (AccessRights = AccessRights.FullAccess), because the indicator requires them to access functions of the .NET framework.
Failing to do so will block the indicator from initializing and you will have a NULL reference instead of a reference to the median renko indicator.

2) You can only attach indicators that let you choose the "source price" value they should reference for calculations.

Please see the image file for Renko charts with MAs applied - range bars also have reference points that can be used by indicators. You need to set the "source" as one of the range bars open,low,high or close, provided that the indicator you are using lets you set this.