AYMERIC75 / Profile
Friends
Requests
Add friends via their profile or user search and you will be able to see if they are online
Outgoing
AYMERIC75
Added topic DLL load failed while importing _core
Hello, On Windows Server 2022, I installed MetaTrader5 package for Python. But then, when I run a test code: import MetaTrader5 as mt5 # affiche les données sur le package MetaTrader 5 print( "Auteur du package MetaTrader5 : " ,mt5.__author__) print(
AYMERIC75
Added topic In Python MT5, how to have my code running on every asset change ?
Hello, I would like to display, in the terminal, the price of DJ30 at every change in the market (at every move of one pip say), I don't the frequency of this event, but I guess it's something like every second or less. So in the Metatrader library
AYMERIC75
Added topic MT5, how to scroll up and down ?
Hello, As you can see on the screenshot below, I would like to scroll up on the chart in order to use the measuring tool to measure the amount of pips up to a specific (higher) level: But I cannot find how to do this, any idea ? Thank you
AYMERIC75
Added topic In MT5, can we overlay two Ichimoku indicators of different timeframes on the same chart ?
Hello, In Tradingview, we can superimpose two Ichimoku of different timeframes on the same shart, see below a 1H Ichimoku cloud (blue) and a 4h Ichimoku cloud (green): In Metatrader 5 I could not find a way to do this, is it possible ? Thank you
AYMERIC75
Added topic Creating my own list of Forex pairs to choose from, when clicking on the New Order button
Hello, In MT5, when clicking on the "New Order" button (see images below), then in the "Symbol" select, I can choose among a list that is also present in the symbol list (CTRL+U). But, how do I create my own custom list ? I would like to have the
AYMERIC75
Added topic Calculating the profit/loss that correspond to one pip value (problem with pairs with Yen as a quote like USDJPY)
Hello, I already opened a similar post on the subject but we got lost in a long conversion, so I preferred to open a new post so that the problem and the solution (if exists) remain clear. Here is the problem: I want to know the profit/loss
AYMERIC75
Added topic In the strategy tester, how to manually place orders ?
Hello, I am trying to use the Strategy Tester to manually backtest a strategy where I use the Ichimoku indicator, but I cannot find a way to place orders in the Strategy Tester. Here is what I have done so far: 1) In the Strategy Tester overview
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
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
: