Forum

Problem with execute other currency

Hello , i have problem with coding , when i attach EA on other currency , the EA not running , but when i closed previous currency , the lates currency will run by EA. How it could be? What must i put on my EA

Reopen Last Order

i wondering aboout how to make an EA , if the order have hit a tp , it will make a same order and same tp with increases a lot . If u have a coding about this , can u shared it with me

Open new order after hit TP

extern double Lots = 0.01 ; extern int Slippage = 3 ; extern double TP = 0.00200 ; extern int MagicNumber= 11111 ; string text = "Forex Mudah" ; int init() { return ( 0 ); } //+------------------------------------------------------------------+ //| expert deinitialization function