iscuba11
iscuba11
Friends

Add friends via their profile or user search and you will be able to see if they are online

iscuba11
Added topic Ask and Bid
if( bid <maexpL) CloseBuyEarly=1; I am probably too tired to understand what I am doing wrong. The above statement returns and error - 'bid' - variable not defined. Please tell me what I need to make this error go away! Go ahead, Make My Day! -
iscuba11
Added topic How do I check for a double top or double bottom
In my EA, I wish to check to make sure that the current currency price is above the last 4 bars High before I enter a buy trade. How would I test for this in a MQ4 statement? Thanks in Advance!! Dave <<<
iscuba11
Added topic Question on a statement - Need clarification
if(Ask>iHigh(NULL,0,Highest(NULL,0,MODE_HIGH,3,1))) BuyTrade=1 ; If the above statement is true , will the resulting Buy Trade = 1 or not?? Dave <<<
iscuba11
Added topic Average Daily Pip Moves Of Currencies
I always wanted this information, and now I did the research and calculated the average daily move of most of the currencies played. Whether it be from high to low or low to high, these are the pip moves both in last 2 months and as far back
iscuba11
Added topic Open and Closing Information
How would I write the loop to capture the opening and closing values of a currency for the last 2 bars and display them each as a comment? Please help! Dave <<
iscuba11
Added topic EA using indicator data - Professional Clarification Required.
Does an EA need to have the indicator placed on the graph to reference the data from the indicator?? If the indicator is only showing under navigator> custom indicators but not placed on the graph - is this enough?? This is a question that has
iscuba11
Added topic What indicators do not redraw themselves???
I understand PSAR does not, but what other indicators to not redraw and distort themselves
iscuba11
Added topic How to make Arrow size bigger in statement??
How do you make a DRAW_ARROW Size bigger. I tried DRAW_ARROW, STYLE_SOLID, 2 and that did not work?? Please advise!!!! Thanks in advance. Make My Day! Dave <<
iscuba11
Added topic Can anyone figure out why this will not work right??
if (UseHourTrade) { if(!(Hour()>=FromHourTrade1 && Hour()<=ToHourTrade1)) a=1; if(!(Hour()>=FromHourTrade2 && Hour()<=ToHourTrade2)) b=1; if(!(Hour()>=FromHourTrade3 && Hour()<=ToHourTrade3)) c=1; if(a==1 || b==1 || c==1) { Comment(
iscuba11
Added topic Indicator windows placement
What statement can I use to place a indicator as a seperate window, but also place it at the top of the screen versus the bottom??? Dave <<< Appreciate your input
iscuba11
Added topic Auto-Set Levels on indicator
1) What statement do I use to put automatic levels of .35 and -.35 in an indicator so that when I use the indicator, it will automatically establish the levels when I drag it over the graph??? Dave <<<
iscuba11
Added topic Indicator Setup Display on indicator window
Is there anyway to display the setup variable values on the indicator window?? I have comments from my EA that show up at the top left of the graph already. Having comments from both the EA and the indicator causes display conflicts. Your expertise
iscuba11
Added topic Histogram Lines to size 2 in indicator program
How do I get a program to automatically increase the histogram width to 2. When I change this statement, nothing happens to the width. SetIndexStyle(1,DRAW_HISTOGRAM); to: SetIndexStyle(1,DRAW_HISTOGRAM,0,2); void SetIndexStyle( int index, int type
iscuba11
Added topic Help needed with alert display function!
The alert does not include what currency pair moving average crossed over. How do I correct this code to pickup and identify the currency pair name like USDJPY in the alert display?? //----------------------- ALERT ON MA CROSS
iscuba11
Added topic 2 best moving averages for an EA.
Opinion requested. What type (EMA), and what bar numbers are the best most profitable 2 moving averages (Short Term and Long Term) to work with on currencies, especially with EA's? This will help my research! Dave << Thanks for responding
iscuba11
Added topic Statement clarification request!
This is a simple question. I am not well versed in MQ4 language. How can I change a statement from: if (OsMA Previous > OsMAPrevious 2) OsMADirection = 1 To: (OsMA Previous > OsMAPrevious 2) OsMADirection = Bullish ?? Is it as simple as putting
iscuba11
Added topic Looking for Linear Regretion Indicator
Would anybody like to share your linear regretion indicator with me - I could sure use it! Dave <
iscuba11
Added topic Need a little assistance please!
Could I ask for a little assistance in what should be 2 simple band indicators to program in Mq4. I would like to create 2 band indicators: 1) 3 EMA, high, plus another 3 EMA, (high + 15 pips). 2) 3 EMA, low, plus another 3MA, (low - 15 pips). Can I
iscuba11
Registered at MQL5.community
123