Topics
Replies
PanagiotisCharalampous
29 Mar 2019, 10:17
Hi trend_meanreversion,
1) You can find an explanation here https://www.investopedia.com/terms/h/highwatermark.asp
2) Performance and Management fees are realized at the enfo of the month. Read more here https://help.ctrader.com/ctrader-copy/index/fees#how-much-do-i-need-to-pay-to-follow-a-strategy
3) Spotware receives 30%. It is mentioned here https://help.ctrader.com/ctrader-copy/index/fees#are-there-any-fees-for-providing-strategies
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
28 Mar 2019, 14:10
Hi Lukas,
Unfortunately, this is not possible at the moment.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
28 Mar 2019, 12:25
Hi Rowie,
So probably your login is not successful. A successful logon response is the below
8=FIX.4.4|9=106|35=A|34=1|49=CSERVER|50=TRADE|52=20170117- 08:03:04.509|56=theBroker.12345|57=any_string|98=0|108=30|141=Y|10=066|
You can find more information about what responses you should expect here.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
28 Mar 2019, 11:59
Hi Rowie,
Do you receive a response after a price stream logon? Can you send the messages you send and receive?
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
28 Mar 2019, 11:31
Hi Rowie,
1) You cannot use tokens with FIX API. You need the trading account passwords.
2) Can you tell us what problems do you have with FIX API Sample? Should be working out of the box.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
28 Mar 2019, 09:39
( Updated at: 21 Dec 2023, 09:21 )
Hi Dominik,
Thanks for posting in our forum. See below
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
28 Mar 2019, 09:35
Hi Andrii,
I have been running this since yesterday but I still cannot catch it. Can you please send me an email at community@spotware.com so that we can coordinate this investigation further?
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
27 Mar 2019, 15:04
Hi ycomp,
You can try restarting cTrader.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
27 Mar 2019, 14:49
Hi wisegprs,
Developing such an indicator requires some effort so I cannot help you in this. If you need professional assistance, you can consider contacting a Consultant.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
27 Mar 2019, 11:24
Hi FireMyst,
Try changing your cBot and indicator access rights e.g. try AccessRights = AccessRights.FullAccess.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
27 Mar 2019, 11:19
Hi daniel220v,
cTrader seems to be in Full Screen mode. Can you please exit Full Screen mode and let me know if you still experience the problem?
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
27 Mar 2019, 09:35
Hi trentg,
Thanks for posting in our forum. This has not been implemented yet.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
26 Mar 2019, 17:30
Hi El Antonio,
I am not sure how you came to this conclusion
"is not firing on the minute timeframe as the printout and the chart show. itonly fires in the m15 frame"
If you are referring to the log print outs, this happens becaise you have programmed it to do so. You only print whenever the m15 adds a new bar. See below
int Bigindex = GetIndexByDate(_biggerSeries, MarketSeries.OpenTime[index]); if (Bigindex != -1) {
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
26 Mar 2019, 14:44
Hi Noppanon,
1. You can get chart height in prices using Chart.TopY and Chart.BottomY
2. You can get chart height in pixels using Chart.Height
3. Chart.ScrollChanged allows to track changes in TopY and BottomY
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
26 Mar 2019, 14:07
Hi FireMyst,
Thanks for posting in our forum. Here is an example for buy positions
var pips = (Positions[0].StopLoss - Positions[0].EntryPrice) / Symbol.PipSize;
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
26 Mar 2019, 12:15
Hi El Antonio,
I tried both higher and lower timeframes but I do not understand what is the problem. The white line draws on all of them.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
26 Mar 2019, 12:12
Hi cdsmart1,
Yes you can use Sample Advanced Take Profit. If it stops running when you click on it, check the log and you will see the reasons why it is stopping.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
26 Mar 2019, 12:05
Hi fxwisdom1@gmail.com,
Dows this happen all the time or was it something temporary? If it is not temporary, can you record a short video demonstrating this behavior? Please include the entire cTrader UI in the video if possible.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
26 Mar 2019, 11:49
Hi cdsmart1,
Thanks for posting in our forum. You can have a look at our Advanced Protection features.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
29 Mar 2019, 10:45
Hi Mario,
Check below
https://ctrader.com/api/reference/chartarea/drawstatictext
https://ctrader.com/api/reference/charttext/horizontalalignment
https://ctrader.com/api/reference/charttext/verticalalignment
Best Regards,
Panagiotis
@PanagiotisCharalampous