Forum

How to Get Value from TimePicker.mqh

How to get value from TimePicker??? This code always returns -1 //+------------------------------------------------------------------+ //| ProjectName | //| Copyright 2018, CompanyName | //|

Error -1

What is Error -1 When i try to send an order in gold sometimes i get -1 error and sometimes it is executed. Any help?? This is the code i am using to send a buy void OpenBY() { int li_0; if (!IsTradeContextBusy()) { li_0 = OrderSend ( Symbol (), OP_BUY, Lots, Ask, Slipage, 0

How to make a simple one button panel in mql4??

I want to make a simple one button panel in mql4 4 Please help

iFractals in Mql5

How to do this in Mql5 In mql4 val1 = iFractals(NULL, 0, MODE_UPPER, i); val2 = iFractals(NULL, 0, MODE_LOWER, i);