- Search Crypto Craft
-
pips4life replied Jan 31, 2013My indicator takes system data, interprets it, and writes it out to a file. The data created by other indicators is not "system data" as I am defining it here. It is not trivially accessible to my indicator such that it could output it, except to ...
Improved multi-timeframe/offset/chart period converter, P4L PeriodCon.mq4
-
pips4life replied Jan 24, 2013P.S. You didn't say if you're using Windows 7 or 8, or using XP. If 7 or 8, be sure to run MT4 from a location NOT in the "Program Files (x86)" folder. For myself, I use "C:/Users/Kent/my_MT4/" If you use the Program files folder, things get very ...
Improved OrderHistory mq4 script to display trade history on charts
-
pips4life replied Jan 24, 2013You didn't attach your file if you intended to. Assuming when you read my input file that you said "Comma" for the delimiter, it should have read it in. Try re-downloading the script from post#1 in case you made an accidental change to the code. ...
Improved OrderHistory mq4 script to display trade history on charts
-
pips4life replied Jan 23, 2013You didn't provide any sample of your input data file. Most likely there's some problem with it, because the process works for me. Compare your input file to the sample one attached. I created it by making an output file, but I did trim the file to ...
Improved OrderHistory mq4 script to display trade history on charts
-
pips4life replied Jan 18, 2013Hijacking my thread to ask your totally unrelated question is NOT WELCOME! It was kind of infinitus to give you a suggestion, but be considerate to me and to other thread starters to respect the topic of each thread. Find an appropriate thread that ...
Improved multi-timeframe/offset/chart period converter, P4L PeriodCon.mq4
-
pips4life replied Jan 4, 2013As you noted, David doesn't support this tool anymore. As "free" tools go, it's great for users, but quite a bit of hassle for David to keep supporting it. However, the version you have, v3.21, *may* just resume working the first full week into the ...
Plot News indicator (version 3.0)
-
pips4life replied Dec 13, 2012Hi Trucheitor, I'm just wondering if you ever figured out your EA for this Indy. I've just glanced at the signals it marks on the charts. Some of the filtering it does looks pretty decent. You make the point that the indy does not repaint. However, ...
Really good indi! PAJ (New Price action indicator!)
-
pips4life replied Dec 5, 2012The clock is an indicator, and as such, it only executes one time through whenever there is a tick. There's no way to put it into a loop, and no way to force it to execute every second, for example. Therefore, the clock only updates irregularly. ...
New very cool CandleTime and session time Clock indicators
-
pips4life replied Dec 2, 2012Seems to me a big step towards the answer may be here. If not, you can further explore some of the links in that post, and you could google further for discussions about the file "symbols.raw" (found under ...
MT4 navigational tips and techniques
-
pips4life replied Nov 19, 2012Hi Stratman, I'm just posting a followup about your code for determining background color. As I already posted, "Thanks", and your method worked well. However, I just figured out something that escaped my awareness until now that is probably a much ...
pipware.com
-
pips4life replied Nov 13, 2012A 2nd bounce (68p) occurred this morning at 5:00am ET. This bounce was 1 pip shy on EUR Futures 5bars/week chart, and 3.6p shy on cash EU 5bars/week.
Andrews Pitchfork (Median Line)
-
pips4life replied Nov 12, 2012GJ (GBPJPY) at an interesting place. I'm guessing there's another push down and would watch the retests of the blue Andrews, black Andrews, and magenta ModSchiff sliding parallel. Possible long opportunity. What are your views?
Andrews Pitchfork (Median Line)
-
pips4life replied Nov 12, 2012A study of a PF ML bounce on EU, Daily, cash vs. futures, and 5bars/week vs. 6bars/week. EUR_FUT,Daily (6/week. Shy of touch by 12pip) EUR_FUT+7H,Daily (5/week. Shy by **2pip) (Fyi, this is from an H1, x24, timeshifted by +7H with "P4L PeriodCon") ...
Andrews Pitchfork (Median Line)
-
pips4life replied Nov 12, 2012The standard MT4 volume indicator and probably most other typical volume indicators should work fine with the charts created by "P4L PeriodCon". The outputs of "P4L PeriodCon", including volume as well as all prices, are all taken from the base ...
Improved multi-timeframe/offset/chart period converter, P4L PeriodCon.mq4
-
pips4life replied Nov 9, 2012GBPJPY, H4. The main Andrews (black) and its' Mod.Schiff (magenta) are in play and fighting between the Andrews ML and a MS quartile right now. The other Andrews (blue) and it's Mod.Schiff show some resonance but not as definitive. Also notice how ...
Andrews Pitchfork (Median Line)
-
pips4life replied Nov 1, 2012I've never given the following much thought, mostly because I never had the tools to experiment, but due to a recent enhancement I made to my "P4L PeriodCon.mq4" MT4 indicator, I can now create inverted charts. The question: Is there a difference in ...
Andrews Pitchfork (Median Line)
-
pips4life replied Oct 27, 2012My apologies for the way my post came across. I'm all for "thinking outside the box". A lot of great ideas come from doing so. An "Inside" fork is not one that I made up or discovered. It was referred to in other places that I found several years ...
Andrews Pitchfork (Median Line)
-
pips4life replied Oct 26, 2012I know you know all about drawing legitimate forks. But with this line of inquiry, you are confusing the issue here. By definition, a legitimate Modified Schiff can only be drawn one way, such that the MS ML passes through 1/2 the time-and-price ...
Andrews Pitchfork (Median Line)
-
pips4life replied Oct 18, 2012New "P4L PeriodCon.mq4" v1.11 released in post #1 — See post #1 for the latest version v1.11 update. 2012-10-18: Released v1.11 update of "P4L PeriodCon.mq4" Changes: * Variable "InvertChart" added. If set to "True", an inverted ...
Improved multi-timeframe/offset/chart period converter, P4L PeriodCon.mq4
-
pips4life replied Oct 15, 2012It could be a combination of things done wrong, but the main one is that you set d_low = 1/d_low, and d_high = 1/d_high. If the prices are inverted, then the "High" becomes the "Low" (and the "Low" becomes the "High") in the inverted chart. When MT4 ...
Improved multi-timeframe/offset/chart period converter, P4L PeriodCon.mq4