Expert Advisors and Automated Trading - page 5

hi vereyone How do I make profit appear above the candle? can anyone help me to get this code plz
HELLO, I have recently bought the ai gen xii ea, I'm trying to use the mt4 vps I have purchased the monthly plan for 15 dollars, under the cpu tab it says 0% being used but under disk and the network thing it gives regular readings, and the ea itself doesn't use dll I think but uses the api thing, I
hi, i am a junior developer and i have a question i have a Expert advisor that is run on a live account on my VPS , in some cases i need to trade manually for example opening a position , closing , adjust tp or sl , placing pending orders ,... so i want to do these things from my mobile or my pc (
  Multi instrument robot  (16   1 2)
Hi every body, I used to trade manually since many years. But today I want to automatise some of my algorithmics systems. Is it possible to create a robot who can manage 20 or 22 instruments on a single account, with the possibility to calculate the quantities according to previous results ? Thanks
  Multi Currency EA  (21   1 2 3)
Hello I'm trying to build a multi currency ea that works in the mt5 strategy tester. i'm not a professional programmer but i tried i've read the articles on this website about that and tried but with no luck i couldn't understand the method because they use about 3-5 include files linking to each
  Buying or Selling all 7 pairs  (29   1 2 3)
Dear All i was trying a trading strategy to buy or sell all the USD Currency pairs together, i only check the daily strength of the USD, then i take decision to buy or sell (open 7 positions), then i check after so many hours, sometimes waiting for days looking  for total positive profit after that...
below is my code for a simple panel using CAppDialog class. the problem is when change pairs this panel gets minimized automatically. for example, let's say I loaded this to EURUSD and I switch to USDJPY and comeback to EURUSD, I can see only a minimized panel. I don't know why this happens? is
I decided to ask here before taking some action with having a new EA written or modifying my current one. Basically my EA that I had developed and converted to MT5 gets its buy/sell signals from an indicator, and to determine TP and SL, it gets some info from the objects the indicator displays on
I ma looking to make an EA,based on bullish or bearish fakeout candles, any past works are highly appreciated
Cant seem to figure out why I am not getting a good response from the mt5. 2024-10-11 08:42:42,641 INFO worker.py:1786 -- Started a local Ray instance. Initialized MetaTrader 5 (downloadasset pid=16728) Fetching data for ticker: GBPJPY (downloadasset pid=16728) No data available for GBPJPY. Error
Hi. I have a farm of 20+ dedicated 24/7 strategy tester agents and I would like to sell this service to users for testing their strategies. Is this possible ? Regards Denny
I conclusion, Yes it is possible to do that when using visual mode. In MT4 you can just drag the indicator over the chart and drop it. That way the Custom Indi will work simultaneously with the EA. For me this is extremely important because we use the indicators to save information in the global
Test report returned the "tester agent authorization error' on a second symbol indicator being applied to.. I have used OpenCL commands and the indicator works quite fine on my pc although it is a bit slow for longer charts. It has its own 3 temporary buffers, and it shows on a separate chart two
  EA RSI strategy.  (3)
Hi Everyone I'm on develop my EA for RSI and i got 1 issue, when i print this code i found that RSI = 10 all the time #include <Trade\Trade.mqh> // Include the trade functions input int RSI_Period = 14; // RSI period input double RSI_Buy_Level = 30.0; // RSI level to buy input double RSI_Sell_Level
I only ran two backtests simultaneously, which resulted in 8GB of memory consumption
Hi, I going to complete this function to draw closed positions user added to chart. two type of positions we have here : those that opened and pending orders that deleted by user. I have position ticket of all positions in array Closed_order_list[].ticket. problem is for pending orders that never
Hello, there is an issue with the strategy tester where, when I run the backtest with a multi-symbol EA in 1 OHLC, the trades are correct if I run it in visual mode. However, if I run it without visualization, the results are different, and from debugging, I noticed that it does not correctly load
Hello People I am just curious if EA can commnuicate with strategytester duing its optimizaiton process. I can see that with "ParameterGetRange" and "ParameterSetRange" you can freely get and set optimizaiton parameters on strategy tester from your EA. However I have not found the ways of...
Hi all, I'm using OrderCalcProfit() funciton but I don't understand how it works. I opened and immediatly closed a sell position on Gold (CFD-leverage). Size 41.13 Open 2.617,73 Close 2.670,60 The result is a loss for 1.021,46 Euros. Then I immediatly use OrderCalcProfit() function with same inputs
Comments that do not relate to the " Python in algorithmic trading ", have been moved into this topic
Hi i have this part of mql4 // Bid and Ask prices for the instrument of the order. double BidPrice = MarketInfo(OrderSymbol(), MODE_BID); double AskPrice = MarketInfo(OrderSymbol(), MODE_ASK); i want convert to mql5 , how can do it ? i find double BidPrice = SymbolInfoDouble( but
hi Is it possible in mt5 to develop and test second based interval strategies? For example an expert advisor which runs on 10 seconds time frame
  OrderCalcProfit() problem  (16   1 2)
I have run into an intermittent problem with the OrderCalcProfit() function, can anyone help me see what might be causing it? I am using OrderCalcProfit() to determine the lot-size of a position such that it has a given risk based on percentage of my account. e.g. I want each trade to lose 0.5% of
Hello. Kind regards to anyone who might read this. I would like your help. My EA compiles without errors, but when I backtest it, it does not open trades automatically. Can you please help me fix this? So that I can open the trade when the conditions are met? Thank you in advance. #include
Hi people, this is my first post and I'm starting right away with questions. I've done some EAs with the help of YT and, documentation and chat AIs, but nowhere can I find an answer to the question of how I should create working code so that my EA can run on the same Timeframe and Symbol at the same
Hi expert, i try to write a code for stop loss. i wanted to write the open position hit SL or closed the position if MA crossed. this is my SL for buy double sl= ask -InpStopLoss * SymbolInfoDouble(_Symbol, SYMBOL_POINT ) ||fastbuffer[1] >= slowbuffer [1] && fastbuffer [0] < slowbuffer [0]; this is
I am creating a ea using a prediction method for the open,close,high,low price during an hour (not included here). When creating market orders or using buy limit/stop orders I keep on getting failed orders. Is something off with my code or are there any things I am not seeing? if (predictedOpen <
Sir, I backtested into 10,000 steps optimisation and it took 50 minutes and cost $9.45 in MQL5 Cloud !!! Please see attached this Photo Anyone have good solution low cost in MQL5 Cloud
  Self learning expert  (48   1 2 3 4 5)
Found this on Poul Trade Forum at www.kbpauk.ru the first backtest profit factor .99 2nd,3rd, and fourth backtest better this one attached is the 5th backtest with a profit factor 4.00+ and less than 3%drawdown for this year.Tried fwd. testing this week with no trades. Seems it doesn't work on fwd....
I created a Dialog and added a number of (CButton) buttons to it. Each time I click a button everything seems to work as expected without fail...or was I just lucky? I then replaced the dialog/CButton's with buttons created by the CChartObjectButton OOP class. 9/10 times it seems to work, but