Replies

7835660
27 Dec 2024, 14:17 ( Updated at: 30 Dec 2024, 07:15 )

RE: Cbot Script Created but not taking any trades even when the rules are met

PanagiotisCharalampous said: 

Hi there,

Probably your issue is the volume. You are using lots instead of units. ExecuteMarketOrder() takes units as an input and not lots. You can use QuantityToVolume() for the conversion.

Best regards,

Panagiotis

Thank you! will try it


@7835660