Topics
Replies
PanagiotisCharalampous
24 Apr 2019, 14:29
Hi andi21,
Do you have a scenario where we can see this behavior (cBot, cBot parameters, backtesting dates)?
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
24 Apr 2019, 11:50
Hi lec0456,
To fix the issue, you need to delete the settings file located in C:\Users\<USER NAME>\AppData\Roaming\FxPro-cTrader\Settings. Before you delete it, please send it to us for further investigation.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
24 Apr 2019, 11:30
Hi lec0456,
Thanks, we received and we are checking.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
24 Apr 2019, 10:22
Hi Jonkey,
Can you please send us some troubleshooting information when this happens again? To do so press Ctrl+Alt+Shift+T, paste the link to this discussion inside the text box and press Submit. Let me know when you do it so that we can check.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
24 Apr 2019, 10:19
Hi lec0456,
Can you please try a clean installation? If it is insists, please post a screenshot of the error message.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
24 Apr 2019, 10:16
Hi DelTrader,
Can you please explain to us what is the problem?
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
24 Apr 2019, 10:10
Hi enrikeyo,
Thank you for posting in our forum. The issue is in the following line of code
this.nemethHAH4 = Indicators.GetIndicator<NemethHA>(MarketSeries.Close);
You are initializing an indicator with a parameter, however the indicator does not take any input parameters.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
24 Apr 2019, 10:08
Hi trader.calgo,
Can you please provide more information e.g. a cBot, some screenshots etc?
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
23 Apr 2019, 17:37
Hi trader.calgo,
While building in Visual Studio, just change the platform from Any CPU to x64.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
23 Apr 2019, 16:45
Hi jumpycalm,
You are not correct :) You can set trailing stop losses from the API as well. See here.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
23 Apr 2019, 16:22
Hi ryanoia@gmail.com,
Ok. So are you saying that with the second indicator, it is possible, it's just that I have to add functionality in the pivot point cBot code for the cBot to access the support and resistance levels in the indicator?
Yes this is what I mean.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
23 Apr 2019, 15:57
Hi touch.mjb,
Trailing stop losses in cTrader are executed on the server side. Just check the Trailing Stop check box in the Create Order form and set your stop loss as usual.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
23 Apr 2019, 14:48
Hi Jacob,
If you just want to add a trailing stop loss to the Sample RSI cBot, you don't need to get into all this trouble. You just need to change the line below
ExecuteMarketOrder(tradeType, SymbolName, volumeInUnits, "SampleRSI");
to
ExecuteMarketOrder(tradeType, SymbolName, volumeInUnits, "SampleRSI", stopLoss, null, "", true);
Note that you will need to define the stopLoss parameter somehow either from within the code or pass it as a parameter.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
23 Apr 2019, 14:18
Hi JAcob,
It seems that you are not familiar with programming and that you just copied and pasted code from another cBot expecting it to work. I am not sure what are you trying to do. Can you please explain better what are you trying to do and where did you find the code you pasted?
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
23 Apr 2019, 12:43
Hi Xavier R,
Unfortunately we cannot reproduce this issue. We will need more information like
- How many displays do you use?
- What is the resolution on each display?
- What scale do you use for the display and/or application?
- If possible please send us your settings file at community@spotware.com
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
23 Apr 2019, 12:38
Hi hugocristiano88,
Thanks for posting in our forum. When you stop copying a strategy, all open positions will be closed, your urealized p&l will be realized and your equity will become your balance.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
23 Apr 2019, 12:27
Hi mariusgunnerud,
It is on the roadmap but we do not have at ETA at the moment.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
23 Apr 2019, 12:00
Hi btcwisdomv2,
Thanks for posting in our forum. This happens because you are defining OnTick() method twice.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
23 Apr 2019, 11:58
Hi Jonkey,
Disconnections and reconnections can happen from time to time for several reasons e.g. connectivity issues. Is the issue with the VPS permanent or does it reconnect after a while?
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
24 Apr 2019, 16:04
Hi andi21,
Based on your image, I would expect the SL to trigger on the opening of the third yellow bar. Is this what you expect as well?
Best Regards,
Panagiotis
@PanagiotisCharalampous