Need help!
-
cant figure out exactly how to get this EA to work. And its hard to troubleshoot because I dont get that many signals. Can someone help? I have shared the project. I have a renko with a keltner channel. A 3 line Volume (BBFlat with upper/lower band and signal line) and a color changing SSL histogram. The first step is just to get it to print the current spread and an arrow on the candle that meets these criteria: #1. Bear candle must open and close below the bottom (red) band of the keltner channel #2. The SSl must be red #3 The BBFlat signal line (volume) must be below the bottom (red) line.
The only part of the project im working on is the connected blocks.
https://fxdreema.com/shared/MwinWjUheThank you!!
-
@tburg10 Is hard to check without the indicator to test, generally you need to have the text only drawing once but redrawing, this will allow the text to redraw but not print on top of itself and limit how many arrows are printed.
-
@jstap Thanks for the info. Ill ck on the text. I may just have to test 1 condition at a time and them put them all together. I guess it would be easier to troublshoot that way. I also have my indicators in a couple of subfolders (hence the long custom indicator names in my project). Maybe thats an issue??
-
@tburg10 Maybe I would just put them in the MQL4 - indicators folder.
-
@tburg10 That indicator is working on candle ID 0. Are you sure it doesn't repaint? If so it will ruin the strategy.