Attachments forums

List of attachments posted on this forum.


All files on forums: 135296

Re: No Nonsense Forex - Indicators

memirxan, Tue Dec 06, 2022 5:24 am

Centaur wrote: Tue Dec 06, 2022 4:40 am For more than one statement in an if statement you need to use parenthesis:
if(Buy_Signal != EMPTY_VALUE)
{
SendNotification("Buy Signal Triggered!");
Alert...
}


Buy_Signal [ i ] != EMPTY_VALUE
I have to choose [ i ] option because , if I choose Buy_Signal !=EMPTY_VALUE , I take error' Buy_Signal' - invalid array access..
And the other problem on screeshot :(
All files in topic