Topics
29 Dec 2019, 10:50
 2
 1224
 2
28 Dec 2019, 09:59
 2
 1723
 4
28 Dec 2019, 09:56
 0
 1084
 3
28 Dec 2019, 00:02
 0
 1009
 1
Replies

lukasztrader
18 Aug 2020, 17:24

RE:

PanagiotisCharalampous said:

Hi Lukasz,

Most probably the problem is that you print the indicator's last value on bar opening. The indicator's value will probably change until the bar closes. If you want to compare finalized values, you should check Last(1).

Best Regards,

Panagiotis 

Join us on Telegram

 

Thanks Panagiotis!


@lukasztrader

lukasztrader
25 Jan 2020, 20:28

Dear AlgoDeveloper,

any update for this update? Did you try to reproduce issue with NaN values?


@lukasztrader

lukasztrader
22 Jan 2020, 20:47

RE:

kerrifox19 said:

Have you solved your issues?

Hi, not yet. Cannot resolve it and why what is the issue. Can you help?


@lukasztrader

lukasztrader
21 Jan 2020, 19:59

Dear community,

Is there anybody that could support me with this issue?


@lukasztrader

lukasztrader
13 Jan 2020, 20:17

Ok, thanks.

How about those NaN values for indicators from mine screens and liwik10297 ? Do you plan to release any fix for that? Do you plan to make possible to visualize renko bricks for backtesting?


@lukasztrader

lukasztrader
11 Jan 2020, 16:00

I compared backtest Renko size 10 and real chart and the bricks and the dates are not the same. Why?

What impact does have the setting of the instance's to 1hour or 1tick?

The size of the brick size is set to 10, the backtesting setting for data is set to "Tick data from Server (accurate)".

I see that there are different values for:

var prevOpenPrice = MarketSeries.Open.Last(1);

Example:

GBPJPY, h1, m1, t1 - the renko values for prevOpenPrice are different. What is the reason for that?


@lukasztrader

lukasztrader
03 Jan 2020, 00:01

Hi,

I cloned the newest version (there is a missing reference for cargo.dll, but I changed that manually).

Now, there is no bar detection - I received no logs in the console and none transaction was made.

I guess something went wrong with new change.


@lukasztrader

lukasztrader
30 Dec 2019, 21:30

RE:

PanagiotisCharalampous said:

Hi Luke,

You should be getting email notifications on replies to your thread. Did you check your spam folder?

 

Best Regards,

Panagiotis 

Join us on Telegram

 

 

It was in spam, thanks.


@lukasztrader

lukasztrader
29 Dec 2019, 23:11 ( Updated at: 21 Dec 2023, 09:21 )

Dear AlgoDeveloper,

I appreciate very much your input! I see that not only me is waiting for renko backtesting functionality in cTrader.

I tested your great work.

I tested on EURUSD and WTI. For both backtesting I set t1 (1 tick) and in backtesting settings I chose that Data: "Tick data from Server (accurate)".

In both tests, not once the code went into the 'bear' condition, the only log I received was only "BULL".:

            if (newBar.Type == BarType.Bullish)
            {
                Print("      BULL");
                //ExecuteMarketOrder(TradeType.Buy, Symbol.Name, 1000, string.Empty, 10, 20);
            }
            else if (newBar.Type == BarType.Bearish)
            {
                Print("BEAR");                
                //ExecuteMarketOrder(TradeType.Sell, Symbol.Name, 1000, string.Empty, 10, 20);
            }

Can you reproduce it at your environment and give us hint how to proceed? I am using cTrader 3.6


@lukasztrader

lukasztrader
29 Dec 2019, 10:45

Hi,

Thanks for the reply. What I had in mind was pure push notification from cTrader Desktop to cTrader Mobile application.

The push notification would be accessible to program exactly like e-mail notification or other you mentioned.

https://www.theforexguy.com/wp-content/uploads/2016/10/battle-station-alert-example.png


@lukasztrader

lukasztrader
26 Dec 2019, 13:12

RE:

PanagiotisCharalampous said:

Hi nordic,

Backetsting with Renko/Range is still not supported. It will come later, the estimation is with v3.5.

Best Regards,

Panagiotis

Current version is 3.6 and there is no backtesting with Renko/Range. Any plans for that?


@lukasztrader

lukasztrader
26 Dec 2019, 12:59

RE:

PanagiotisCharalampous said:

Hi BullittTraders,

Development is in progress but we do not have at ETA unfortunately.

Best Regards,

Panagiotis

When do you plan to release Renko backtesting feature? Did you start working on it? How is it different than any other backtesting?


@lukasztrader