Hi there I watched the indicator on backtester and it repainted... once the blue dot appeared then after 6 bars it disapeared.
This is a discussion on RENKO-SignalAM within the General Discussion forums, part of the Trading Forum category; Hi there I watched the indicator on backtester and it repainted... once the blue dot appeared then after 6 bars ...
Hi there I watched the indicator on backtester and it repainted... once the blue dot appeared then after 6 bars it disapeared.
Last edited by monstar; 04-24-2015 at 06:28 AM.
Hi ND/Igor,
Request your help in this. Please...
Premium Trading Forum: subscription, public discussion and latest news
Trading Forum wiki || MQL5 channel for the forum
Trading blogs || My blog
Thanks Igor.
Is this fixed (Repaint) for Renko with you attached one?
Regards,
Jag
Last edited by jagadish123; 04-27-2015 at 07:28 AM.
Yes, this is good indicator but it is re-painted sorry:
Just found simple EA here - Renko_Scalper EA. This EA is using very simpole strategy:
Code:double Buy1_1 = iClose(NULL, 0, Current + 0); double Buy1_2 = iClose(NULL, 0, Current + 1); double Sell1_1 = iClose(NULL, 0, Current + 0); double Sell1_2 = iClose(NULL, 0, Current + 1);It means the following:Code:if (Buy1_1 > Buy1_2) Order = SIGNAL_BUY; if (Sell1_1 < Sell1_2) Order = SIGNAL_SELL;
if the price on close bar (close price for bar) is more than the close price for the previous bar = buy, opposite for sell.
It may be a good strategy if we can improve it for example.
Premium Trading Forum: subscription, public discussion and latest news
Trading Forum wiki || MQL5 channel for the forum
Trading blogs || My blog
All about Pivots indicator & Variant
AllPivots
- AllPivots_v3 indicator is on this post.
- AllPivots_v3.1 indicator is here. This is updated version of AllPivots with ability to plot Woodie's Pivots (PivotMode = 5 and BasePrice = 7).
- AllPivots_v3.2 indicator is on this post.
- AllPivots_v3.3 indicator is on this post.
- AllPivots_v3.4 indicator is on this post.
- AllPivots_v3.5 indicator is on this post. This is the version improved by new parameter - DescriptionPlace
- How to use this indicator by settings - read this post.
- AllPivots_v3.6 indicator is on this post. Two new parameters to the new version for sessiona start/end for stock market.
- AllPivots_v3.7 indicator is on this post. In this version - we can with plot Yearly Pivots
- SDK-Pivots-v1.3 indicator is on this post.
- SDK-Pivots-nmc indicator is on this post. This version works with Metatrader 4 build 600 and above.
- Camarilla AlertwFibs indicator is on this post
- AllPivots_v3.8 indicator is on this post. This version works with Metatrader 4 build 600 and above.
- AllPivots_v3.9 600+ indicator with 'no Sunday bar' is on this post. This version works with Metatrader 4 build 600 and above.
- AllPivots_v4.0 600+ indicator is on this post. This is updated AllPivots indicator with the auto refresh ability. This version works with Metatrader 4 build 600 and above.
- AllPivots_v4.1 600+ indicator is on this post. This is updated AllPivots indicator with ability to plot the D.O.T.S. Levels by D.Malone. This version works with Metatrader 4 build 600 and above.
Template to build the so-called Jackson Zones is here.
- AllPivots_v4.2 600+ indicator is on this post. This is the latest/fixed AllPivots indicator This version works with Metatrader 4 build 600 and above.
- AllPivots_v4.5 600+ indicator is on this post. This is the fixed and updated AllPivots indicator which now can be used in EAs and other indicators (eg. dashboards). The proposed template/setting for this indicator is on this post (premium section link) This version works with Metatrader 4 build 600 and above.
- AllPivots_v4.6 600+ indicator is on this post. This is the fixed AllPivots_v4.5 600+ version made upon the request. This version works with Metatrader 4 build 600 and above.
- AllPivots_v4.7 600+ indicator is on this post. This is the updated indicator in which you can disable values of all levels(DescriptionPlace=off). This version works with Metatrader 4 build 600 and above.
- AllPivots_v4.8 600+ indicator is on this post. Please check out the updated AllPivots indicator which allows to see correctly the large timeframes(W1, MN1 and YR1). Also you can find the template which allows to see the Floor, Camarilla and Woodie's Pivots on the same chart. This version works with Metatrader 4 build 600 and above.
- AllPivots_v5.0 600+ indicator is on this post. It's important update the Floor Pivots formula was fixed and improved. So now we can enter any sequences of the pivots (eg. PivotValues = "0;1;2;3;4;5;6" instead of "0;1;2;3;4" for previous versions). This version works with Metatrader 4 build 600 and above.
- AllPivots_v5.2 600+ indicator is on this post. This is the fixed and updated AllPivots indicator. This version works with Metatrader 4 build 600 and above.
AllPivots_v4.9 indicator for Metatrader 5 is on this post. This is the famous AllPivots indicator coded for for Metatrader 5.
AllPivots_v5.0 indicator for Metatrader 5 is on this post. This is the famous AllPivots indicator coded for for Metatrader 5. It's important update the Floor Pivots formula was fixed and improved. So now we can enter any sequences of the pivots (eg. PivotValues = "0;1;2;3;4;5;6" instead of "0;1;2;3;4" for previous versions).
AllPivots_v5_1 indicator for Metatrader 5 is on this post. This is the updated AllPivots indicator for MT5 which can be used in EAs.
AllPivots_v5_2 indicator for Metatrader 5 is on this post. This is the fixed and updated AllPivots indicator for MT5.
All about Pivots & Variant is this one
Premium Trading Forum: subscription, public discussion and latest news
Trading Forum wiki || MQL5 channel for the forum
Trading blogs || My blog
It was the public threads/posts (above).
----------------------
Premium section links -
RINA Pivots are on this thread:
- RINA Pivots_v1 indicator is here
- RINA Pivots_v1 600+ indicator is on this post. This version is for the build 600 and above
Premium Trading Forum: subscription, public discussion and latest news
Trading Forum wiki || MQL5 channel for the forum
Trading blogs || My blog
Bookmarks