luccc / Profile
Friends
Requests
Add friends via their profile or user search and you will be able to see if they are online
Outgoing
luccc
Added topic For loop, array & timeframe
Hi guys, don't know if I know what I'm doing, are either lines of code correct? int TimeFrame[ 3 ] = { 15 , 60 , 240 }; for (i= 0 ; i< ArraySize (TimeFrame); i++) {
luccc
Added topic Implicit string to number conversion
Implicit string to number conversion warning occurs next to all values in the array. Don't understand why considering each value returns a double. How can input the values for RSI240P0, RSI240P1, RSI240P2 in the array without
luccc
Added topic Zero Divide error
Hi guys, when I test the first part of the code I sometimes get zero divide errors. I'm aware this happens when a candlestick doesn't have any wicks. Looked online but couldn't find a clear solution. double CalculateUpperWick() {
: