Forum

BIGGEST PROBLEM, Can anyone solve it ???

Hello guys, first of all thank you a lot for reading this article, i have struggled for several days with this problem, actually i am trying to get the lowerbollingerprice quote in a period of time i have checked and ran out to many problems, as an example, i'm trying to find the bollinger's lower

Hello, i'm programming a trading robot, i have this concern, HELP ME!!:)

double operacion = EURUSDPIPS(); void OnTick (){ if (operacion =< 20 ){ double arriesgue = AccountInfoDouble ( ACCOUNT_BALANCE )*. 05 ; Print ("trade is an executable one"); } //It has an error, actuaally it's telling me this : '<' - operand expected//