- Search Energy EXCH
- 2,180 Results (17 Threads, 2,163 Replies)
-
MathTrader7 replied Feb 1, 2017Here is my version of the Heikin-Ashi indicator applied to Renko charts...
Renko Trading Discussion
-
MathTrader7 replied Feb 1, 2017Yes, mine is different. I create Renko charts (HST files) using real ticks downloaded form Dukascopy...
Renko Trading Discussion
-
MathTrader7 replied Feb 1, 2017You're welcome! :-) This is a good question. In the absence of the history data of ticks, what the non-gap Renko builder EA creates is the most accurate reconstruction of Renko bricks. But for a more reliable backtest, one needs to download real ...
Non-gap Renko Chart Creator EA
-
MathTrader7 replied Feb 1, 2017You're welcome! :-) I don't test it anymore, I am running the EA on one of my live accounts with good results so far. Best, Math
Speedometer (Points/Sec)
-
MathTrader7 replied Feb 1, 2017Hello Samatron19, My speedometer EA is working very well according to my expectations. The big enemy to my machine learning technique is any anomaly in the market (such as price jumps which are not the result of red news releases, etc.) where it ...
Speedometer (Points/Sec)
-
MathTrader7 replied Feb 1, 2017Hi Hutch, Thanks for the survey, it actually shows how much the non-gap Renko builder EA is accurately generating the Renko charts. Please note that the non-gap Renko builder EA reconstructs Renko bricks from history data the most accurately, and ...
Non-gap Renko Chart Creator EA
-
MathTrader7 replied Feb 1, 2017Hi Eamonn, I have never seen such things to happen. Unless you draw some object on the created Renko chart and then you change the Renko brick size in the Renko builder EA, where the EA rebuilds the chart and all object on the chart will be deleted. ...
Non-gap Renko Chart Creator EA
-
MathTrader7 replied Jan 31, 2017Version 1.49 released (I updated Post 1). In this version the EA uses M1 data regardless of what time frame the user attach the EA to.
Non-gap Renko Chart Creator EA
-
MathTrader7 replied Jan 31, 2017Hello, I'm glad to hear it. However, please note that if you attach any Renko builder EA to any timeframe other than M1, the result would not represent the real market. I am going to publish a new version that regardless of what timeframe the user ...
Non-gap Renko Chart Creator EA
-
MathTrader7 replied Jan 27, 2017Hi, in the below link you can find one way to backtest Renko EAs. I don't use this method, I have my own way of backtesting Renko EAs. url
Renko Trading Discussion
-
MathTrader7 replied Jan 27, 2017As Sevan62 suggested, open a ticket at Service Desk of mql5.com and report this issue.
Windows Update KB3211320 and MT4 crash
-
MathTrader7 replied Jan 26, 20171. In this thread we only discuss the Non-gap Renko Chart builder EA. So, do not write any irrelevant post here. 2. We do attach a Renko builder EA to M1 (1 minute) charts only. 3. There is no way you can get the nice trending Renko chart in ...
Non-gap Renko Chart Creator EA
-
MathTrader7 replied Jan 26, 2017Version 1.42 released (I Updated Post 1). In this version the EA automatically detects suffix of symbols.
USDLFX Offline Chart Creator EA
-
MathTrader7 replied Jan 26, 2017Here is the first version of the EA that trades based on your idea.
Renko Trading Discussion
-
MathTrader7 replied Jan 26, 2017I see your point, but It is not trivial to backtest Renko EAs with real ticks. The purpose of backtesting is to confirm the functionality of the EA, not its profitability.
Renko Trading Discussion
-
MathTrader7 replied Jan 25, 2017I think you need to change: N = iHighest(Symbol(),PERIOD_CURRENT,MODE_CLOSE,6+i,4+i); to N = iHighest(Symbol(),PERIOD_CURRENT,MODE_CLOSE,3,4+i);
iHighest code problem