How to make pending orders grid in few click?

 

Hi Everybody!

Need help!

Who knows, how to open a several pending orders simultaneously in few clicks?

I need to set a grid of 10-20 orders very quickly. Each value should be set in the appropriate field.

For example:

0.01 --- 0.81760
0.02 --- 0.81730
0.03 --- 0.81700
0.04 --- 0.81670
0.05 --- 0.81640
0.05 --- 0.81610
0.06 --- 0.81580
0.07 --- 0.81550
0.08 --- 0.81520
0.09 --- 0.81490

and so on...

Who knows, how to make it in MQL5 code? Or maybe somebody knows about already exciting script for FREE?

Thanks!

Documentation on MQL5: Constants, Enumerations and Structures / Trade Constants / Order Properties
Documentation on MQL5: Constants, Enumerations and Structures / Trade Constants / Order Properties
  • www.mql5.com
Requests to execute trade operations are formalized as orders. Each order has a variety of properties for reading. Information on them can be...