Topics
Replies
pmcarvalho
19 Sep 2019, 15:35
RE:
Panagiotis Charalampous said:
Hi Perdo,
Can you tell me symbol and the broker you are using?
Best Regards,
Panagiotis
Hi Panagiotis Charalampous
Any idea?
Thanks
Pedro
@pmcarvalho
pmcarvalho
16 Sep 2019, 13:36
RE:
Panagiotis Charalampous said:
Hi Perdo,
Can you tell me symbol and the broker you are using?
Best Regards,
Panagiotis
Panagiotis Charalampous
Symbol: EURUSD - H1
Broker: FxPro
Thanks
Pedro
@pmcarvalho
pmcarvalho
16 Sep 2019, 11:22
RE:
Panagiotis Charalampous said:
Hi pmcarvalho,
From where do you want to access the prices? From the chart? If yes then just scroll back to the specific date.
Best Regards,
Panagiotis
Hi Panagiotis Charalampous
I am building a bot for statistics and caching.
I already tried to use this: "Chart.ScrollXTo ([date]);"
But it doesn't go that far. It probably stops at the first value it has available on the chart.
Any idea?
Thanks
Pedro
@pmcarvalho
pmcarvalho
04 Feb 2019, 11:24
Hi Panagiotis
Because I wanted to do a functions library.
I have functions that are used in some bots and I have to have the same functions in all of them. And when I have to change one, I have to be looking at all the bots.
And I do not know a way to do a library of functions.
Thanks
@pmcarvalho
pmcarvalho
25 Jan 2019, 15:24
RE:
pmcarvalho said:
I think I have the latest version.
But at the top of the application appears FxPro cTrader 3.0
But I downloaded it right now and I ran the setup and it still says the same thing.
I can not find this new version.Thanks
It's Beta???
@pmcarvalho
pmcarvalho
25 Jan 2019, 15:19
I think I have the latest version.
But at the top of the application appears FxPro cTrader 3.0
But I downloaded it right now and I ran the setup and it still says the same thing.
I can not find this new version.
Thanks
@pmcarvalho
pmcarvalho
24 Jan 2019, 22:48
Hi Panagiotis
I have tried your code but it does not work.
Error CS0117: 'cAlgo.API.Chart' does not contain a definition for 'ScrollXTo'
Am I missing something?
Thanks
@pmcarvalho
pmcarvalho
21 Sep 2019, 21:35
RE:
Panagiotis Charalampous said:
Panagiotis Charalampous
Thanks.
It worked.
By the way. There is a way to pass the date to the handler (OnChartScrollChanged), instead of beeing hardcoded (new DateTime(2014, 1, 1))?
Thanks
Pedro
@pmcarvalho