Topics
Replies
PanagiotisCharalampous
28 Nov 2019, 09:06
Hi tgjobscv,
No this is not possible at the moment.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
28 Nov 2019, 09:04
Hi ctid1663833,
Can you tell us which symbol is 10012?
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
28 Nov 2019, 08:58
Hi tgjobscv,
There is only one issue, in line 52
_Hvol = Indicators.HistoricalVolatility(Source, HVPeriod, HVBarhistory, HVD);
This indicator takes only three parameters but you are passing four.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
28 Nov 2019, 08:51
Hi Josef,
You can consider posting a Job or contacting a Consultant to develop such a tool for you.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
28 Nov 2019, 08:45
( Updated at: 21 Dec 2023, 09:21 )
Hi A.R.
Commissions should not be taken into account for required margin calculation. See below a simple example from Spotware Beta.
Unfortunately I cannot reproduce your numbers since I do not have enough information, like the complete cBot you are using, your account type and the symbol you are using. Can you please reproduce such a behavior on Spotware Beta and provide me a complete cBot that will allow me to see the same numbers as you?
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
27 Nov 2019, 17:08
Hi A.R.
I am not sure why do you calculate margin this way
Print("\tMarginRequired/Used\t" + ((units / leverage) + (units * (entryPrice - pointPrice) / (tickSize / tickValue))).ToString("F2"));
In principle the formula for calculating the margin is the following
Margin = Units / Leverage * Conversion Rate
Where Conversion Rate is the rate between the balance currency and the quote currency
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
27 Nov 2019, 16:24
Hi FireMyst,
Any chance we can get the indicator code?
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
27 Nov 2019, 11:18
( Updated at: 21 Dec 2023, 09:21 )
Hi A.R.
There is a reason I need exact information to reproduce i.e. a plug and play cBot. For example, I tried this myself and values seem to match
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
27 Nov 2019, 09:04
Hi leightontjohn,
cTrader needs to run for the cBots to be executed.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
27 Nov 2019, 09:02
Hi ctid393445,
Please make sure your username and password are correct and that you are using the correct proxy.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
27 Nov 2019, 08:49
Hi stalkerxxl,
This is not possible at the moment.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
27 Nov 2019, 08:48
Hi A.R.
Please provide us with the following
- The broker.
- The full cBot code you are using.
- The exact datetime this position is opened.
We need this information in order to provide you an explanation.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
27 Nov 2019, 08:37
Hi SirCandleDick,
- We do not provide any guarantees for the copying time but in general it takes only a few milliseconds.
- You can use any cTrader application/API you want. Trades from all channels are copied.
- Pending orders are not copied. Only market orders. As soon as a pending order is triggered, a market order is executed on the copying account as well
- Fees are charged on a pro rata basis. Your follower will pay the proportional amount for the time he/she followed your strategy.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
27 Nov 2019, 08:31
RE: RE:
maxmuller2199 said:
I would like to ask you about trading
I've found out that there is CFD trading
does it differ from a simple Forex trading?
Hi maxmuller 2199,
Please create a new thread regarding this question, since it is irrelevant to the topic.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
26 Nov 2019, 11:34
Hi Cenenti,
Please send it to community@spotware.com.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
26 Nov 2019, 10:47
Hi Cenenti,
Is it possible to send us a video demonstrating this behavior?
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
26 Nov 2019, 08:35
Hi Cenenti,
Can you please clean your browser's cache and try again? Alternatively you can try in InCognito mode. Let us know if this solves the problem.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
26 Nov 2019, 08:31
Hi raycluster,
Can we have the cBot, the cBot parameters and the broker? In the meanwhile try to clean your backtesting cache and try again. You can find it in C:\Users\UserName\AppData\Roaming\broker-cTrader\BacktestingCache
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
26 Nov 2019, 08:28
Hi Jan,
Here it is
Print(Positions.Where(x => x.Label == "My Label").OrderByDescending(x => x.EntryTime).First().EntryTime);
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
28 Nov 2019, 10:03
Hi ctid1663833,
It seems that at the moment only one symbol per request is supported. We will update the documentation to reflect that. We will implement multisymbol support in an upcoming update.
Best Regards,
Panagiotis
@PanagiotisCharalampous