Forum

Will EA stop working

When forex market has low volatile or no volatile even if EA is too good

How can we refresh ?

Is there any way to refresh mql4 programmatically

Doubts

When two currency chart's are open the first chart is inactive. How to make it active using mql4 without closing second chart through programming

MODIFIED VERSION OF FOUR ARROW KEYS AND CHART CLICK

//MODIFIED VERSION //--------------------------------------- #define KEY_LEFT 37 #define KEY_UP 38 #define KEY_RIGHT 39 #define KEY_DOWN 40 //+------------------------------------------------------------------+ //| | //+------------------------------------------------------------------+ void OnInit

USING FOUR ARROW KEYS AND CLICK ON CHART TO PLACE BUY OR SELL ORDER ONLY

#define KEY_LEFT 37 #define KEY_UP 38 #define KEY_RIGHT 39 #define KEY_DOWN 40 //+------------------------------------------------------------------+ //| | //+------------------------------------------------------------------+ void OnInit() {

Simplest Steps for MQL4 by Rethu Alex Mathew

//THESE STEPS TO BE PLACED UNDER EXPERT ADVISOR //--------------------------------------------- #include <TRADE EXECUTE.mqh> #include <CLOSE ALL.mqh> #include <TO CLOSE ALL PENDING ORDERS.mqh> extern double TOTAL_AMOUNT_INCLUDING_PROFIT; extern double EQUAL_INTERVALS_DISPLAY, MAX_LOCK_PROFIT