Add account and expert information to the chart_

명시

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


응답함

1
개발자 1
등급
(10)
프로젝트
13
15%
중재
0
기한 초과
1
8%
작업중
2
개발자 2
등급
(15)
프로젝트
34
24%
중재
3
0% / 33%
기한 초과
2
6%
작업중
3
개발자 3
등급
(386)
프로젝트
410
30%
중재
66
20% / 70%
기한 초과
52
13%
작업중
4
개발자 4
등급
(7)
프로젝트
12
42%
중재
1
0% / 100%
기한 초과
2
17%
무료
5
개발자 5
등급
(238)
프로젝트
244
31%
중재
0
기한 초과
3
1%
무료
게재됨: 2 코드
6
개발자 6
등급
(7)
프로젝트
7
14%
중재
0
기한 초과
2
29%
작업중
7
개발자 7
등급
(536)
프로젝트
614
34%
중재
34
38% / 47%
기한 초과
9
1%
바쁜
8
개발자 8
등급
프로젝트
0
0%
중재
1
0% / 100%
기한 초과
0
무료
9
개발자 9
등급
(77)
프로젝트
233
73%
중재
6
100% / 0%
기한 초과
1
0%
무료
10
개발자 10
등급
프로젝트
0
0%
중재
0
기한 초과
0
무료
11
개발자 11
등급
(101)
프로젝트
122
30%
중재
5
40% / 20%
기한 초과
5
4%
작업중
12
개발자 12
등급
(189)
프로젝트
235
34%
중재
8
63% / 38%
기한 초과
6
3%
작업중
게재됨: 1 기고글, 8 코드
13
개발자 13
등급
(451)
프로젝트
561
25%
중재
22
41% / 36%
기한 초과
85
15%
작업중
게재됨: 6 코드
14
개발자 14
등급
(12)
프로젝트
17
35%
중재
0
기한 초과
1
6%
무료
15
개발자 15
등급
(15)
프로젝트
20
35%
중재
2
0% / 100%
기한 초과
0
무료
게재됨: 1 코드
16
개발자 16
등급
(51)
프로젝트
69
35%
중재
1
100% / 0%
기한 초과
0
무료
17
개발자 17
등급
(67)
프로젝트
74
5%
중재
33
15% / 36%
기한 초과
6
8%
작업중
비슷한 주문
Buyandsell 30+ USD
buyandsell program I want to find a Developer to perform this work and settle payments in this Application. I undertake not to communicate with Applicants anywhere else except this Application, including third-party messengers, personal correspondence or emails. I understand that violators will be banned from publishing Orders in the Freelance service
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

프로젝트 정보

예산
35+ USD
기한
에서 1  3 일

고객

(3)
넣은 주문5
중재 수0