Patrick Bouche
Patrick Bouche
  • Information
7+ years
experience
0
products
0
demo versions
0
jobs
0
signals
0
subscribers
Friends

Add friends via their profile or user search and you will be able to see if they are online

Patrick Bouche
Added topic Device not supported Sony Z1 MT4
Cannot open MT4 or MT5 for device Sony Z1. I'm getting the error Device Not Supported
Patrick Bouche
Added topic Different colors on ADX indicator when rising/falling ?
Hi there, I was wondering if someone could help me with the ADX indicator. I would like the ADX value line to change color when value rises and falls. DI+ and DI- are not important . Thanks. P B 
Patrick Bouche
Added topic Different values on ADX indicator
Hi there, I was wondering why is there such a gap in values of ADX indicator on 2 different broker companies. For the same ADX indicator period 8, chart H4: Metaquote: 26.5 Alpari: 16.17 See the attachments.  Any ideas ? Thanks. Patrick 
Patrick Bouche
Added topic Open indicators with EA ?
Hi there, I was wondering if it possible to open some indicators from the EA directly ? Or maybe to apply a specific template to the chart, as weel from the EA? Thanks... 
Patrick Bouche
Added topic Error after updating to new built !
Hi there, I run into the same problem every time MT5 has a new built release. It updates automatically and restarts; then it prompts me to open a new demo account . I choose to login with the existing demo account but it does not. Here is the error
Patrick Bouche
Added topic Error with strategy tester. Bug !
Hello there, I found an error with the strategy tester, which occurs only when testing. There are no error when operating live (demo). It seems that the values of global variables are reset to 0 when exiting functions. Below is the EA: The variables
Patrick Bouche
Added topic Help with chart event
Hi there, I am trying to understand how the OnChartEvent() function works, but cannot figure it out; Here is a simple code to alert the word 'Hello' when button1 is pressed : but with no success !!! Please help. #property copyright "Copyright 2010
Patrick Bouche
Added topic Warning: implicit enum conversion
Hi there, Using : https://www.mql5.com/en/articles/62  to create scripts in order to write and read objects&properties for a panel. I had no problem for creating the write script (only a
Patrick Bouche
Added topic Need to call Fibo expansions values in EA
Hi there, I'm looking into calling the levels values (100% and 161.8%) of Fibo expansions. Again Fibo expansions not Fibo retracements. If not possible maybe someone would know how to calculate them. Thanks
Patrick Bouche
Registered at MQL5.community
Patrick Bouche
Added topic Shutdown by timeout issue-infinite loop. Please help ?
Hi there, I'm having an issue with part of my code : I'm trying to close all open and pending orders , unfortunately it deletes the pending orders and closes only the first open order. Would a Refreshrates() inserted in the functions solve the
Patrick Bouche
Added topic Questions for EA on multiple pairs
Hi, maybe someone can help me here. I'm trying to convert an EA to trade on 4 pairs. However the EA calls the functions : High[i], Low[i], Open[i] or Close[i]. Since the EA should be attached to 4 charts, how can i make sure the functions High[i]
Patrick Bouche
Added topic Help on my first EA ?
Hi, I'm new to programming MQL4, or even programming at all; I've been working on the trailing stop part of the EA. I use a regular very basic SMA cross to generate the BUY and SELL signals and it is irrelevant at this time. The issue is : I'm