Forum

How to get the Super Signal indicator data in the EA ?

Hello Sir I am trying to get the indicator bufffer details to my EA, but I am unable to get it, why? In the strategy tester visual screen all details are available but in the EA file I am not getting. The Super signal indicator code is as follows: <Incorrectly posted code deleted> In my EA I am

iCustom buffer details unable to get them in .csv file....

Hello friends please help me to get the buffer details in my .csv file. I have written the following code for the buffer details: double SellBuffer[]; double BuyBuffer[]; int SS = iCustom(_Symbol,_Period,"SUPER SIGNALS",24,INDICATOR_DATA); ArraySetAsSeries(SellBuffer,true);

How to make csv file.....

Dear Friends, I have made an EA to make a sample csv file. When I compiled it, everything okay. But I don't find the csv file anywhere, Why. Can any one help me in this......... Thanks in advance. Following is my complete code: void OnTick () { static double LasstHigh; static double LastLow;

can anyone tell good websites to learn MQL5/sample codes other than MQL5.COM

Hello Friends, I want to learn more about mql5 language / sample codes. If anyone can help me to find out good websites for that other than mql5.com. Thanks and regards. RDBS

Control decimal places.....reg...

How to truncate extra decimal places in mql5. NormalizeDouble not working properly....Any one can help me in this? Thanks in advance