Topics
Replies
PanagiotisCharalampous
21 Dec 2020, 16:56
Hi ketos.energy,
In general, backtesting cannot simulate latency. In backtesting, the entry time is the time at which the tick was generated on the server. In live trading, it takes some time from that moment to the moment your trade is actually executed, since the quote has to travel to your PC, the code needs to be executed, the order needs to be send and then executed on the server. However I cannot know what happens in your case, since the information you provided is very limited.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
21 Dec 2020, 16:27
Hi honeybadger,
Market range orders are IOC orders, hence cancelled if not executed immediately. Limit orders are GTC orders therefore they stay till filled or cancelled. When a limit order is partially filled, you will get following events.
For the first fill, when the position is created:
- PendingOrders.Modified
- PendingOrders.Filled
- Positions.Opened
For subsequent fills:
- PendingOrders.Modified
- PendingOrders.Filled
- Positions.Modified
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
21 Dec 2020, 16:00
Hi dave.anderson.consulting,
In optimization, you cannot get bars from other timeframes before the backtesting start date. You can only get such bars from the date and time the execution has started and onwards. I hope it is clearer now.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
21 Dec 2020, 15:53
( Updated at: 23 Dec 2020, 08:37 )
Ηι imandrea.moser,
To access your IC Markets account, you need to download IC Markets cTrader from IC Markets website.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
21 Dec 2020, 15:52
Hi LCTRADER,
The balance is not relevant in this case. What you need to check is the equity of the two accounts at the given moment.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
21 Dec 2020, 13:27
Hi ketos.energy,
It provides data for every tick.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
21 Dec 2020, 08:43
Hi shpendbaftiu,
History displays Deals hence TP and SL information is irrelevant. TP and SL are properties of the orders, therefore they are displayed in the Done Orders tab.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
21 Dec 2020, 08:40
Hi volkov.alexandro,
If you need somebody to develop a custom trading panel for you, you can consider contacting a Consultant or posting a Job.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
21 Dec 2020, 08:38
( Updated at: 21 Dec 2023, 09:22 )
Hi shpendbaftiu,
You can add comments when you place an order.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
21 Dec 2020, 08:32
Hi davidgough,
Please use the Suggestions section for suggestions.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
21 Dec 2020, 08:30
Hi EagleMoxy,
To use cTrader FIX API, you need to use your own custom made application. cTrader uses a proprietary protocol for communication, which is equally fast to FIX API.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
21 Dec 2020, 08:28
Dear vcfr99,
The new copy features should work on production accounts as well.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
21 Dec 2020, 08:26
Hi EagleMoxy,
cTrader supports guaranteed stop losses. It is a decision of the brokers if they will use it.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
21 Dec 2020, 08:19
Hi jackhpfilerrowson,
Which trades are you referring to?
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
18 Dec 2020, 15:56
Hi jackhpfilerrowson,
Here is an example
var volume = Account.Balance * 0.02 * Account.PreciseLeverage;
ExecuteMarketOrder(TradeType.Buy, Symbol.Name, volume);
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
18 Dec 2020, 15:51
Hi TopCat,
cMirror has been discontinued. It is not supported any more.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
18 Dec 2020, 15:50
Hi TopCat,
Symbols are offered by the broker, not cTrader.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
18 Dec 2020, 15:50
Hi TopCat,
Trading hours are configured by the broker, not cTrader.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
18 Dec 2020, 09:50
Hi Leon,
The minimum volume is decided by the broker, so you need to talk to your broker regarding this.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
22 Dec 2020, 08:28
Hi ketos.energy,
Thanks for the screenshots but they are not useful for me. To check this further I need to reproduce this behavior. Therefore you need to share with me the complete cBot code as well as cBot parameters so that I can perform the experiment too.
Best Regards,
Panagiotis
Join us on Telegram
@PanagiotisCharalampous