1) my main entry signal is when the price cross over EMA. pretty simple and i can use that in the builder. However, i have a bunch of other indicators that I need to agree with the direction of the cross to enter the trade. i usually wait for 4 tick bars after the cross for the indicators to line up, if they don't, i abort the trade even if they do align after the 4rth bar.
How can I translate that to the strategy builder???
2) one of the indicators when I try to apply its logic in the strategy builder, I get this error "no overload for the method "SMI" takes 18 arguments" could someone help me understand it and how can i correct. I have uploaded the code of the indicator SMI5. The way I add it in the strategy builder, if plot value "SMI" is greater than plot value "SMIEMA", as I understand that is the indicator logic for changing the background color

Comment