Topics
Replies
Spotware
23 Jun 2014, 15:37
You can create Stochastic Oscillator for different symbol by passing market series object. Example:
var eurUsd = MarketData.GetSeries("EURUSD", TimeFrame.Minute10); var eurGbp = MarketData.GetSeries("EURGBP", TimeFrame.Minute10); var stochasticEurUsd = Indicators.StochasticOscillator(eurUsd, 8, 3, 9, MovingAverageType.Simple); var stochasticEurGbp = Indicators.StochasticOscillator(eurGbp, 8, 3, 9, MovingAverageType.Simple);
@Spotware
Spotware
16 Jun 2014, 16:45
RE: RE:
PCWalker said:
Outstanding, But we need full support for DLL calls in other to work with multi-platform and other computational resources. Like Mathematica, Mathlab, R, Excel,
Hope you will have the major upgrade soon.
Thank you for the great news.
Now you can edit, build and debug your cBots and Custom Indicators in Microsoft Visual Studio. Right click on your cBot or Custom Indicator and press “Edit in Visual Studio”.
Announcing video: http://www.youtube.com/watch?v=NgIdMAyWBak
Thank you for your idea. We will consider it. Additionally, you can post your idea to vote.spotware.com.
@Spotware
Spotware
16 Jun 2014, 14:43
Unfortunately we still cannot reproduce this issue. If you send code of your cBot to engage@spotware.com it will simplify our search. We will use your cBots for debugging purposes only.
@Spotware
Spotware
16 Jun 2014, 09:49
RE:
emeeder said:
I was having this same issue about 3 weeks ago. Just getting back to making a cbot today again and i notice it is still an issue. Errors when i click "Manage References".
How can I resolve it? Which folders in AppData can I safely delete? (without deleting any of my own cbots or indicators)
When i uninstall calgo will my custom indicators still be there after reinstall?
Please clarify.
Thanks a lot.
We can recommend you to fix references of your cBot using cAlgo version 1.23. We plan to release it this week, but currently it is available on Spotware environment only:
http://spotware.ctrader.com/calgo-spotware-setup.exe
@Spotware
Spotware
16 Jun 2014, 09:46
Thank you for your idea. We will consider it. Additionally you can post it to vote.spotware.com.
@Spotware
Spotware
13 Jun 2014, 17:12
after update "Add an Instance" to cBot dont works :)
Unfortunately, we cannot reproduce this issue. If it is possible please specify the exact scenario.
why on this charts eguity do not refresh after some time period like tick, seconds, minute or something ... only when position close(or i have old ver).
Yes, we plot equity extremums only when position closed. We will consider your idea.
@Spotware
Spotware
13 Jun 2014, 09:49
You can turn on the Deal Map in Chart Viewing Options:
http://help.spotware.com/chart_viewing_options#dealmap
@Spotware
Spotware
13 Jun 2014, 09:44
( Updated at: 21 Dec 2023, 09:20 )
Backtesting will not stop in case if Equity goes bellow zero. Probably we will change this behavior in the future. You can post this idea to vote.spotware.com.
In cAlgo 1.23 we added Extremum points to the Equity line.
We plan to release cAlgo 1.23 next week, however it is already available on Spotware environment:
http://spotware.ctrader.com/calgo-spotware-setup.exe
@Spotware
Spotware
23 Jun 2014, 15:58
Hello,
cTrader Web and cTrader are built using different technology. There will be periods that the applications have different features, but eventually all features will be common.
thanks
@Spotware