Hi Problem solved. There were two main issues I overlooked: 1. internal varibles in indicator should be declared as static in EA 2. Position management in EA should be modified Thanks all
Hi Working, meaning execution of trades/orders in the same positions where the relevant indicator shows the Up & Down arrows (for entry) and x for close all positions. Currently, the EA does not do this. You see, I am new to MQL4 programing but I ...