- Search Crypto Craft
-
pips4life replied Aug 20, 2010Your step #1 is incorrect. Don't use MT4 to save the output as HTML. Rather, use the script on the 1st broker mt4 and specify an output filename. The format it outputs will already be suitable for use as an input file into another broker session. ...
Improved OrderHistory mq4 script to display trade history on charts
-
pips4life replied Jun 13, 2010It sounds like your Broker's CPU time is off by 10 minutes (which if true, is not a good sign about the professionalism of your broker). By default, "P4L Clock" has variable "Broker_MMSS_Is_Gold_Standard" = true. This means that it interprets the ...
New very cool CandleTime and session time Clock indicators
-
pips4life replied May 6, 2010I'm jealous of those of you who were able to get in/out at close to peak low prices. A previous post said broker ATC wouldn't close positions when it got crazy. I can say for me that MBTrading-MT4 also was crazy. (I don't know about how their ...
Auslanco - GBP/JPY and GBP/USD (newstrade)
-
pips4life replied May 3, 2010NederPip, I looked into the EA a bit further and the reported results are wildly better than what can be expected from actual trading. The reason is that when the StrategyTester is used, it is NOT sufficient to select the "Every tick" model for ...
Improved multi-timeframe/offset/chart period converter, P4L PeriodCon.mq4
-
pips4life replied May 2, 2010You're right. It turns out the bar start time is an even multiple of minutes as calculated from Jan 1, 1970. That said... what does it matter really? The "47min" bar is not an even multiple of a day or a week, so no matter what the start time is of ...
Improved multi-timeframe/offset/chart period converter, P4L PeriodCon.mq4
-
pips4life replied May 1, 2010Many programs use function "TimeCurrent()" to return the time in seconds. It's value of 0 is Jan 1, 1970, I think at 00:00. It would be that time on YOUR broker's clock time as compared to GMT. The "P4L PeriodCon.mq4" code does not, however, use ...
Improved multi-timeframe/offset/chart period converter, P4L PeriodCon.mq4
-
pips4life replied Apr 29, 2010Any code tips and ideas are welcome. For my part, I will investigate a potential general solution which could work with any EA without requiring any modifications. After running the StrategyTester, the trade actions by the EA are in the "Results" ...
Improved OrderHistory mq4 script to display trade history on charts
-
pips4life replied Apr 28, 2010Hi NederPip, You might be surprised but I have done very little with EA's and the MT4 StrategyTester. When I played around with it a bit today, I saw that the form restricts what one can enter as the Symbol name. There is no way (that I know) to ...
Improved multi-timeframe/offset/chart period converter, P4L PeriodCon.mq4
-
pips4life replied Apr 28, 2010Most likely, your EA is programmed to take trades in whatever the chart symbol is, as reported by the function "Symbol()". Unfortunately, due to your use of a timeshift value, the "P4L PeriodCon" takes over the symbol name and renames it to append ...
Improved multi-timeframe/offset/chart period converter, P4L PeriodCon.mq4
-
pips4life replied Apr 28, 2010I only happen to know about accessing the order history of actual trades. Perhaps there is a way to retrieve a virtual history of trades that an EA backtest had taken but I haven't looked into it. That said, it seems to me that any EA could, as you ...
Improved OrderHistory mq4 script to display trade history on charts
-
pips4life replied Apr 27, 2010Hi Yaniv, The way it's presently designed, this indicator does not aggregate candles across the weekend gap. I'm also of the mind that it would not be a good idea to do so either, since my opinion is that on occasion, big news occurs over the ...
Improved multi-timeframe/offset/chart period converter, P4L PeriodCon.mq4
-
pips4life replied Mar 26, 2010Trade data is output in Excel tab-delimited format. Columns are... — Hi smassax, Glad you like the script. It is very helpful to me too, to be able to graphically display my trade history and learn from it. The output/input data for Excel is ...
Improved OrderHistory mq4 script to display trade history on charts
-
pips4life replied Mar 13, 2010Simone, Thanks for the PDF you just uploaded in post #1. I'm just checking to be sure this is a "17" page PDF (cover page isn't numbered) and that the last text is as given in the picture below (PDF pg 16, since 17 is blank). The reason for my post ...
Simple & Consistent Fibbing Method
-
pips4life replied Mar 4, 2010What more can you say about this EA? Is it profitable, and what timeframes and pairs do you use it with? (Do you still use it? It's been a few months). When you say disable the EA after an S/L or T/P, then you are apparently saying you want it to ...
High probability Trading System
-
pips4life replied Feb 23, 2010That's high praise, thanks.

New very cool CandleTime and session time Clock indicators
-
pips4life replied Feb 22, 2010Almost anything is possible to program, it just takes effort and knowledge. I don't happen to know the details of what an XML file would contain in order to display it directly. If anyone wants to post raw XML showing what the file would need to ...
Improved OrderHistory mq4 script to display trade history on charts
-
pips4life replied Feb 22, 2010New "P4L Clock.mq4" v2_7 released in Post #1 — See post #1 for the latest update: 2010-02-23: New "P4L Clock.mq4" v2_7 Changes: * Added option for Dubai timezone * New "ShowRange" to show current bar High-Low (in pips) * New ...
New very cool CandleTime and session time Clock indicators
-
pips4life replied Feb 22, 2010You're very welcome. Because I already will soon post an update, I'll include Dubai as well. There are written instructions inside the program describing how to add a new timezone. It wouldn't be hard for any programmer to do but I got you covered ...
New very cool CandleTime and session time Clock indicators
-
pips4life replied Feb 3, 2010Hi Platypus, Thanks for the feedback, although respectfully, for the changes you suggest, I'm not personally too interested in seeing such charts with irregular time-length bars. Maybe someone else would be interested to make the modifications, but ...
Improved multi-timeframe/offset/chart period converter, P4L PeriodCon.mq4
-
pips4life replied Jan 22, 2010New "P4L Clock.mq4" v2_6 released in post #1. — Hi all, esp. Peter-FX, A new version of "P4L Clock.mq4" v2_6 was just uploaded to Post #1. Changes: * New "ShowPipSpread" (Ask-Bid) in pips (including automatic 1/10th pips for ...
New very cool CandleTime and session time Clock indicators