Add account and expert information to the chart_

Specifiche

MAKE THE MODIFICATION IN THE EXPERTS' FILES: EA_MT4, EA_MT5

Add more of this in (Function to print info)

  • Trade Mode: Demo
  • Name: Artem
  • Server: MetaQuotes-Demo
  • Currency: USD
  • Company: MetaQuotes Software Corp.
  • Limit Orders: 0
  • Lot Size Limits: (0.00)-(000.0)
  • StopOut Mode: Percent
  • Trade Allowed: Yes
  • Trade Expert: Yes
  • Margin Mode: Retail hedging
  • Hedge Allowed: Yes
  • Commission: 0.00 USD
  • Swap: 0.00 USD
  • Taxes: 0.00 USD
  • Margin Level: 39114.06 %
  • Margin Call: 50.00 %
  • Margin Stop Out: 30.00 %
  • Margin Initial: 0.00 USD
  • Margin Maintenance: 0.00 USD
  • Credit: 0.00 USD
  • Commission Blocked: 0.00 USD
  • Monthly Growth: 0.00%
  • Growth: 0.00%
  • Maximum Monthly Drawdown: 0.0%
  • Maximum Drawdown: 0.0%
  • Total Trades Last Month: 0 (0.00%)
  • Latest Trade: 0 (days, weeks, months, years) ago
  • Total Open Trades (Buy):  0
  • Total Open Trades (Sell):  0
  • Total Open Trades: 0
  • Total Open Lots: 0.00
  • Initial Deposit: 0.00 USD
  • Withdrawals: 0.00 USD
  • Deposits: 0.00 USD
  • Monthly Profit: 0.00 USD
  • Total Profit: 0.00 USD
  • Total Time: 0 (days, weeks, months, years)
  • Started: 0000.00.00 00:00:00

//+------------------------------------------------------------------+
//| Function to print info                                           |
//+------------------------------------------------------------------+
    text[1]  = "_________________________________________";
    text[2]  = "Symbol + Timeframe...........: [ " + Symbol_ + ", " + TF_Sec_To_Str(PeriodSeconds(PERIOD_CURRENT)) + " ]";
    text[3]  = "Current Situation..................: [ " + EA_Status + " ]";
    text[4]  = "Current Spread.....................: " + Spread_Str;
    text[5]  = "Bid Price.................................: " + Bid_Str;
    text[6]  = "Ask Price................................: " + Ask_Str;
    text[7]  = "Remaining Candle Time....: " + GetCandleRemainingTime();
    text[8]  = "_________________________________________";
    text[9]  = "Current Profit.........................: " + Float_Str;
    text[10] = "Used Margin..........................: " + Margin_Str;
    text[11] = "Free Margin............................: " + FreeMargin_Str;
    text[12] = "Account Equity.......................: " + Equity_Str;
    text[13] = "Account Balance...................: " + Balance_Str;
    text[14] = "Account Leverage.................: 1:" + AccLeverage_Str;
    text[15] = "Account Number...................: " + AccNumber_Str;
    text[16] = "_________________________________________";
    text[17] = "Market Watch.........................: " + TimeToString(TimeCurrent(), TIME_DATE | TIME_SECONDS);
    text[18] = "_________________________________________";
    text[19] = "Expert Advisor........................: EA_MT4";
_______________________
Add at the end ( USD) or different currency GBP..........

Account Balance:
Account Equity:
Free Margin:
Used Margin:
Current Profit:

_______________________

Try to do this



Chart template

2

If the information gets too big

3


   In MT5, the way values ​​are calculated is different.

   double position_profit = PositionGetDouble(POSITION_PROFIT);    
   double position_swap = PositionGetDouble(POSITION_SWAP);
   double position_comission = PositionCommission(position_ticket);    

   Position_Result = position_profit + position_swap + position_comission;
   Total_Result += Position_Result;  


References https://www.mql5.com/pt/articles/12905


Con risposta

