Manual Trade zero magic number

 

Hello,

Can I use the zero value of a magic number in a EA to control the manual trades I opened?


thanks GL

 
GTman:

Hello,

Can I use the zero value of a magic number in a EA to control the manual trades I opened?


thanks GL

Hello,

Yes, you can use the zero value of a magic number in an EA to control manual trades. A magic number is a unique identifier for trades opened by an EA, and if you set it to zero, it typically means the trade was opened manually. You can write your EA logic to check for trades with a magic number of zero to identify and manage these manual trades specifically. Ensure your EA is designed to handle such cases correctly to avoid unintended consequences.

 
Antonio Simon Del Vecchio #:

Hello,

Yes, you can use the zero value of a magic number in an EA to control manual trades. A magic number is a unique identifier for trades opened by an EA, and if you set it to zero, it typically means the trade was opened manually. You can write your EA logic to check for trades with a magic number of zero to identify and manage these manual trades specifically. Ensure your EA is designed to handle such cases correctly to avoid unintended consequences.

Thank you for your prompt reply