Wayne Adams

Results 10 comments of Wayne Adams

@arodus , did you pick this up?

@mateusscheper , on the object returned from `symbol_info()` there's a `trade_mode` member that seems to give this information. See docs for `ENUM_SYMBOL_TRADE_MODE` [here](https://www.mql5.com/en/docs/constants/environment_state/marketinfoconstants#:~:text=ContractSize*MarketPrice*LiqudityRate-,There%20are%20several%20symbol%20trading%20modes.%20Information%20about%20trading%20modes%20of,ENUM_SYMBOL_TRADE_MODE,-Identifier). It only works real-time. Does that break...

You could update the `volume_max` property on the respective `symbol_info` stored in the DATA_DIR's pickle files. But that seems brittle. I think you could also do something like this: 1....

Actually, instead of going to the DATA_DIR, you can just update the `volume_max` property by accessing `symbols_info` directly on a MtSimulator instance. Do this after loading data. For example: ```python...

Up voting for priority planning 🙏

Hi @marco-m-pix4d , thanks for the ping and sorry for the delay. Last week, we started to work though the steps in the issue template, but we needed to put...

Closing to kick off updated... update

Superseded by https://github.com/pivotal-cf/om/pull/634