Replace big Candle with Candlesticks
Hi I´d like to make the suggestion to replace the big candle filter with these candlestick patterns. If possible as we reached the max inputs i believe?
There´d the code: https://www.mql5.com/en/code/291
If not possible I´m trying to find and an already build indictor so it can be used in the custom indicator tab.
Candlestick.set
I tried to do it with the custom indicator, but its not getting the results.
https://www.mql5.com/en/code/11432 ( i use that indicator)
Thanks to Ulises Power Script, I was able to set the parameters ( big thank you) the indicator is indeed loading into the strategy tester but isnt buying or selling on the candles properly.
"SetIndexBuffer(0,upArrow);
SetIndexBuffer(1,downArrow);" Also been set correctly in the parameters tab.
Anyone help what I´ve been doing wrong?
Thank you!
Your settings don't look correct.
Try to start with current timeframe, without indicator inputs, with "In the direction of the last arrow" mode, and check all other parameters (why do you have LevelMaxS=0, DrawInSubwindow=true?).