Pour utiliser le chat, veuillez vous connecter.
Retour aux contacts

Non repainting indicators - How to build?

Igor
Igor123472
Jun 23 2014 at 22:51
posts 117
Hello guys,

i have an indicator thats does not repaint and i have another that repaints.

I would like of adjust my indicators in order to never ever repaint in chart... someone knows to modify or build an indicator that never repaint?

someone has interests?
Adrian Matusiak (adrian8891)
Jun 24 2014 at 09:23
posts 696
It might be difficult to write non repainting indicator. Code is always anaysing price so I suggest to make it with comparation of 1 second interval, maybe then You can make 'non repaintable' indicator.

Regards,
Adrian
PAMM MANAGER // Professional Fund Manager
PipGnostic
TheCyclist
Jun 24 2014 at 11:11
posts 724
What I suggest,

And I did follow my own advice, is go put yourself on a decent JAVA course. Spend the time, learn how it works. Anybody can do it. It's not that difficult. Coding is mainly a bunch of small programs talking to each other with a lot of 'if this happens then do that' statements. And brackets. You have to know the brackets.

I'm still crap at JAVA, but after that the MQL was easy.

Stop looking for a free ride, roll up your sleeves and go learn the skills you need to do this, if you want to do this.
Veuillez vous connecter pour commenter .