- Search Forex Factory
- 99 Results
- Mapseam replied Mar 5, 2021
tgdrela1, can you implement additional modes in your renko bar generator as shown in the picture?
Offline Renko Chart Generator for MT4
- Mapseam replied Nov 7, 2020
Not at all. Just like my post if you want. I tested your idea with a EA. On EJ and GJ, the strategy did not justify itself. Try this ( url ) with TP = 1 or 2 renko.
Renko Trading Discussion
- Mapseam replied Nov 5, 2020
Sorry, I'm not the respected MathTrader7, but I would like to answer the question: double c1, lastClose; int OnInit() { //... lastClose = Close[1]; //... } void OnTick() { c1 = Close[1]; if (lastClose != c1) { // any actions lastClose = c1; } }
Renko Trading Discussion
- Mapseam replied Apr 27, 2020
Open the page url Read the section "How to run it".
Renko Trading Discussion
- Mapseam replied Apr 27, 2020
Perhaps the reason is that EA "MathTrader7_RenkoChartCreatorEA" supports the following values of the parameter "Renko Price": "Bid", "Ask", "(Bid+Ask)/2".
Renko Trading Discussion
- Mapseam replied Apr 26, 2020
To test for ordinary Renko - to deceive yourself. For testing, you need to use non-Gap Renko made by MathTrader7 ( url ).
Renko Trading Discussion
- Mapseam replied Apr 22, 2020
Parameter "ADXEdge" is introduced - the boundary value of indicator ADX(14). Attention! The ADXEdge can't be less than 20. If ADX(14) < ADXEdge, then TP set to 2 renko. If ADX(14) >= ADXEdge, then TP is not set and orders are closed when the trend ...
Renko Trading Discussion
- Mapseam replied Apr 21, 2020
Please read the thread, starting from here: url
Renko Trading Discussion
- Mapseam replied Apr 20, 2020
An error crept in when determining a buy signal. Sorry... Please update.
Renko Trading Discussion
- Mapseam replied Apr 18, 2020
Now the EA determines the trend by indicator "RenkoStreet_Trend". The parameter TPRatio is introduced - the number of renko for take-profit. If TPRatio = 0, then TP is not set and orders are closed when the trend changes. P.S. The indicator ...
Renko Trading Discussion
- Mapseam replied Apr 17, 2020
When the trend is up, imho, it is more profitable to enter a bear renko. For sales - mirror.
Renko Trading Discussion
- Mapseam replied Apr 16, 2020
The filter versus range market is: CLOSE[2] <> CLOSE[4] - for unreliable signal and CLOSE[3] <> CLOSE[5] - for reliable [signal].
Renko Trading Discussion
- Mapseam replied Apr 14, 2020
Indicator "IINWMARROWS_WITH_ALERT" shows the intersection of the MAs. Accordingly, if you read the arrow on the 1st closed renko, then they are unreliable (my EA parameter IsReliableSignal = false). If you read on the 2nd renko, then there will be ...
Renko Trading Discussion
- Mapseam replied Apr 14, 2020
Minor corrections ... In particular, TP and SL are now counted from Bid (for buy) and from Ask (for sell).
Renko Trading Discussion
- Mapseam replied Apr 14, 2020
Also, when using the latest EA release, I was faced with the fact that the signal goes to neighboring renko. I attribute this to the fact that the EA receives unconfirmed signals (signals that can be redrawn). In this regard, he tightened the filter ...
Renko Trading Discussion
- Mapseam replied Apr 14, 2020
I refuse the “heavy” MA as a filter. However, not really.
Renko Trading DiscussionThe filter is applied, as in this post: url
- Mapseam replied Apr 14, 2020
“Heavy” MA is used in the standard way: if the last closing price is higher than the last MA and a buy signal has arrived, then we buy. For sales - mirror (below, a sell signal, we sell). Another thing is that EA buys on a bear renko, and even on ...
Renko Trading Discussion
- Mapseam replied Apr 13, 2020
Added filter by "heavy" MA. By default, disabled (the param "IsHeavyMAAsFilter" = false). All MA parameters are customizable. Warning! The minimum value of the parameter "HeavyMAPeriod" = 50.
Renko Trading Discussion
- Mapseam replied Apr 13, 2020
Hi, Sam! 1. Open the chart of the instrument you need on the M1 timeframe; 2. Put EA "MathTrader7_RenkoChartCreatorEA.ex4" on the open chart; in the window that appears, specify the parameters (for example, the size of the renko) and click the "OK" ...
Renko Trading Discussion