- Search Metals Mine
-
mpurdy1973 replied Dec 13, 2007EA now works according to request — attached is the indicator and EA, both work correctly now; however, here are a few things to think of: since the EA only checks to see if the the last candle straddles the pivot value it is not that ...
Please Pivot EA
-
mpurdy1973 replied Dec 13, 2007EA has a bug - dont use it! — The indicator works fine, however, the EA has some problems...please DONT use it! i will post an updated one when it is works.
Please Pivot EA
-
mpurdy1973 replied Dec 12, 2007thanx for the feedback — i got more questions, but let me walk the for loop first... thanx
need help using ICustom
-
need help using ICustom
Started Dec 11, 2007|Platform Tech|3 replies
I create an indicator and try to use it in an EA, however the values i get back from the ...
-
mpurdy1973 replied Dec 11, 2007gbp start at 8 am GMT? — when does the gbp open? i believe it is 3am EST or 8am GMT, right?
EA Request for trading the London open
-
mpurdy1973 replied Dec 11, 2007indicator and EA attached — here is the modified indicator and the EA. i did some backtesting and it is successful. sorry it took so long, however, i tried to use ICustom but it didnt work (im new to mq4...have to get some help on it) so i ...
Please Pivot EA
-
mpurdy1973 replied Dec 11, 2007okay this can be done — what is the initial stop in #1?
EA Request for trading the London open
-
mpurdy1973 replied Dec 11, 2007what do you need? — i can do an EA for you; what do you need?
Need EA. Willing to Pay!
-
mpurdy1973 replied Dec 10, 2007working progress - indicator done...working on EA ...please provide feedback — i didnt not get the EA done yet (have to do that tomorrow, however i did do the indicator: blue lines: are high and low red line: pivot point green line: is the ...
Please Pivot EA
-
mpurdy1973 replied Dec 9, 2007should be able to create it tomorrow after work — yes, this should be fairly easy...it late now (New York time), however, i can do this tomorrow. i would like to know more about trading with pivots, if you could help with that, i would gladly ...
Please Pivot EA
-
mpurdy1973 replied Dec 9, 2007let talk — you can email me at [email protected] and we can exchange numbers by email. i would like to know more about this project and how large it is.
Programming skills for sale
-
mpurdy1973 replied Dec 9, 2007c, c++, and java, j2ee programming — i have been a programmer for years using c, c++, and java...i am relativly new to mq4, however, it not to hard to learn... i am also doing my master thesis in computer science creating a rule-base trading ...
Programming skills for sale
-
mpurdy1973 replied Dec 9, 2007need more information — the pivot formulas are: ------------ Pivot Points ------------ r3 = high + 2(pivot - low) r2 = pivot + (r1 - s1) r1 = 2 * pivot - Low pivot = (high + close + low ) / 3 s1 = 2 * pivot - high s2 = pivot - (r1 - s1) s3 = ...
Please Pivot EA
-
mpurdy1973 replied Dec 8, 2007thanx for the indicators — i thought i change that line, however, i must of not saved it... thanx for the updated one. your automatic fibo looks interesting; i am doing somewhat the same thing, however a little different. i am trying to ...
changing color of a fibo
-
mpurdy1973 replied Dec 8, 2007thanx for the feedback — if you look at the code you can set the default setting at 200, 50, and 20 and recompile it. lines 15, 16, and 17 //---- input parameters extern int ExtShortMA=34; extern int ExtMediumMA=89; extern int ExtLongMA=144; i ...
Indicator request
-
mpurdy1973 replied Dec 8, 2007here is a screenshot of the indicator... — here is a screenshot of the indicator with MAs on the chart... you can see the inverse relationship. btw: how would you trade using this indicator? i assume this is a secondary indicator...what is ...
Indicator request
-
mpurdy1973 replied Dec 8, 2007still doesnt work — thanx for your help...it makes sense that the level color would be correct, however it still keeps the color yellow...attached is a test indicator to demo it.
changing color of a fibo
-
mpurdy1973 replied Dec 8, 2007your formula and indicator — the translation of your formula to mq4 is as follows: ((Close[i] - sma) / sma) * 100; wrapping it in a for loop looks like this for(i = Bars - sma; i >= 0; i--) { //ExtMA is variable for the moving average you want ...
Indicator request
-
mpurdy1973 replied Dec 7, 2007need screenshot of MA with description — please post a screenshot of what you want (use ms paint to draw on it if you have to)
Indicator request