- Search Energy EXCH
- 2,180 Results (17 Threads, 2,163 Replies)
-
MathTrader7 replied Aug 10, 2018Version 1.61 released (I updated Post 1). The bug reported is fixed. P.S. @rrrisbest: Thanks for reporting the bug!
Non-gap Renko Chart Creator EA
-
MathTrader7 replied Aug 9, 2018I think we need to backtest this idea to see the results. I haven't traded news like this. /Matt
Red News Hedge Trading + EA
-
MathTrader7 replied Aug 9, 2018Hi fairtraderuk! I believe that it is fairly easy to program such idea, but I don't have such EA. Best, Matt
Red News Hedge Trading + EA
-
MathTrader7 replied Aug 9, 2018You're welcome! Did you try the automated method mentioned in Post 1? Because of not having access to the history of ticks, it is NOT possible to reconstruct the Renko bricks exactly similar starting on different days. I haven't seen such behavior ...
Non-gap Renko Chart Creator EA
-
MathTrader7 replied Aug 6, 2018As suggested by alphaomega in Post 1, the EA closes all open positions at 25% and 50% retracement depending on the time of day (one cycle). I am going to make some modifications to the original strategy. In case of any improvement, I will post the ...
Simple Mean Reversion
-
MathTrader7 replied Aug 6, 2018In order to load history data of hedge symbols, you can follow the steps below: 1. Hit <F2> key to bring up History Center window. 2. Select the symbol (for example, AUDCAD). 3. Click on <Download> button. 4. Repeat steps 1 to 3 for all symbols you ...
Red News Hedge Trading + EA
-
MathTrader7 replied Aug 5, 2018A backtest based on real ticks from 2017-01-01 until 2018-07-30 on EURGBP,H1 starting with 2000 USD capital: image As expected, the strategy seems to work a bit better on ranging currency pairs.
Simple Mean Reversion
-
MathTrader7 replied Aug 5, 2018same as the previous backtest, from 2017-01-01 until 2018-07-30 on EURUSD,H1 starting with 2000 USD capital.
Simple Mean Reversion
-
MathTrader7 replied Aug 5, 2018Here is the backtest results based on real ticks: image
Simple Mean Reversion
-
MathTrader7 replied Aug 3, 2018The EA opens a maximum number of trades based on fixed distance (100 points). I will test it with a percentage of the daily ATR value to see the results. The idea of using ATR band levels plus a trend filter seems valid to me. Good work!
Simple Mean Reversion
-
MathTrader7 replied Aug 3, 2018I just implemented the strategy described in Post 1 in MQL5 and did a backtest based on real ticks from 2017-01-01 until 2018-07-30 on GBPUSD,H1 starting with 2000 USD capital: image I observed that the big losses are mostly due to days that price ...
Simple Mean Reversion
-
MathTrader7 replied Jul 31, 2018Hi fairtraderuk, The Slippage in the input settings has a different meaning. When an EA sends an order to the broker's server, it has to mention the price at which the EA wants the broker to open a BUY or SELL position. However, since it takes some ...
Red News Hedge Trading + EA
-
MathTrader7 replied Jul 30, 2018Version 1.73 of the EA released (I updated Post 1). This version is compiled with MT4 build 1126.
Red News Hedge Trading + EA
-
MathTrader7 replied Jul 29, 2018Some people use RenkoADX EA with some manual intervention successfully.
Renko Trading Discussion
-
MathTrader7 replied Jul 29, 2018You're welcome! For the indicators that there exists no iXXXonArray() function, you need to implement them as functions yourself...
Renko Trading Discussion
-
MathTrader7 replied Jul 27, 2018Version 1.60 of single-symbol Renko chart creator released (I updated Post 1). This is the stable version. Version 1.48 of multi-symbol Renko chart creator released (I updated Post 1). This is the stable version.
Non-gap Renko Chart Creator EA