GianpaoloMad / Publications
Forum
Problem with calculate the take profit and then modify an order
Hi everyone, I have a problem with my program. I'm starting create a program that works with bollinger bands. Here are the functions for open an order: bool SpikeBuy(){ double bbMinus; double ma; bbMinus= iBands ( Symbol (), 0 , 20 , 2 , 0 , PRICE_CLOSE ,MODE_LOWER, 1 ); ma= iMA ( Symbol ()