You can use the ModifyPosition method to change your position's volume.
Best regards,
Panagiotis
Hi Panagiotis. if (position.UnrealizedNetProfit >= profitThreshold) { // Tried to adjust the volume double newVolume = position.VolumeInUnits * multiplier; position.ModifyPosition(newVolume); // Attempted this, but it did not work }
attempted to use the ModifyPosition method to adjust the position's volume based on certain profit thresholds. Here’s the code I used:.
However, this did not work. Upon further reading, I discovered that ModifyPosition is designed to modify properties like stop loss and take profit, and not the position's volume.
Could you confirm if there’s a method or approach to modify the volume of an open position directly, or if this is strictly not supported in cTrader?
You can use the ModifyPosition method to change your position's volume.
Best regards,
Panagiotis
Hi Panagiotis. if (position.UnrealizedNetProfit >= profitThreshold) { // Tried to adjust the volume double newVolume = position.VolumeInUnits * multiplier; position.ModifyPosition(newVolume); // Attempted this, but it did not work }
attempted to use the ModifyPosition method to adjust the position's volume based on certain profit thresholds. Here’s the code I used:.
However, this did not work. Upon further reading, I discovered that ModifyPosition is designed to modify properties like stop loss and take profit, and not the position's volume.
Could you confirm if there’s a method or approach to modify the volume of an open position directly, or if this is strictly not supported in cTrader?
Hi, I am trying to generate a script that increases the lotsize, of my original position as the position grows positive.
For example, after a 40 pips profit double the Lotsize. When talking to chatgpt, it said, ctrader does not allow to modify the lotsize directly, and I would need to open a new positio. I stead. Although, Ctrader has a “double lot size” button itself, so I assume there is a method or api that could do it. Please help! Thank you.for.reading!
No clues unfortunately. Can you record a video demonstrating the whole UI and the entire process of adding an instance and reproducing the issue? Maybe it can provide some information we are missing
Hi Panagiotis, hope you are well. Look. I need help to code an increase with the lotsize while my position progresses. For example, when 2 pips positive, double the lot. But the Chatgpt is saying it is not possible to increase Lotsize in Ctrader. Although, we have a button on Ctrader that do Just that, Double the.position size.
GauchoHood said: Wow, this is Crazy. Any Clues? I use different computers. A Mcbook at work and a PC at Home. And I cant see the option in either of them. Please help. My strategy really depends on it. Many thanks
I cannot reproduce any problem. Can you share screenshots demonstrating this issue?
Best regards,
Panagiotis
As you can see. In the Cloud. The MA TYPES, Simple, triangular, hull, etc. Can not be selected.
What do you mean, when you said you found no error? Are the MA TYPE SHOWING in the cloud for you? Can you actually select them? Could you share a screen shot? Many thanks PANAGIOTIS!
I cannot reproduce any problem. Can you share screenshots demonstrating this issue?
Best regards,
Panagiotis
As you can see. In the Cloud. The MA TYPES, Simple, triangular, hull, etc. Can not be selected.
What do you mean, when you said you found no error? Are the MA TYPE SHOWING in the cloud for you? Can you actually select them? Could you share a screen shot? Many thanks PANAGIOTIS!
GauchoHood
23 Oct 2024, 16:52
( Updated at: 24 Oct 2024, 05:11 )
RE: MA TYPE PARAMETERS IN THE CLOUD
PanagiotisCharalampous said:
Hi there,
I cannot reproduce any problem. Can you share screenshots demonstrating this issue?
Best regards,
Panagiotis
As you can see. In the Cloud. The MA TYPES, Simple, triangular, hull, etc. Can not be selected.
What do you mean, when you said you found no error? Are the MA TYPE SHOWING in the cloud for you? Can you actually select them? Could you share a screen shot? Many thanks PANAGIOTIS!
GauchoHood
30 Dec 2024, 21:33
RE: RE: Optimization
GauchoHood said:
Any Ideas to manage optimization generating huge folders? Is there a chance to Install it in a secondary disc?
@GauchoHood