HosseinKOGO
HosseinKOGO
HosseinKOGO
Added topic What would happen exactly from this code?
Hello friends, Please take a look at this: BuyOrder= OrderSend ( Symbol (),OP_BUY,LotSize,Ask,Slippage, 0 , 0 , NULL ,MagicA, 0 , clrBlue ); if (BuyOrder!=- 1 ) {          Print ( " Buy Opened " ); } . . . if (
HosseinKOGO
Added topic How to access "Trade Volume"?
Hi guys, As you may know, Volume[i] indicates "tick volume" rather than " trade volume ". So we can access only to how many times the price changes. Does anyone know how to access to "Trade Volume" of each candle? Is there any way that does the
HosseinKOGO
Added topic Why my OrderSend Function does not return the order ticket number?
Hi There, As the documentation says, the OrderSend function: Ord Returns number of the ticket assigned to the order by the trade server or -1 if it fails. It should return the recent opened ticket number right? But it always return 0 for me... Here
HosseinKOGO
Added topic What will happen to the attached EA if we restart MT4?
Hi there, What would happen to the EA if we restart MT4? Imagine your EA has the variable "int Status=0;" in global area. Its value may change just in start() function , and now after a week of trading with EA you decide to restart MT4 to prepare for
HosseinKOGO
Added topic A challenge for "Automated Trading Gladiators"
Hello Allstars! Does anybody have a solution to move backwards in strategy tester(MT4) engine like watching a movie? Here is the explanation and example for the challenge: I want to do backtest in H4, something happens too fast to catch in the time
HosseinKOGO
Added topic Get rid of modification rows while backtesting?! Possible or NOT?
Hi Pros, I have a very on-nerves problem while I'm using trailing stop in my EA for backtesting. My trailing stop moves the SL when every tick comes in the expected direction. Spite that it is nice to see earning more profit, it is annoying when for
HosseinKOGO
Added topic How to Hardcode Multi-timeframes in our EA?
Hi Pros, I'm trying to make an EA depend on 2 time frames at the same time. In other words, I want my EA to check conditions in 1H and if the signal says to open for example BUY order, next I want it to check 4H time frame and if the 4H chart
HosseinKOGO
Added topic Why My XAUUSD 4H candles start with 1 hour shift?
Hello there, I don't know why my XAUUSD(4H) candles start at 1,5,9,13,17 rather than 0,4,8,12 etc. My Broker is HotForex(EU). As I've heard, it should start at 0-4-8-12,16,20  like currency pairs but for me it starts at 1,5,9... This issue is
HosseinKOGO
Registered at MQL5.community
123