Boob Wood
Boob Wood
Just a novice with many Questions.
Boob Wood
Added topic Metatrader Download Err
I can not download metatrader softwear! Is there the same problem for you? download.mql5.com is not accessable for me
Boob Wood
Added topic MetaTrader
I have a script, during executing suddenly MetatTraded will close but MetaEditor is still open. how can i find out the reason of closing MetaEditor
Boob Wood
Added topic A Beginner Question
I designed a simple EA using Moving Average Indicator. I want to find out the best MA Period  which my EA gives back better results
Boob Wood
Added topic Why Position is Not Closed?
in the following picture I t seems that the opened Sell Position must be closed in the areas which marked by "?" But this sell position is not closed. When the price is under take profit
Boob Wood
Added topic How To Test Not Free Experts?
Most of none free experts int he market have a demo  whenever I select It a message asks me to open it in MetaTrader 5 after that I Select Test on ToolBox, so in Strategy Tester in Expert name the name is selected then i press Start btn in
Boob Wood
Added topic Change Indicator Line Color(Repeated Question After 5 Years)
this is a way to use MA in our code. but how can we change the style of line in the code? I want two MOVING AVERAGE indicatror showed in page with two different color. MA_Handle = iMA ( NULL , PERIOD_M1 ,MA_Period,MA_Shift, MODE_SMA , PRICE_CLOSE );
Boob Wood
Added topic which Line of a code generate Critical Error
Is there any way to find out Which command or which line of code, Makes MQL5 Debugger Show Critical error occurred, debugging is stopped why this error message has not any clue to point the trouble
Boob Wood
Added topic Attach Expert to Chart Command?
bool    ChartIndicatorAdd (    long   chart_id,                 // chart ID    int   
Boob Wood
Added topic Invalid Stop
This is my Code to Buy in my expert, On BCTUSD it gives back error message of invalid stops , Why? //+------------------------------------------------------------------+ //| Expert DO_Buy
Boob Wood
Added topic Is There Any Strategy?
There are many articles about the benefits of having a trade strategy, and articles are abounded by advises like these: Have you strategy of trading. If you have not a distinct Trade strategy, you lost all your money  ... And so on But when I
Boob Wood
Added topic Problem With Running MetaEditor
When I want to run expert or indicator from MetaEditor By Pressing F5, Nothing happened. Screen Flashes for a seconds and then Return back to editor screen. But when in MetaTrader environment the same compiled program is attached to chart it works
Boob Wood
Added topic Really Strange Error (OO)
This Is My Expert Code. I am going to have Automatic Trading according another indicator data (Test_SellBuyPoints). Whenever I want do debug my code and step by step running, I give " Critical error occurred, debugging is stopped", message in line 38
Boob Wood
Added topic Help ME I will Get Some Strange Value
SomeTimes CopyBuffer Takes a long time and return 65535 into the ZigZag_Copy_Value while bars is something less than 3000 this makes me crazy bars= Bars (sSymbol,ThePeriod,StartDate,EndDate); ZigZag_Copy_value= CopyBuffer (ZigZag_Handle, 0 , 0
Boob Wood
Added topic Wrong Indicatare Value
Hi, I have following code to show all RSI value of a Symbol, Every thing is doing well, But It shows wrong values for Long Distance Periods (Distance Between StartDate and EndDate is more than 10 years) Any help will appreciated. void OnStart (){
Boob Wood
Registered at MQL5.community