Topics
Replies
PanagiotisCharalampous
20 Mar 2020, 13:44
Hi there,
Here it is. If you have specific questions, let me know.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
20 Mar 2020, 11:32
Hi b917187,
I have checked this and there is no issue. Your check seems to take place as soon as the bar changes. At that moment the LastValue will be almost identical to the previous value since the close price of both bars is the same. Maybe you intended to check Last(1) and Last(2)?
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
20 Mar 2020, 08:27
Hi AlgoTraderHu,
There is no corresponding event in cAlgo API, only Position related events. So you will need to somehow calculate this information yourself.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
20 Mar 2020, 08:21
Hi celestynuno,
Thanks for your encouraging feedback. I would encourage you to post your suggestions in our Suggestions section so that our development team can track them.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
20 Mar 2020, 08:18
Hi there,
There are some samples here, you can have a look.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
19 Mar 2020, 16:59
Hi fa18mscs0048,
We managed to reproduce this issue and we will fix it in an upcoming update.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
19 Mar 2020, 14:05
Hi karuzzo,
This happens because your indicator is loading data from other symbols and timeframes. It is a known issue and will be fixed in a future update.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
19 Mar 2020, 12:39
Hi elmpie,
Unfortunately there no plans for this feature in the upcoming releases.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
19 Mar 2020, 12:31
Hi scotpip,
We are working on this. It will be fixed in an upcoming update.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
18 Mar 2020, 17:03
Hi calgodemo,
I checked this with the product team and this is a known issue. It will be fixed in a later version.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
18 Mar 2020, 16:17
Hi vice,
Thanks for reporting this issue. We managed to reproduce it and will investigate further.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
18 Mar 2020, 12:18
Hi there,
I am not sure what do you mean. The example I provided also takes a string variable as input string.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
18 Mar 2020, 12:05
Hi re.mont.pc,
You can reach out to a Consultant to help you or post a Job.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
18 Mar 2020, 11:57
Hi light96,
Thanks, your file has a wrong format. You should not be using quotation marks.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
18 Mar 2020, 11:24
Hi re.mont.pc,
There is no built-in UI feature that would allow you to do that. You will need to write an automated strategy for this.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
18 Mar 2020, 11:09
Hi chernish2,
You can read more about Linked Charts here. Please have a look and let me know if you have any questions.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
18 Mar 2020, 09:43
Hi msdamgaci,
Can you please manually navigate to this folder and check if this file exists? Also please send us some troubleshooting information immediately after this happens (Ctrl+Alt+Shift+T, paste the link to this discussion in the text box and press submit).
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
18 Mar 2020, 09:23
Hi chernish2,
You can use Linked Charts and link the chart with the Active Symbol Panel. If the chart is linked, then the symbol in the Active Symbol Panel will also change. See below
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
18 Mar 2020, 08:39
Hi light96,
Please send the file at community@spotware.com and I will have a look.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
20 Mar 2020, 14:03
Hi travkinsm1,
This happens because you are printing the LastValue at the time of the bar creation. This value will change during the bar and will be finalized only when the bar closes. To make comparison with the chart you need to compare with the previously closed chart or check the value in OnTick() method.
Best Regards,
Panagiotis
Join us on Telegram
@PanagiotisCharalampous