vdemydiuk / mtapi

MetaTrader API (terminal bridge)
http://mtapi4.net/
MIT License
521 stars 281 forks source link

ObjectCreate can now take up to 30 anchor points #148

Closed flognity closed 5 years ago

flognity commented 5 years ago

Modified the ObjectCreate such that it can take up to 30 anchor points (maximum amount of anchor points in mql5). The MtApi5.mq5 has been updated to cope with the added parameters. The MtApi5.ex5 has been rebuilt. This solves issue #146

vdemydiuk commented 5 years ago

Hi. Can you merge this commit to branch dev ? master must be stable and be versioned.

flognity commented 5 years ago

Hey, sure, I changed the base branch to dev.

vdemydiuk commented 5 years ago

Merged. Thank you for your help.