Functions to simplify work with orders – library MetaTrader 5

Functions to simplify work with orders - library for MetaTrader 5
This is a class that will allow to open, close and modify your position by placing orders with really simple commands and configuration: Buy(), Sell(), Close(), Modify(). It has never been so easy! 🙂  Sample: #include <K_Orders.mqh> input int TP = 70; input int SL = 20; input double Lots=0.2; Order order; //+——————————————————————+ //| Script