hamid khateri / Publications
Forum
my expert It works differently in 2 accounts, please help, its important
hi i have maked a EA, it work good, but in 2 account works differently, i loaded it in 2 account, this accounts are in 1 server, sometimes account 1 make trade, but account 2 not make trade! EA is the same in 2 account, the trade codes: if (dealNum== 1 && !enter && ReEnter)
my EA atomatically removed and reloaded some days!!!
hi my EA that i writed, somedays automatically removed and reloaded (Attached Pic) please help, and please see my other topic and help
my EA not trade Sometimes
hi my code is: if (Bid-Open[ 0 ]>= 400 * Point ){ ticketNumb = OrderSend ( Symbol (),OP_BUY,yek,Ask, 0 ,SlB,TpB, "TEST" , 1374 , 0 , clrBlueViolet ); } its my part of EA that make trade, i set the EA to 3 accounts, its work good, but sometimes 2 or 1 accounts not trade!!!! 1 account make trade but 2
my expert sometimes it does not trade!!!
hi, i say to my expert that: if the price goes up 400pip, make trade, and get position, I have run this EA in 3 accounts, and it work good, But some days, randomly one or two account does not trade, while price has gone up 400pip, what is the problem?? _i run the EA in VPS, _EA is the same in three
how can i detect that 10 seconds to bar close? MT4/EA
hi If there are 10 seconds left until the bar closing, I want to do something, like get position... how can i detect 10 seconds left to 5M bar closing??? i have no idea,I couldn't find codes
Problem in detecting a new Bar
Hi, I tested these codes to detecting the new Bar, but it had problems, im gonna write each problem under its code Code1: //+------------------------------------------------------------------+ //| example.mq4 | //|
Compare Bid and bar open price
Hello, I want to compare the Bid and the Candle open price at the beginning of each candle, in EA. If Bid goes 20 Point(or more) higher than the Candle open price, Take a position. If Bid goes 20 Point(or more) lower than the Candle open price, Take a position. and And then wait for the next candle