1
Sviluppatore 1
Valutazioni
(10)
Progetti
13
15%
Arbitraggio
0
In ritardo
1
8%
In elaborazione
2
Sviluppatore 2
Valutazioni
(15)
Progetti
34
24%
Arbitraggio
3
0% / 33%
In ritardo
2
6%
In elaborazione
3
Sviluppatore 3
Valutazioni
(386)
Progetti
410
30%
Arbitraggio
66
20% / 70%
In ritardo
52
13%
In elaborazione
4
Sviluppatore 4
Valutazioni
(7)
Progetti
12
42%
Arbitraggio
1
0% / 100%
In ritardo
2
17%
Gratuito
5
Sviluppatore 5
Valutazioni
(238)
Progetti
244
31%
Arbitraggio
0
In ritardo
3
1%
Gratuito
Pubblicati: 2 codici
6
Sviluppatore 6
Valutazioni
(7)
Progetti
7
14%
Arbitraggio
0
In ritardo
2
29%
In elaborazione
7
Sviluppatore 7
Valutazioni
(536)
Progetti
614
34%
Arbitraggio
34
38% / 47%
In ritardo
9
1%
Occupato
8
Sviluppatore 8
Valutazioni
Progetti
0
0%
Arbitraggio
1
0% / 100%
In ritardo
0
Gratuito
9
Sviluppatore 9
Valutazioni
(77)
Progetti
233
73%
Arbitraggio
6
100% / 0%
In ritardo
1
0%
Gratuito
10
Sviluppatore 10
Valutazioni
Progetti
0
0%
Arbitraggio
0
In ritardo
0
Gratuito
11
Sviluppatore 11
Valutazioni
(101)
Progetti
122
30%
Arbitraggio
5
40% / 20%
In ritardo
5
4%
In elaborazione
12
Sviluppatore 12
Valutazioni
(189)
Progetti
235
34%
Arbitraggio
8
63% / 38%
In ritardo
6
3%
In elaborazione
Pubblicati: 1 articolo, 8 codici
13
Sviluppatore 13
Valutazioni
(451)
Progetti
561
25%
Arbitraggio
22
41% / 36%
In ritardo
85
15%
In elaborazione
Pubblicati: 6 codici
14
Sviluppatore 14
Valutazioni
(12)
Progetti
17
35%
Arbitraggio
0
In ritardo
1
6%
Gratuito
15
Sviluppatore 15
Valutazioni
(15)
Progetti
20
35%
Arbitraggio
2
0% / 100%
In ritardo
0
Gratuito
Pubblicati: 1 codice
16
Sviluppatore 16
Valutazioni
(51)
Progetti
69
35%
Arbitraggio
1
100% / 0%
In ritardo
0
Gratuito
17
Sviluppatore 17
Valutazioni
(67)
Progetti
74
5%
Arbitraggio
33
15% / 36%
In ritardo
6
8%
In elaborazione
Ordini simili
Hello everyone, I am interested in developing or customizing a Telegram trade copier for MT5. The main features I am looking for include: Real-time copying of trades from MT5 to Telegram Ability to send trade signals or alerts from Telegram back to MT5 (if possible) Compatibility with multiple accounts and brokers Secure and reliable operation If you have experience in creating or customizing Telegram trade copiers
MT5 EA 30 - 180 USD
Hello everyone, I am looking to develop an order execution strategy for an MT5 Expert Advisor (EA). Specifically, I need help with: Placing automated buy/sell orders based on specific conditions Managing order parameters such as lot size, stop loss, take profit, etc. Ensuring proper order execution and risk management If you are experienced in MQL5 programming or have existing solutions that can be customized, please
I need an experienced MQL5 developer to clean, finalize and polish my EA so it becomes fully compilable and market-ready . The EA currently has a few minor compilation issues and some unfinished logic — your job is to fix those, tidy the code, and ensure stable operation. Please improve strategy rules, risk management (SL/TP, trailing, anti-martingale options), and reduce drawdown in backtests. Deliverables: cleaned
I want to make EA on super trend and with control of lot size & trailing SL . Also daily profit & loss limit. Work on gold , oil , btc pairs. Make possible trail with last low & highs of market. Other one i have a pine script that i want to convert in EA with trailing sl
I have a trading strategy that I want converted into an MT5 Expert Advisor (robot), so I’m looking for a developer experienced in MQL5 to code it accurately with all strategy rules and inputs; if you’re available you can reach to me am not always active here but message me ontgam (Darwebcodefx)
📌 MT5 Bot Development Request Project Title: Support/Resistance + Retest + Continuation Trading Assistant (ICC Style) 1. Trading Style & Purpose I trade price action only — no indicators. My method: Mark support & resistance zones on the 4H chart. Watch for a break of structure. Wait for a retest/correction into the broken level. Enter when price action confirms continuation of the trend. I aim for swing trades
Hi i am looking for someone who know how REALLY to make a zoom function of RSI lines currencies the zoom function consist to display N last candle beginning at 0 line , on the full number of candle of the chart windows , by example with parameter zoom ON : - display the last 10 candle on a windows which display by example 20 candles means it is a "zoom X2" - display the last 5 candle on a windows which display by
I have a TradingView indicator in Pine Script that I want converted into a NinjaTrader (NinjaScript C#) indicator, with the same logic, signals, and visuals fully replicated, so I need a developer experienced in both platforms to handle the conversion, deliver a working NinjaTrader file, and ensure accuracy against the TradingView version
looking for programer to convert from pine to ex4 indicator and code it on my ea Moneypal indicator name is Multy tf fvg available created by Zeiierman in Tradingview. Thank you ! Regards
PLEASE I NEED SOMEONE WHO WILL DO THE WORK FIRST AND THEN CREATE A BUILT-IN DEMO INDI AS PER SPECIFICATIONS BELOW WHICH HAS AN EXPIRY (A DAY OR 2) SO THAT I TEST THE INDI BEFORE WE CREATE THE ORDER. I HAVE HAD PEOPLE WHO PRESSURE ME TO CREATE THE ORDER AND THEN THEY END UP DEVELOPING A FAULTY INDICATOR. AND I HAVE GIVEN THEM THE BENEFIT OF THE DOUBT THROUGH ARBITRAGE AGREEMENTS. ALSO IT IS VERY URGENT I NEED THE DEMO

Informazioni sul progetto

Budget
35+ USD
Scadenze
da 1 a 3 giorno(i)

Cliente

(3)
Ordini effettuati5
Numero di arbitraggi0