If you had a total of 10 lots, how do you expect to have two take profits of 9 lots each? That in itself is 18, which is more than the 10 you have.
If you want any help, then maybe you should try specifying what your order actually was and what the original lot amount was when you entered your position.
We had no luck reproducing this issue therefore we cannot fix it at the moment.
Best regards,
Panagiotis
It's still doing this as of today, April 17th with version 4.8.30.
Doesn't the @Spotware team want to remote desktop and/or something else to get to the bottom of it? It's OBVIOUSLY an issue since I can reproduce it and have provided several videos showing it happening and can still reproduce the issue at will.
It happens when I switch between saved templates on an indicie (like the NAS 100) with a broker that has a pip size set at 0.1 points instead of 1 point on that indicie.
//Now the time data is stored in the haTimeFrame variable. Put this in your “OnStart” or “Initialize” methods depending on whether you're writing a bot or indicator so it only gets the data once. If you put it in OnTick or Calculate, it's going to waste valuable CPU and network bandwith trying to reload the data on each tick.
Because that appears to be a custom indicator you are using… if you know how, you need to import them into your project or add them as a reference in Visual Studio.
Hi firemyst,
Thanks for your reply.
I am new to this, how would I import tem into my project?
Many thanks
Gary
Why do you need to use the custom indicator and not use the built in heikin ashi candles instead?
Maybe because they want to see the HA candles on a regular candle chart? I sometimes do the same thing.
There's also numerous indicators that do this as well as are quite popular.
“Order Execution Error Nothing to change” means that the property you are trying to modify has the same value as the previous one.
Best regards,
Panagiotis
How can I fix it?
Don't modify your position if nothing has changed. So you have to write code to see if the current value is the same as it was before you try to modify it. You have to ask yourself if the time and effort you'll spend on that is really worth it just to remove the cTrader popup that happens.
Because that appears to be a custom indicator you are using… if you know how, you need to import them into your project or add them as a reference in Visual Studio.
If you uninstall everything, and then do a fresh install of cTrader, and it's still identified as being a virus, I'd say it's probably a “false positive” on Bitdefender's part.
To prove this theory, on another computer where you have BItdefender installed and have never installed cTrader, install cTrader from Spotware itself (spotware.com) there and see what happens. If BItdefender flags it, that's definitely Bitdefender identifying false positives.
This website uses cookies to enhance site navigation, analyze site usage, and assist in our marketing efforts. By clicking “Accept All” you are providing your consent to our use of all cookies. Alternatively, please provide your choice by pressing “Customize Cookies”. For more information, please read our Privacy policy
firemyst
25 May 2024, 13:37 ( Updated at: 26 May 2024, 06:44 )
Try going through this example:
https://help.ctrader.com/trading-with-ctrader/conditions/#fair-stop-out
@firemyst