- Search Crypto Craft
-
pips4life replied Mar 17, 2019USDCAD,M15 now at the confluence of two PF's.
The One: Price Action and Reaction
-
pips4life replied Mar 13, 2019Do you not see a huge difference? Your chart is very dark, with subdued (dark) thin lines, and a tiny font for the EW labels. Compare to Sixers. (Your chart doesn't have to be white background, but pick some brighter colors, thicker lines, and a ...
Elliot Wave Analysis
-
pips4life replied Feb 22, 2019Your drawn forks are good, but only on M30. Best to draw multiple TF charts and keep in mind the larger timeframes also, which generally rule. Black PF would have been obvious next higher degree (to which I've added its magenta ModSchiff, with some ...
Andrews Pitchfork (Median Line)
-
pips4life replied Feb 1, 2019Thanks for the compliment. I have studied a lot about pitchforks, and lots of other techniques too. You will recall we did some projections together based on slope awhile back. I've always been curious about your time projections. You posted a few ...
I want to make you rich and I am going to give you $1000
-
pips4life replied Jan 31, 2019Perhaps tomorrow's NFP (8:30AM NY) will be the catalyst to raise it to a better target of interest. Some possibilities are in the gray box...
I want to make you rich and I am going to give you $1000
-
pips4life replied Jan 12, 2019Sigh. At least you're trying to code rather than asking someone else to do it for free. For that, you get my (limited) help today... Regarding divide-by-zero: Once you know the line number, look only at the denominator, and see why it is zero. (The ...
Help needed to fix 'Divide by zero' error
-
pips4life replied Nov 3, 2018See post #1 for the latest update: 2018-Nov-03: New "P4L Clock.mq4" v2_13 Changes: * The clock now updates every second, based on a Timer, and is no longer dependent upon incoming ticks to update the clocks. (Thanks for assist, Nicholishen) * New ...
New very cool CandleTime and session time Clock indicators
-
pips4life replied Nov 3, 2018I know of nothing wrong with the spread count, and I saw it vary myself as may occur normally. It is simply "Ask - Bid" price, but calculated only once-per-second. The actual spread might vary with some of the ticks, will certainly change during the ...
New very cool CandleTime and session time Clock indicators
-
pips4life replied Oct 30, 2018Nicholishen made a quick fix, which is close. There is a little more code to change to make it work for every second, like you expect of a clock. What I noticed is that it might appear to skip an occasional second, then jump up by 2 seconds the next ...
New very cool CandleTime and session time Clock indicators
-
pips4life replied Sep 27, 2018No argument from me that he should read the docs, regardless, but in his defense... These are not the most obvious things to find. 1) To click-and-drag around a chart: Using "Scale Fix" is the only thing necessary to then be able to "pan" ...
MT4 click and drag chart
-
pips4life replied Sep 21, 2018I'm in the U.S. and at present, I don't use any offshore brokers. U.S. brokers don't allow hedge orders so this topic is less familiar to me, and I can't take advantage of it. But, if I used a hedging broker, I would certainly use this technique to ...
Maximum overkill Close-All script
-
pips4life replied Sep 18, 2018See post #1 in which is written: Limitations: * If your generated chart has changed the "Symbol()" name (which includes all TimeShifted charts!), you will NOT be able to use that chart with EA's or other indicators that require the original ...
Improved multi-timeframe/offset/chart period converter, P4L PeriodCon.mq4
-
pips4life replied Sep 13, 2018I agree with you on the value of OOP (which I still know very little of, but am open to learn). When I made the recommendation, I knew it wasn't going to focus on OOP style very much, but the OP wrote "(no OO, please, I'm not yet advanced enough to ...
Finding last two objects on chart, need help
-
pips4life replied Sep 12, 2018I helped you and gave you tips because at least you tried to code it yourself. I can respect that. You will learn more if I only give suggestions and not just do it for you. If I were starting out today and wanted to learn MQL4, I would probably pay ...
Finding last two objects on chart, need help
-
pips4life replied Sep 12, 2018You're almost there but you have some obvious mistakes. You have the line: Alert("ObjectName: "+ObjectName(objName)+" Price: "+ObjectGet(objName, OBJPROP_PRICE1)); You used the loop to find a single object (firstObjName) and now... you never use ...
Finding last two objects on chart, need help
-
pips4life replied Sep 11, 20181) When your code does: total=ObjectsTotal(0,0,OBJ_TREND); ... your expect that the count is of only OBJ_TREND type, right? Why then would you access each object using only: ObjectName(i) ... which is irrespective of ObjType ?? That would be wrong, ...
Finding last two objects on chart, need help
-
pips4life replied Jul 4, 2018Hi robots4me, I had not previously tried it, but I agree with Jagg; there are some missing files. For the Lib file, can the missing "...\MQL4\Include\FSBPro\WinUser32.mqh" file be resolved by removing "FSBPro" ? MT4 already has ...
Improved OrderHistory mq4 script to display trade history on charts
-
pips4life replied Jun 30, 2018I've thought about this ST/DST problem a lot. Very few people have addressed ST/DST properly, and it gets very complicated. I've not yet dived into the Plot News code to figure it all out, but what I can say is... 1. You must consider the timestamp ...
Plot News / Downloader version 4.00
-
pips4life replied Jun 30, 2018First, it must be said that most of the few public scripts or indicators I've posted are already variations of what someone else wrote first. I learned MT4 by reading programs by others, and I know of no better way than to start with something that ...
Improved OrderHistory mq4 script to display trade history on charts
-
pips4life replied Feb 10, 2018If I were starting to learn MQL4 today, from scratch, I wish someone would tell me about the website found at "learn" followed by "mql4" and the usual ".com". I'm *not* endorsing it from my own experience or use! I picked up MQL4 on my own, studying ...
Learning MQL4, Coding an EA, Strength Indi, Entry and Exits