- Search Metals Mine
-
Pett replied Oct 26, 2020Hello all, a quick one. I want to count the number of bars/candles that form a specific pattern (eg. green, green, green, red) for the last 100 candles. What is the best or most efficient way of doing this? I presume the loop should be something ...
I will code your EAs and Indicators for no charge
-
Pett replied Oct 17, 2020If that's the case then here you go. file Now whichever time frame you select for the 200 ema will also be automatically selected for the high TF candle. Please review the attached file and compare the changes made to the previous one. You can only ...
I will code your EAs and Indicators for no charge
-
Pett replied Oct 17, 2020Hi @BlueRain and anyone else who looked into the issue I had raised earlier, I finally got the function to work! After hours of hitting dead end trial and errors I stumbled upon a KAMA function that was developed by @Mladen (salut!) some years back. ...
I will code your EAs and Indicators for no charge
-
Pett replied Oct 17, 2020Hello BlueRain, Any chance you have a moment to look at function I am having trouble with? url I will really appreciate any assistance or insight you can provide even if its just a rough idea for a work around. Thanks.
I will code your EAs and Indicators for no charge
-
Pett replied Oct 17, 2020CGN, These options are already available in the EA I uploaded. You can choose your preferred time frame from the drop down menu. image This applies to the MACD, CCI and now the 200 and 20 EMAs (file attached. This request is a bit vague. Not sure ...
I will code your EAs and Indicators for no charge
-
Pett replied Oct 17, 2020CGN, I coded the EMA and M15 filters into the EA (lines 148 to 212). I did not include them in the inputs since you already specified their respective parameters.
I will code your EAs and Indicators for no charge
-
Pett replied Oct 17, 2020file CGN, The attached EA has the mods you requested. Untested of course since it's a weekend. The original version flagged several warnings under strict compilation and I tried to correct most of them. A few remain pertaining to the return values ...
I will code your EAs and Indicators for no charge
-
Pett replied Oct 17, 2020Hello all, I am trying to patch up a function for calculating the Kaufman's Adaptive Moving Average (KAMA). The goal is to get the value of KAMA for any symbol at any period based on a variable shift. double Kama(string symb, int _per, int kper, int ...
I will code your EAs and Indicators for no charge
-
Pett replied Jul 23, 2020Jean, This is exactly what I was looking for. Your approach is quite fluid and I expect the code to run much faster. Thank you very much for this!
I will code your EAs and Indicators for no charge
-
Pett replied Jul 22, 2020Hello all, I am developing an indicator that compares OHLC values of the 3 previous bars as shown. if( open[i+1] < open[i+2] && close[i+1] > close[i+2] && high[i+1] > high[i+2] && low[i+1] > low[i+2]) { if (close[i] > open[i]){ up1++; gre=up1; } if ...
I will code your EAs and Indicators for no charge
-
Pett replied Jun 13, 2020Hello all, I am creating an indicator that obtains the respective values of a custom indicator for all 28 major pairs and compares them to assign each pair a value from -14 to 14. Here is a snippet of the code: int start() { if(Bars<0) return(-1); ...
I will code your EAs and Indicators for no charge
-
Pett replied Apr 24, 2020Thanks BlueRain! I will modify the code and see how it goes. Greatly appreciate your kind assistance.
I will code your EAs and Indicators for no charge
-
Pett replied Apr 24, 2020Hello all, I am in the process of developing an Excel spreadsheet that analyzes 17 currency pairs and outputs "buy" or "sell" signals. The main sheet is the Summary sheet in which each currency pair occupies a single row and a CSV file is created ...
I will code your EAs and Indicators for no charge
-
Pett replied Feb 1, 2018Hi guys, Is anyone else getting such abnormally high figures on their dash (see attached)? For some reason my MT4 rebooted and I had to get a new demo account but on attaching the MADdash I am now finding the values are way beyond their normal ...
MADdash (Moving Average Distance)
-
Pett replied Jan 31, 2018Impressive work 919gilead and honestknave! I trade binary options and I have found the MADdash to be an invaluable tool in my arsenal. I have been demo testing the dashboard over the last few days and I can honestly say that without any other ...
MADdash (Moving Average Distance)