Koh Jeff / Publications
Forum
Need help with code. It is not placing any trades
Not sure whats wrong with my code, its not placing any trades... It is suppose to place a buy order when Low(1) - High (4) = 100 or more pips. Suppose to be able to run on any time frame. Please help! //Inputs input double lotSize = 0.01 ; input double takeProfit = 100 ; input double stopLoss = 100