- Search Metals Mine
-
mpurdy1973 replied Dec 28, 2007could you post your indicator/template? — would you be so kind to post your indicators / templates to setup your charts? they look interedted, i would like to see how you did it.
Indicator Free Trading - Skunny
-
mpurdy1973 replied Dec 28, 2007stop value is probably wrong...try this — if there is a error with stop add the following code to your buy (sell would be the same with different variables): Print("price = " + buy_price + ", buy_stoploss = " + buy_stoploss + ", ...
help with my Pivot EA
-
mpurdy1973 replied Dec 24, 2007could you post your indicator/scripts? — i like what you did on the chart? could you post your inidicator/script?
Indicator Free Trading - Skunny
-
mpurdy1973 replied Dec 18, 2007try this — i am doing another thing at 12 midnight GMT, got things mix up... also, the EA had a bug...had to wrap the trading section to make sure that it was within trading time (london open to ny close)
EA Request for trading the London open
-
backtesting data question
Started Dec 17, 2007|Platform Tech|0 replies
i downloaded as much data as i can, however when i do the backtest it only goes back to nov ...
-
mpurdy1973 replied Dec 17, 2007here is some help... — i dont know the tpl format however the mq4 is a text file that a coder creates; once created, he/she then compiles it into an ex4 file which then can be run against a chart. i.e. myIndicator.mq4 (text file people can ...
EA help......
-
mpurdy1973 replied Dec 16, 2007indicator hour set wrong...here updated version — had the hour set to 8 instead of 0...EA works the same either way...but now using this inidicator you can have a visual representative of the EA
EA Request for trading the London open
-
mpurdy1973 replied Dec 16, 2007thanx :-) — this will help a lot :-)
debug message MT4 EA in Strategy Test
-
mpurdy1973 replied Dec 16, 2007maybe i am interested... — as technical guy who has been taken advantage of by the "business development people", i total understand how coder feels. we do the work and the sales/ bd takes the credit and takes the money. however, i am curently ...
Help Needed for Creation.....
-
mpurdy1973 replied Dec 16, 2007beta version — attached is the "beta" version; please test this on a demo account before using...i belive everything is correct...with one exception...i havent added the "wipsaw" protection yet... i will add it this week. attached is an EA and ...
EA Request for trading the London open
-
mpurdy1973 replied Dec 16, 2007added features — the warning message is because i create a function writeToFile for debuging purposes and never delete it. since the function is never called, it show the warning message...if you want to just delete that function and ...
Please Pivot EA
-
mpurdy1973 replied Dec 16, 2007forward/pause button??? — where is the forward / pause button? (i use interbankfx binary download) ne
debug message MT4 EA in Strategy Test
-
mpurdy1973 replied Dec 16, 2007why is the signal so large a number? — i know this is an old thread, but thought i post here first. i downloaded the stochRSI indicator and compiled it. The RSI number is in the range of 0 - 100, however the Signal value is very large; can ...
Stochastic-RSI
-
mpurdy1973 replied Dec 15, 2007what is this formula used for? — now that you have the code, can you explain why you use it? and how?
Formula to code conversion.
-
mpurdy1973 replied Dec 15, 2007here is the new EA and indicator — attached is the new EA and indicator...they both work correctly, however, one thing to think about: on the zero hour candle (midnight GMT) the comparision is based on the previous day's pivot value, because ...
Please Pivot EA
-
mpurdy1973 replied Dec 15, 2007here is how to translate math formula to code — to do this you should breakdown the formula into smaller part; then build it backup --- breakdown ------------------ part0 = m1; part1 = x1 + m2; part2 = MathPower(x2, m3); part3 = MathSin(x3); ...
Formula to code conversion.
-
mpurdy1973 replied Dec 13, 2007need clarity — i see i should have used open and close instead of high and low (sorry i dont know how i remembered it wrong) however, i test if(Volume[0] == 1) which only allows to purchase one trade per candle. question, do you never want ...
Please Pivot EA
-
mpurdy1973 replied Dec 13, 2007not much, however, here is a few links to help — not much help available :-( other than forums here is some links i found: url url
I want to learn the MQL4
-
mpurdy1973 replied Dec 13, 2007thanx — yes it did...my problem was i should have used a 1 instead of a 0 for the array seeing i shift 1. also, i found a bug in my code...need to use the same timeframe as the EA did.
need help using ICustom
-
mpurdy1973 replied Dec 13, 2007i am currently working on this EA...will post when i am done; i do this in my spare time... i should be done by saturday (note: my wife is 38 weeks pregnant so you never know???)
EA Request for trading the London open