mikegreen
mikegreen
mikegreen
Added topic Candle Pattern Logic - Base libary
Hi is there a spot here on mql4 where I can access candle pattern logic similar to the why I have identified some candle patterns in my previous code writing efforts: double O=(Open[ 1 ]);        double O1=(Open[ 2 ]);
mikegreen
Added topic Coding Help Please ! Pip range away from median MA's
#property strict #property indicator_chart_window #property indicator_buffers 5 //---Indicator Colours #property indicator_color1 clrGreen //up arrow #property indicator_color2 clrRed //down arrow #property indicator_color3 clrCrimson //SMA10
mikegreen
Added topic 3 sma cross over clitch
//+------------------------------------------------------------------+ #property version    "1.00" #property strict #property indicator_chart_window #property indicator_buffers 5 //---Indicator Colours #property indicator_color1 clrGreen
mikegreen
Added topic Lot Size Error
// Determine what a pip is.    pips=Point; //.00001 or .0001. .001 .01.    if(Digits==3 || Digits==5)       pips*=10;   I get an invalid lot size error if I enter say 1.63 lot however if I enter 1.6 lot then I
mikegreen
Added topic Code Help, Please Clarify
Hi Can someone please clarify that the coding below is correct? I want to trade between 1.30 am and 9.30 pm and halt trading for news release between 1.00 pm and 3.00 pm  Therefore is my coding correct?? will this function correctly?? Any
mikegreen
Added topic Pip distance from MA coding problem.
#property strict #property indicator_chart_window #property indicator_buffers 5 //---Indicator Colours #property indicator_color1 clrGreen //UpArrow #property indicator_color2 clrRed //DownArrow #property indicator_color3 clrRed //EMA50 #property
mikegreen
Added topic Buffer not showing
Hi can anybody suggest why the envelopes are not showing when I drop this on a chart? I believe I have coded it correctly ?? Thanks 
mikegreen
Added topic Logic statement compiling error
Hi,  Can anyone suggest a fix for this compiling error on the || or statement:  if(PriceHighBack>=BolUpper && PriceMedian<BolUpper || PriceHighBack>=BolUpper && PriceMedian<PriceMedianBack) I get this compiling
mikegreen
Added topic Suggestions please.
I am new to mq4 programming, I have a working indicator and working ea, I get good results in backtests however when I try to optimise certain parameters it runs the test and does not provide any results. Suggestions as to why this might be please
mikegreen
Added topic TrendLine Indicator.
Hi,   please help ! can somebody tell me why I can not get an up arrow to draw as per logic. See attached file. Hope you can help me !? 
mikegreen
Added topic DRAW_HISTOGRAM not rendering correctly. Help Please:)
Hi hope someone might be able to help. Can you suggest a fix for the attached indicator please.   I want it to draw a Histogram for: SetIndexBuffer(6,HeikenAshi_tenkansen); SetIndexStyle(6,DRAW_HISTOGRAM); It will not do this. However if I set
mikegreen
Added topic Help Wanted ! Declaring anchor points in ObjectCreate
Hi, I hope you can help, I have an indicator that I am working on and want to draw a trendline however I am having trouble in where I should declare the anchor points . Any suggestions would be appreciated..... 
mikegreen
Added topic Help! Why does my indicator draw vertical lines on the main chart for unassigned lower window technical's !?
Any suggestions as to why would be appreciated. regards ........ 
mikegreen
Added topic Help ! Time Function Coding
Hi,   I have a fully functioning EA, however I want to add a time of day trading filter so that the EA only trades within certain times of the day. I would also like to optimise this time function for best results. Can some one on this forum
mikegreen
Left feedback to developer for job EA Upgrade
mikegreen
Added topic Programmer Required.
We are an Investment company looking to retain a programmer for the meta trader platform to create an expert advisor to trade our client funds. We have a proven system based trading methodology that we would like to automate. We will be happy to
mikegreen
Registered at MQL5.community