Make sure that the backtesting settings are the same. 99% of the times it happened this to me it was caused by some oversight in my backtesing settings. If there is still a problem, then we will need to following information in order to reproduce the problem
cBot code
Optimization parameters file, symbol, timeframe and dates
The exact set of parameters for which the discrepancy is observed
Please provide more information about your issue. Where can we see this happening? Can you record a video demonstrating this behavior?
Best regards,
Panagiotis
Attached is a video showing this, it may not be clear on your end, was i a rush to record, from the clip you can see my SL level was 20061.19 when my order was triggered inclusive slippage the SL level was automatically adjusted to 20059.96, i had to edit the SL level to 20061.19. Also when editing an entry point to a new level for my stop orders, i have noticed that it adjusts the SL level too, for example if i add 10 pips/points to my estimated entry level, the SL adjusts its self by deducting 10 pips/points.
Hi Nesh,
The stop loss is always relative and it is placed at the relative distance specified in pips from the entry price.
Please contact your broker regarding execution issues.
Best regards,
Panagiotis
Hi, I've already submitted the problem to the borker (IC Markets) which redirected me to you because they said “The error does not provide more details in order to investigate further from our side”.
There not much information for us either. If you can share your source code and steps to reproduce this issue, we are happy to have a look
Problem is not systematic, it can't be reproduced. The bot works well except once every X days this problem occurs and must be a server side problem. It is just happened again (twice):
The only thing I can notice is that, the hour is almost the same.
The portion of code which closes pending orders is quite simple:
foreach (var order in PendingOrders) if ( order.Label == _BotLabel && order.SymbolName == SymbolName && order.Comment == Comment ) CancelPendingOrder(order);
Hi there,
It's hard to help you in the forum. The broker needs to check why the orders are not cancelled.
What do you expect to happen? Did you try clicking on the buttons after you pressed “Allow”?
Yea exactly that, pressed both a number of times. Also if I close the plugin and re-run it it doesn't prompt for access again unless I disabled it in the main plugin on/off area. I've tested this quite a few times. Something tells me the syntax isn't pointing to XAUUSD correctly.
Many thanks :)
Hi there,
Check the Algo logs as well. There might be some useful information there as well.
PanagiotisCharalampous
09 Oct 2024, 13:02
RE: RE: What is the best way to handle tick losses?
protraderde said:
No it won't, it will just fetch the historical bars for you
@PanagiotisCharalampous