On the new version if I try to put lot over 0.03 it makes it 10 times bigger. For example for lot 0.05 it tries opening trades with lot 0.5. It might be a mistake at calculating lots.
Cristian-bogdan Buzatu #: On the new version if I try to put lot over 0.03 it makes it 10 times bigger. For example for lot 0.05 it tries opening trades with lot 0.5. It might be a mistake at calculating lots.
This is part of a safety check.
Before opening a trade, the system checks if 10x the intended lot size can be opened. If not, the trade is skipped.
Because of this, the logs may show checks for larger lot sizes (e.g. 0.1 when using 0.01), but the EA is NOT trying to open trades with that size.
I have attached the settings used in the backtest.
Hey, bro. I entered 1 lot, but the EA only trades 0.1 lot. Is this the parameter limit?
Yes, that is correct.
Since this is the free version, the lot size is intentionally limited to a lower volume.
On the new version if I try to put lot over 0.03 it makes it 10 times bigger. For example for lot 0.05 it tries opening trades with lot 0.5. It might be a mistake at calculating lots.
This is part of a safety check.
Before opening a trade, the system checks if 10x the intended lot size can be opened. If not, the trade is skipped.
Because of this, the logs may show checks for larger lot sizes (e.g. 0.1 when using 0.01), but the EA is NOT trying to open trades with that size.
This is part of a safety check.
Before opening a trade, the system checks if 10x the intended lot size can be opened. If not, the trade is skipped.
Because of this, the logs may show checks for larger lot sizes (e.g. 0.1 when using 0.01), but the EA is NOT trying to open trades with that size.