Codes

Order-Tool "Hedger" for MetaTrader 4

An EA meant as advanced Order-Placement tool, which tries to help its user to set the "Stop-Loss"-level farther away with the same or less losses than normally expected

Forum

OrderOpenPrice() does not work correctly

Hey guys, in the following code-block I created an order via OrderSend and tried to modify it. if (RiskHedge == true ) { OrderSelect ( 0 ,SELECT_BY_POS); if (total == 1 && OrderType() == OP_SELL && aktiv_2 == true && Ask > (Preis+ 3 *spread)) { OrderSend ( Symbol

Programming a new "OrderWindow" in MT4

Hey folks, since I wasn't able to find any direct answer to my question via google nore this forums search function , I have to bother you with my question: Is it (generally) possible to create a new order-window via mql4? I know that it is possible to write an expert advisor and fill in the