1. The EA will post information about the trading account
- Information to send: mt4 ID, Name of account, Name of broker (sever), Balance, Credit, Equity, Profit, Currency, FreeMargin, Leverage, Margin
- The EA will call the API and send information over time, the time will be set in the EA's input. (For example, it will be sent once every 1 minute)
2. Market orders
- Information to send: mt4 ID, Order, open time, Type, Size, Sysbol, Price open, SL, TP, Current Price (Price when the api sends data to the database), Commission, Swap, Current Profit ( Profit of the order when sending data to the database)
- EA will call API and send information from time to time. The time will be set in the EA input (for example, it will be sent once every 1 minute).
3. Update history
- Information to send: mt4 ID, Order, open time, close time, price ope, price close, type, size, sysbol, sl , tp, swap, profit, comment
- EA will call API and send information from time to time. The time will be set in the EA input (for example, it will be sent once every 1 minute).
* Database will use MySQL. Optimized to be able to use 20-40 mt4 accounts at the same time
비슷한 주문
Sierra Chart Alerts to MT5 via Webhook (Alert Manager File Version) Objective: Create a Custom Study (ACSIL / C++) that monitors alerts from the Alert Manager file and forwards any valid alert directly to MT5 via an HTTP POST (Webhook) in JSON format. Additional Note: The study should allow adding any modifications in the future and provide clear insights into the alert points in Sierra Chart. 1. Data Flow Diagram
ZigZag based on oscillators is needed The idea of the indicator Create a ZigZag indicator, which is constructed based on extreme values determined using oscillators. It can use any classical normalized oscillator, which has overbought and oversold zones. The algorithm should first be executed with the WPR indicator, then similarly add the possibility to draw a zigzag using the following indicators: CCI Chaikin RSI
I am looking for an experienced MQL4/MQL5 developer to build a custom MT4 indicator from scratch or cracking my ex4 file that i provide to you. I already have an existing indicator (EX4) which produces highly accurate buy/sell signals. I want a similar indicator developed based on its observable behavior and signal structure. my existing indicator is pc id protected so you have to do PC ID security bypass and source
The Relative Strength Index (RSI) is a technical momentum indicator measuring the speed and change of price movements, scaled from 0 to 100 to identify overbought (>70) or oversold (<30) conditions. Developed by J. Welles Wilder Jr., it helps traders spot potential trend reversals or corrections.Imagine a stock, XYZ, is trending upwards.Overbought Signal: The price increases sharply, and the RSI rises to 75. This