AYMERIC75
AYMERIC75
Friends

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

AYMERIC75
Added topic How to know the value, in euros, of a pip for a leverage of 100 ?
Hello, I would like to know the formula for computing the value of a pip (more specifically the minimum mouvement of a forex pair) for a leverage of 100. Here is what I have tried: Let's try to calculate this value for the AUD/USD pair : 1) 1 pip =
AYMERIC75
Added topic MT5 Strategy Tester, possible to switch between multiple timeframes ?
Hello, In MT5, when starting the "Strategy Tester", the opened window displays the chart with the timeframe we have chosen. But ideally I would to be able to switch on different timeframes while still being in the Strategy Tester. Is it possible
AYMERIC75
Added topic In Metatrader 5, can we backtest manually and hide future prices without hiding the future Ichimoku cloud ?
Hello, In Tradingview, we can backtest our trading (using the Replay button) and see the following chart where no price is shown after the starting time we have chosen but the Ichimoku cloud in the future is shown: So, my question is: can we obtain
AYMERIC75
Added topic In Metatrader 5, I would like to see the time scale on my charts
Hello, When opening MT5, here is what I see: As you can see, there is the time steps are not specified on the x-coordinates. I would like to have something as in TradingView, see below: Any idea ? Thank you
AYMERIC75
Added topic Metatrader Ichimoku indicator, how to fill the cloud with a color ?
Hello, In Metatrader 5, I inserted Ichimoku indicator by going to Insert > Indicators > Trend > Ichimoku Kinko Hyo Here is what I got: But, how could I fill the Ichimoku cloud with full color (instead of dashed vertical lines), like this
AYMERIC75
Added topic In Metatrader 5, why are some pairs not showing ?
Hello, As you can see on the following screenshot, three pairs (AUDNZD, NZDUSD and GBPJPY) are not displayed. Do you have any idea why and how to resolve this ? Thanks ! Aymeric
AYMERIC75
Added topic On MetaTrader 5 not possible to buy a volume equal to 2500 units (0.025 Lot) ? Is it actually possible in Forex ?
Hello, I would like to know if it's possible to enter a trade with a more fined grained volume (2500 instead of 2000 for instance) ? I do not see this possibility on MT5, but is it even possible in Forex in general ? Best Aymeric
AYMERIC75
Added topic problem with my EA
Hi,   I made an EA wich should display a THUMB_UP for each tick at the following coordinates : Time[0] and Kijun_value. Here it is : double Tenkan_value = iIchimoku ( NULL , 0 , 9 , 26 , 52 , MODE_TENKANSEN, 1 ); double Kijun_value = iIchimoku (
AYMERIC75
Added topic How to get the ChikouSpan value in the past ?
Hi everyone, I  have a sticking point concerning the Chikou value. How to get the value of Chikou at a certain time (in the past) ? For instance, if i want to get the value of Chikou at 5 pm on June 9th, how to get it ? If you have any idea, you
AYMERIC75
Registered at MQL5.community
AYMERIC75
Added topic Why Chekou value is always 0 ?
I used the following EA to display the value of Chikou_span at 10:03:03 on August 12th 2014... double Chinkou_value = iIchimoku ( NULL , 0 , 9 , 26 , 52 , MODE_CHINKOUSPAN, 1 ); int OnInit ()   { //---    //---    return
AYMERIC75
Added topic My EA doesn't works...
Hi everyone !   I've tested my EA based on Ichimoku technic, it suppose to display an arrow up when Ichimoku indicates a Buy signal and an arrow down when it indicates a sell signal, but i see no arrow on the graph, just the Ichimoku curves (and
AYMERIC75
Added topic Possible to make an EA work in the past ?
Hi,    I would like to test my EAs on a past period (for instance from 01/01/2014 to 01/02/2014), but it seems that one can only make EAs that works at the present moment (with the int Start() function ). Any advice will be welcome :-)
AYMERIC75
Added topic Issue with my first EA
Hi everyone,  I have a problem with my EA, indeed i want to display a THUMB UP for each tick on the graph, so i wrote the following EA but the problem is that it only displays the thumb for the 1st tick and then no more ticks.... Cheers Aymeric
AYMERIC75
Added topic Is there a terminal on MetaEditor ? Where is It ?
Hi, I want to test a mini EA that just call the function printf(), but i can't find the terminal to see the result.. Aymeric
AYMERIC75
Added topic from march 1st to April 3rd in MQL4 ?
I want my EA to check something for each tick between the 1st of March 2013 and the 3rd of April 2013. What should i put inside for(???) ? Thanks Aymeric p.s after this one i swear i stop asking silly questions for today :-)
AYMERIC75
Added topic How to draw an arrow on the graph ?
Hi, I would like my EA to draw an arrow on the graph when there is a signal of buy. I use Ichimoku for the signal... int start() {    if (senkouA>=senkouB && Bid > senkouA && Chikou_value> Bid )    {
AYMERIC75
Added topic Possible to use an indicator in my own EA ?
Hi, I'm trying to make my own EA that just warn me (or do somthing else) when Ichimoku tells me to buy or to sell. Do you if it's possible to incorporate an already existing indicator in a EA script ? cheers Aymeric
12