Damien Olanier
Damien Olanier
Friends

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

Damien Olanier
Added topic Call iCustom functions in expert
Hello, i have a very simple question. In my expert i want to call an exponential MA5 from an OsMA (having the same results like when you attach a MA to an OsMA chart and set it to previous indicator). How can i do that? I'm using functions. The OsMA
Damien Olanier
Registered at MQL5.community
Damien Olanier
Added topic Hiding Indicators from chart
Hi, Is it possible to hide indicators or not display them on a chart? Imagine you want to distribute an EA that assists the trader only signals by displaying arrows. Trader opens and closes positions from EA signals. EA calculates positions from many
Damien Olanier
Added topic Be In Phase
Hello, i want to insert TSSF code in my EA as described in this article :https://championship.mql4.com/2008/news/366 Can someone explain me the following comment and formula for n trades window explained by Mr Fishchenko? "It is better to choose
Damien Olanier
Added topic Modify an arrowcode size
Hi, How to increase font size of a rightprice?? Is it possible? ObjectSet ("G",OBJPROP_ARROWCODE,SYMBOL_RIGHTPRICE); ObjectSet("G",OBJPROP_FONTSIZE,40); does not work.... Thanks for advance
Damien Olanier
Added topic Need some help for multiTF iCustom calculation
Hello, i want to make my code a little softier. I have a lot of iCustom calculation on several TF and want to improve algorithm by putting all these calculation in a FOR operator. I have : ind30b0=Icustom(); //ind TF30 bar 0 ind30b1=Icustom(); //ind
Damien Olanier
Added topic Margin Check doesn't work
Hi, i use a Void function to make a margin check before opening a new trade.>1500% ok for open, <1500% wait for next tick. When margin low the check applies because i see in journal Margin Check Failed, but the order is then opened. Has someone
Damien Olanier
Added topic Is there a max length of an order comment?
Hello, in my EA i use tags to manage orders. It seems not to work and i think my comments are a bit too long (ex : Upperband range - Short order opened <XXTO>, where the taf is between <>). I will reduce a lot my comments length but for
Damien Olanier
Added topic Close trades at EA deinit
This simply does'nt work. My EA opens lot of trades, and i just want when i close EA that EA closes all his trades. I think it doesn't work because deinit is fast, faster that time required to close all trades. In case of bugs can someone see code
Damien Olanier
Added topic Orders management and EA init
Rehi, ;) Got another problem while forward testing my EA. EA opened a short on EURCHF. I initialized EA on chart (short always in trade list). Indicator says to EA to close the losing short but EA dont want to close it, and i don't see what's going
Damien Olanier
Added topic 2008.11.13 21:00:01 Toto USDCADm,M30: ArrayInitialize function internal error
Hi, Got this error. I store ticket number in an array, which i initialize with zeros when orders are closed. This error appears randomly. The USDCAD order has been closed by EA correctly then this error has been generated. Found nothing in help or
Damien Olanier
Added topic Problem with indicator display init
Hi, i modified a Fish indicator to add long/short infos. This is working well, except.... when i attach indicator this information doesn't display in window. I do a right click on indicator to open the edit properties window. I change nothing and
Damien Olanier
Added topic IBFX Client : slow backtesting and few datas.
Hi, i worked previously with metaquotes client and data feed. All were fine. I just opened a live account at ibfx and to hunt any bug, i uninstalled metaquotes client and install ibfx client instead. And... i can't download datas before August (can
Damien Olanier
Added topic Stupid question about variables...
... but i can't find any good answer in docs or forum. Imagine local variables declared in the global scope of an EA like : bool BUY,SELL; There are several EAs running on different currencies onthe same account, each one using BUY,SELL, etc
Damien Olanier
Added topic How to calculate an indicator from a previous?
Hi all, i'm a newbie on MT4 and have a several monthes exp. on Forex. So here are my questions : I want to code an indicator thats depends on another indicator and not on Close_price or median_price. When i apply a standard indicator on a chart i can