@roar thank you very much 
B
Latest posts made by bates
-
syntax error - please help - thxposted in Questions & Answers
Hi,
Can anyone spot what I'm doing wrong here. I get an error that says cannot convert string to bool when I compile the code in fxdreema. Here's the code.
objName="stopRun"+(string)inc;
strStopRun=arrStopRun[inc];if(strStopRun="1") {
setText=CharToString((uchar)checkYes);
setColor=colorUp; font="Wingdings";
} else {font="Arial";} -
Does anyone know how to display the Daily Chart 8 EMA displayed on a 1 hr chart -EA?posted in Questions & Answers
Hi,
I'm looking to create a simple EA that draws the Daily Charts 8 exponential moving average, displayed on a 1 hr chart. Any help or a quick example for me to see would be greatly appreciated.
Thank you