Michael Green
Michael Green
Michael Green
Left feedback to developer for job Add an extension to a working EA.
Michael Green
Left feedback to developer for job Take trigger code from an existing indicator and place inside trigger functionality of an existing EA.
Michael Green
Added topic Problem In Ichimiko on long trade with Chikou filter.
I can not enter a long trade when using the chikou filter however short trades work fine. Can someone review my code and let me know if they can spot the bug? Appreciated #property link        "https://www.NEW.com"
Michael Green
Added topic Help Please to Display Arrows
//+------------------------------------------------------------------+
Michael Green
Added topic Experts comments question.
2018.10.29 13:35:15.623 2905_2906.AUDJPY.25_10_2018.fv2 AUDJPY,H1: modify #49422381 buy 0.08 AUDJPY at 79.623 sl: 79.343 tp: 81.003 ok 2018.10.29 13:35:15.623 2905_2906.AUDJPY.25_10_2018.fv2 AUDJPY,H1: pPercent 1.5 why does the ea post this comment
Michael Green
Left feedback to developer for job Fix bugs in existing EA
Michael Green
Left feedback to developer for job Addition of New Functionality to Existing EA
Michael Green
Added topic HMA Type Conversion error for sqrt function
#property indicator_buffers 3 //---Indicator Colours #property indicator_color1 clrGreen //up arrow #property indicator_color2 clrRed //down arrow #property indicator_color3 clrRed //HMA //---Indicator Width #property indicator_width1 2 #property
Michael Green
Added topic Strategy Tester Date Parameter Issue.
Hi  I am trying to run a strategy test over the last 3 years: Period 1 Hour (H1) 2018.02.27 14:00 - 2018.06.26 23:00 (2015.06.27 - 2018.06.27) Though as you can see the strategy tester is only giving me 4 month's results. The broker chart shows
Michael Green
Added topic EA Shift to Pip Error ?
//+------------------------------------------------------------------+ //| Expert initialization
Michael Green
Added topic Help Please ! Simple code for entering position based on pips above below entry.
I have developed a 1 hour ea that works fine, however I am looking to add to positions if they are trade positive by x pips over the 5 minute time frame. I am having trouble trying to work out a simple way of configuring this: double PriceAdjust=(
Michael Green
Added topic MTF fix using GlobalVariableGet
Hi, Can somebody please tell me if my coding solution is correct in solving a 4 H MTF call for an EA that runs on a 1 H chart, or at least clarify further the following: I run a separate EA to call the 4 H CCI to my 1 H based EA as shown below
Michael Green
Added topic MTF Strategy Testing
Hi, Can someone please clarify the following. I have developed an EA that runs on the 1 Hour chart.  The EA has 5 components that it analysis's on the hour before making a trade decision. 4 of these components are based on the 1 hour time frame
Michael Green
Added topic Multi Time Frame EA/Signal Question - Help Please
Hi, I was chatting with a developer and he has told me that MT4 has problems using multiple time frames in an EA. I use the following to identify forward trend and then look for lower time frame entry points: int index = 0;      
Michael Green
Added topic MTF Code Issue
Hi, I was chatting with a developer and he has told me that MT4 has problems using multiple time frames in an EA. I use the following to identify forward trend and then look for lower time frame entry points:         
Michael Green
Left feedback to developer for job Debugging a zero divide error in my EA
Michael Green
Added topic Experts Tab "zero divide", Help please to clarify what this issue means?
Hi I get this error message when running my EA in the Experts Tab: 2017.11.14 08:00:00.419 EURAUD.Admiral.Trend.(i).28_10_2017 EURAUD,H1: zero divide in 'EURAUD.Admiral.Trend.(i).28_10_2017.mq4' (558,44) Everything compiles ok in the editor. Can
Michael Green
Left feedback to developer for job Pyramid Type Function Addition to Existing EA
Michael Green
Left feedback to developer for job Martingale Addition to an Existing EA
Michael Green
Added topic Simple Hammer Code. Help Needed !
BullishHammer=((Open[i]+Close[i])>(High[i]+Low[i]/3.0)); I am attempting to construct a hammer pattern signal in this case bullish where the body is a third the size of the candle high/low range. Can some one point me to where I am going wrong on
12