• Home
  • Forums
  • Trades
  • News
  • Calendar
  • Market
  • Brokers
  • Login
  • Join
  • User/Email: Password:
  • 7:49am
Menu
  • Forums
  • Trades
  • News
  • Calendar
  • Market
  • Brokers
  • Login
  • Join
  • 7:49am
Sister Sites
  • Metals Mine
  • Energy EXCH
  • Crypto Craft
  • Search Forex Factory
Posts by Member
Website
Forum Posts
News Posts
Posts by Member
Advanced Search Options
Post Types (all, none)
Websites (all, none)
Post Attachments (all, none)
Sort Results By
Back to Basic Search
  • 20 Results
  • Pett replied Nov 24, 2020

    Hi Mntiwana, thank you for taking the time. I was actually looking for a way to implement RSI/BB in an EA using arrays. I finally found a solution which I detailed in Post #41,782. Regards.

    I will code your EAs and Indicators for no charge
  • Pett replied Nov 24, 2020

    Alright, so quick update to the question I had posted earlier. For anyone who'd taken an interest, it turns out that ArraySetAsSeries() is actually quite important for obtaining the correct values. MQL4 documentation is not quite clear on this and ...

    I will code your EAs and Indicators for no charge
  • Pett replied Nov 24, 2020

    Hello all, I am trying to combine RSI and Bollinger Bands within an EA but I seem to be running into a weird problem. When I combine the default RSI with Bollinger Bands using Previous Indicator's Data or within an indicator (see attached) , I ...

    I will code your EAs and Indicators for no charge
  • Attached File
    File Type: mq4 rsi_bb.mq4
  • Pett replied Oct 27, 2020

    @BlueRain, this is Brilliant!! I hadn't even considered using different modules/functions for pattern detection. Your approach is way more easier and straight forward. Thank you for pointing me in this direction.

    I will code your EAs and Indicators for no charge
  • Pett replied Oct 27, 2020

    Hello @BlueRain, thanks for the feedback. I was originally using one loop for this but since the number of candles in the pattern varies (2 to 20) I was hoping there would be a simpler way to express this in loop(s) form rather than define each ...

    I will code your EAs and Indicators for no charge
  • Pett replied Oct 26, 2020

    Hello 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, 2020

    If that's the case then here you go. 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 learn ...

    I will code your EAs and Indicators for no charge
  • Attached File
    File Type: mq4 Candle Color EA.mq4
  • Pett replied Oct 17, 2020

    Hi @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, 2020

    Hello 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, 2020

    CGN, These options are already available in the EA I uploaded. You can choose your preferred time frame from the drop down menu. This applies to the MACD, CCI and now the 200 and 20 EMAs (file attached. This request is a bit vague. Not sure what you ...

    I will code your EAs and Indicators for no charge
  • Attached File
    File Type: mq4 Candle Color EA.mq4
  • Pett replied Oct 17, 2020

    CGN, 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, 2020

    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 of the ...

    I will code your EAs and Indicators for no charge
  • Attached File
    File Type: mq4 Candle Color EA.mq4
  • Pett replied Oct 17, 2020

    Hello 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 24, 2020

    Jean, 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, 2020

    Hello 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, 2020

    Hello 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, 2020

    Thanks 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, 2020

    Hello 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
  • Attached File
    File Type: mq4 OrdersCSV.mq4
  • Pett replied Feb 1, 2018

    Hi 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, 2018

    Impressive 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)
  • Posts by Member Search: 'Pett'
Top of Page
  • Facebook
  • Twitter
About FF
  • Mission
  • Products
  • User Guide
  • Media Kit
  • Blog
  • Contact
FF Products
  • Forums
  • Trades
  • Calendar
  • News
  • Market
  • Brokers
  • Trade Explorer
FF Website
  • Homepage
  • Search
  • Members
  • Report a Bug
Follow FF
  • Facebook
  • Twitter

FF Sister Sites:

  • Metals Mine
  • Energy EXCH
  • Crypto Craft

Forex Factory® is a brand of Fair Economy, Inc.

Terms of Service / ©2021