- Search Energy EXCH
- 2,180 Results (17 Threads, 2,163 Replies)
-
MathTrader7 replied Nov 6, 2019Nowadays people program such portfolio EAs for MT5 platform... old days there exist some Python scripts that the user had to export the history data of all symbols to an external file and then the Python scripts do the math!
Portfolio Backtesting
-
MathTrader7 replied Nov 6, 2019The funtion AccountInfoInteger() returns long, in order to prevent the warning message, you need to explicitly cast it to the type int.
Need Help on Simple Coding
-
MathTrader7 replied Nov 5, 2019OBJ_TRENDBYANGLE doesn't have the OBJPROP_PRICE2 property. It is a ray, not a line segment. Which means an object OBJ_TRENDBYANGLE is fully defined by OBJPROP_TIME1, OBJPROP_PRICE1 and OBJPROP_ANGLE.
Automatic Arrowhead lines on MT4
-
MathTrader7 replied Nov 1, 2019Just rename "rsi_triplehull_1.1_nrp.mq4" to the previous RTH indicator's name. If buffers of this indicator are the same as previous indicator, The EA should work fine. I am busy with other projects at the moment. I don't know when I would find some ...
Renko Trading Discussion
-
MathTrader7 replied Oct 31, 2019If it is the same as ordinary RSI, why we should use that? I can use the standard RSI indicator of MT4.
Renko Trading Discussion
-
MathTrader7 replied Oct 31, 2019There will be no updates that would fix the Volume[0]==1. You need to find another way to check whether a new Renko candle is opened...
Non-gap Renko Chart Creator EA
-
MathTrader7 replied Oct 31, 2019Hi Hercs! In this case, the RTH indicator might repaint? Best, Matt @those who are asking where are the indicators for this EA to download. The indicators are available at this link.
Renko Trading Discussion
-
MathTrader7 replied Oct 30, 2019Are you sure that the EA's settings of RTH and the settings of the RTH indicator that you have attached to the chart are the same?
Renko Trading Discussion
-
MathTrader7 replied Oct 30, 2019Hi Hercs! Thanks for reporting the missing trade. I think I know what happened in the EA code that it didn't take that SELL trade. I will fix it and release a new version. P.S. 10 points (1 pip) Renko?? Are you kidding me?
Best, MattRenko Trading Discussion
-
MathTrader7 replied Oct 30, 2019Morning Hercs! Glad to see green pips on your charts
Please keep posting your results. And if possible for you, create a Trade Explorer so that everybody who is interested can see the results. Best, MattRenko Trading Discussion
-
MathTrader7 replied Oct 29, 2019This is version 1.04 of the EA with following updates: 1. RTH levels are updated, 50 < RTH < 90 for BUY, 10 < RTH < 50 for SELL; 2. Continuation signal is added (Type F in your original post); 3. Exit will be on opposite arrow (not opposite signal); ...
Renko Trading Discussion
-
MathTrader7 replied Oct 29, 2019Okay, these are new rules
I will modify the EA and release the new version here.Renko Trading Discussion
-
MathTrader7 replied Oct 29, 2019Okay, let's check the strategy step by step together: 1. For a valid BUY signal the value of RTH must be less than 90 and greater than 82, (82 < RTH < 90), is this right? 2. For a valid SELL signal the value of RTH must be less than 18 and greater ...
Renko Trading Discussion
-
MathTrader7 replied Oct 29, 2019Then you need to revise the description of your strategy and whenever you are sure it reflects what you want the EA to do, come back to me. I will try to help you.
Renko Trading Discussion
-
MathTrader7 replied Oct 29, 2019I can see that you use RTH(4)! but you have mentioned in your original post that RTH should be (5)! The EA uses RTH(5), that's why what you see on the screen is not what the EA sees. P.S. Please post your next messages to the following thread which ...
Non-gap Renko Chart Creator EA
-
MathTrader7 replied Oct 29, 2019In the first version, continuation signals like A and B have not been implemented yet. I will do that in the next versions. Signal at C is not valid since RTH must be less than 18 but it is 20 in this case. As I mentioned in my original post, for a ...
Non-gap Renko Chart Creator EA
-
MathTrader7 replied Oct 29, 2019Hi, I will release a modified non-gap Renko Creator EA that will save the Renko chart as an HST file of M1 timeframe so that you can use it for backtesting Renko EAs...
Non-gap Renko Chart Creator EA
-
MathTrader7 replied Oct 29, 2019Hi Hercs! You mean there was a valid signal on a US30 non-gap Renko chart but the EA didn't take it? could you take a screenshot of such situation with both indicators are attached? P.S. Both indicators must be copied in the default folder of ...
Non-gap Renko Chart Creator EA