Topics
02 May 2020, 23:38
 2117
 6
Replies

mihaidonos
03 May 2020, 16:32

Yes, that's correct.

You can also do the calculation for EMA yourself using your data as input. The possibilities are endless if you have the time.

I was very enthusiastic about renko when I first saw it and wanted to test if such a simple strategy can work. The results are promising.

 

From my experience I don't find indicators to be good for anything... I've coded a lot of strategies and none of them worked so that I can actually trade them. Even with renko, the profits are not sustainable enough in order to put the money yet.

The only things working for me are trendlines and support/resistance levels.

What I want to do next is to combine these with renko. I'll do some manual entries using trends and s/r and let the renko cBot handle the trades. If this is successful, I'll code to enter trades based on drawn lines. 

Imagine doing the analysis in the morning and let the cBot do the work for you.

 

What is your experience with renko? Did you find anything useful?


@mihaidonos

mihaidonos
03 May 2020, 10:56

RE: Just select

Thanks a lot! I don't know how I've missed that :)

In order to back test renko I've made my own calculations. I have a cbot that keeps an array with renko bricks and can enter / exit if some consecutive bricks in one direction appear.

If anyone thinks this might be useful, I can publish it.


@mihaidonos

mihaidonos
02 May 2020, 23:43

Also, I saw this post: https://ctrader.com/forum/calgo-support/13950

PanagiotisCharalampous says: You can use cBots on Renko charts. There is no specific example as there is no difference to other chart types.

 

How do you do that?

 

Thanks in advance!


@mihaidonos