Jump to content

Recommended Posts

Posted
  t2g said:
I can't understand about coding but just back test any EA by visual mode and attach indicator which you want to check repainting or not.

its the easiest and fastest way to check repaints I think.

 

Just tried with an ind that look promising. Too good to be be true - it was repainting to make itself perfect.

Posted

maven, that indicator must work for Hollywood as an actor, not for Forex! The indicator definition: If it picks the lows and highs exactly, it repaints! If it doesn't, it is lagging indicator! Both are useless for those who cannot see.

Your knowledge, experience and intuition must melt with the indicator's signals. Those 3 working together will not repaint.

Hermes

Posted

@hermes points are very valid.

That said, there are indicators that repaint on refresh and those are usually because they do some higher time frame processing and the repaint is legitimate in these cases. Then there are indicators that repaint or reprocess on every tick or every bar and those are the notorious ones. They look so perfect because they base their analysis on future data! An easy way to tell those is by looking at the code. if the processing of historical bars in the "start" routines starts from bar 0 and goes higher, another words from latest bar to the oldest bar as opposed to oldest to newest then they are repainting. Hope this helps.

Posted
If an indicator repaints in 1M time frame then definitely repaints in all time frames. So, it is better to check it in 1M before studying an indicator. There is no indicator to get exact H/L. It will indicate only the prevailing trend and can not predict future. If we try to code an indicator to predict the future price movement then there will a be lot of chances to reverse, since the price movement is only based on demand-supply theory.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...