EA with 2 cutom indictors
-
Hi,
I need to make a EA with 2 custom indictors, Bbands and QQE. I built the EA using the AND block and it didnt work it does not open any trades. Is there a way to build it on fxdreema?
sincerely
Mr Kam Panchal
-
Just remove AND block and you will get what you want. BTW all the conditions tested for true should be placed at the AND input
-
Be careful with that custom indicator. If it repaints this can be the reason why no trades are open.
-
Which cutom indicator is that, l'andorra ?
-
As you can see in the screenshot, it's called QQE with alerts. I tried it long ago until I saw it repaints like hell. Another waste of my time.
-
Thank you for your reply ! Ah okay, there is two in the screenshot. Do you mind if I ask how you check repainting ? As I didn't see any when I tested it my way on soft4x.
-
@joshuafelice The most efficient (and most boring) way to check repainting is using the indocator on the 1M chart and follow it visually for as much time as necessary to see if its lines/arrows/whatever appear and disappear as new candles are put on the chart. Some times you can need 2 minutes to see it, some times 2 hours. But trust me, it pays. If an indicator repaints, your bot is doomed.
-
@l-andorrà I use the 'End of bar' option to navigate and flick though a simulation on soft4x that way. Could testing this way this lead to miss the repainting ? Thanks again for your reply
-
@joshuafelice No. Repainting can happen at any moment and checking end of period only does not guarantee it can be correctly identified, sorry.