Welcome Forex EA downloads & MT4/MT5 auto-trading resources — EAs, Gold EAs, quant tools and real-world automation.
Sign In Sign Up

Jin Qilin (source code)_MT4 source code download and deployment instructions | Gold EA download-MetaTrader 4 resources

author blogger | 190 reads | 4 comments |

Varieties: XAUUSD, EURUSD, GBPUSD, USDJPY, AUDCAD, AUDNZD, NZDCAD, etc. Cycles: M5, M15, M30, H1, H4 Capital requirements: 20,000 cents (USD 200) Parameters: There is a configuration file in the compressed package. When dragging EA in, select the lower right corner to load. Advice from the webmaster: Martin must run in cents. 10,000 cents is equal to 100 US dollars. It is difficult to explode EA. Parameter configuration table (in the original order) 1 Authorization code: EA's software license verification code, which needs to be obtained from the provider. (You can set it yourself if you have the source code) 2. Do not open above B (first): When the market price is higher than this price, the first buy order will not be opened. Set to 0 to disable this restriction. Do not open below 3 S (first): When the market price is lower than this price, the first sell order will not be opened. Set to 0 to disable this restriction. 4 No opening (covering) above B: When the market price is higher than this price, no additional position will be added in the buying direction. Set to 0 to disable this restriction. No opening (covering) below 5 S: When the market price is lower than this price, no additional positions will be added in the selling direction. Set to 0 to disable this restriction. 6 Price limit start time: the starting time of allowed pending orders every day (for example, "00:00"). 7 Price limit end time: The end time of allowed pending orders every day (for example, "23:59"). 8. Counter price protection switch: When turned on, when positions in one direction are too heavy and floating losses are large, some reverse price profit orders may be automatically closed to control risks. 9. Price protection switch: After it is turned on, when the long and short orders are completely locked and the overall profit reaches the "overall closing amount", all positions will be closed. 10. Use the trend switch when the position is completely matched: After it is turned on, when the long and short opponents are completely locked, an additional position order will be placed in the favorable direction. The risk is high, so use with caution. 11 Stop trading after closing: After opening, if all orders in a certain direction have been closed, the EA will stop trading in that direction. 12 How many seconds will it take for a new round after the overall position is closed: When all orders are fully closed, how many seconds will the EA pause before starting a new round of trading. 13 The second parameter for floating loss is enabled: When the overall floating loss reaches this amount (enter a positive number), the second set of parameters such as the "second compensation order interval" will be enabled. 14 First order distance: the distance in points between the first pending order and the current market price. 15 Minimum distance: After the first order, the minimum point distance between adjacent open orders must be greater than the position closing limit. 16 Second minimum distance: After enabling the second set of parameters, the minimum distance in points between adjacent open orders. 17 Pending order tracking points: Pending orders will automatically adjust the position of tracking points according to market price movements. 18 Fill-up order interval: Under normal circumstances (Article 13 is not triggered), the fixed point distance between subsequent placing orders for adding positions. 19 Second replenishment order interval: When "Enable the second parameter of floating loss amount" is triggered, the distance in points used for subsequent position addition orders. 20 Opening time zone mode: Control the timing of opening orders: 1 = according to the K-line time zone, 2 = according to fixed second intervals, 3 = open orders immediately without delay. 21 Order opening time zone: When 1 is selected for "Order opening time zone mode", the reference K-line period (for example, 1 represents M1, 60 represents H1). 22 Order opening time interval (seconds): When "Order opening time zone mode" selects 2, the number of seconds to wait between two orders. 23 The amount of unilateral floating loss exceeding the amount to stop adding positions: When the total floating loss in a certain direction reaches this amount (enter a positive number), the EA will stop adding positions in that direction. This is key risk control! 24 Unilateral closing limit: When the total floating loss in a certain direction reaches this amount (enter a positive number), all orders in that direction will be closed. 25 Starting lot size: The trading lot size of the first order (for example, 0.01). 26 Maximum lot size: The maximum number of lots allowed for a single order, which is a hard stop to prevent overweight positions. 27 Accumulated lot size: For each additional order, an additional fixed lot size is added (for example, 0.01). 28 Multiply: When adding positions later, the multiplication factor of the lot size relative to the previous order (for example, 1.3). This is one of the most important risk parameters. 29 Decimal places for order amount: decimal precision of lot size (2 means 0.01 can be placed). 30 Overall closing amount: When the total floating profit reaches this amount, all orders will be closed to complete a profit cycle. 31 Unilateral closing amount accumulation switch: When turned on, the criterion for "unilateral closing amount" will be multiplied by the number of orders in that direction. 32 Unilateral closing amount: When the floating profit in a certain direction reaches this amount, all orders in that direction will be closed. 33 Stop loss amount: When the total floating loss reaches this amount (enter a positive number), all order stop losses will be closed. 34 Magic code: The unique identification code set by EA for its order, used to distinguish other EA or manual orders. 35 Maximum order quantity: The maximum total number of orders (including positions and pending orders) allowed to be opened by EA, which is a hard stop loss that controls the total number of positions added. 36 spread limit: When the current market spread exceeds this number of points, the EA will stop opening new positions. 37 Closing leverage limit: If your account leverage falls below this value, the EA will stop running. 38 EA start time: The time when the EA starts running as a whole every day. 39 EA end time: The time when the EA stops overall operation every day. 40 Long order average color: The color of the long order average cost line marked on the chart. 41 Short order average color: The color of the short order average cost line marked on the chart. 42 Order Note 1 EA Note 1: Note information for ordinary orders (such as "First Order"). 43 Order Remarks 2 EA Note 2: Remarks information (such as "Add Order") of orders triggered by specific conditions (such as "Use the trend switch when fully locked").

New Jinqilin AI Cloud authorization annotation can be modified source code.zip

download

Jin Qilin (source code)_MT4 source code download and deployment instructions points before use

This page has been reorganized according to the reading path of search users, focusing on the applicable scenarios of EA source code, MQL4/MQL5 platform compatibility, parameter testing methods and real-time risk warnings, so as to quickly judge whether it is worth continuing to test before downloading or deploying.

Suitable for who to use

  • Traders who need to quickly screen EA source code and are willing to do simulation verification first.
  • People who are already familiar with the MT4/MT5 installation process and want to compare different EAs, indicators or source code projects.
  • People who want to record the backtest, parameters and risk control before deciding whether to enter the real market.

Testing and risk control suggestions

  • First use the default parameters for basic backtesting, and then adjust them one by one according to the variety, cycle and spread.
  • Grid, Martin, and scalping strategies should focus on observing maximum drawdown, continuous losses, and trading frequency.
  • It is recommended to observe the simulated trading performance for at least 2-4 weeks before the actual trading, and limit the account risk proportion of a single strategy.

FAQ

Can this file be sold directly?
It is not recommended to make a direct offer. Any EA or indicator requires first checking the source, parameters, platform version and historical performance.

Can MT4 and MT5 be used interchangeably?
Usually it cannot be used directly. MQ4/EX4 corresponds to MT4, MQ5/EX5 corresponds to MT5, and the source code project also needs to be compiled in the corresponding MetaEditor.

What else can I continue to watch?
Forex EA download , foreign exchange indicator download , EA evaluation , GitHub open source EA , MQL5 CodeBase .

English Search Notes

This page is also optimized for English search intent around Jin Qilin (source code)_MT4 source code download and deployment instructions . Related search terms include: MQL4 source code, MQL5 source code. Test any Forex EA, Expert Advisor, MT4/MT5 indicator or MQL source code with historical data and a demo account before live trading.

Refresh
4 Comments
avatar
of92F3cL 19 小时前
试试
Reply
avatar
HAMLGkup 21 天前
真的假的
Reply
avatar
HAMLGkup 21 天前
感谢分享
Reply
avatar
EdtIhOKV 2 个月前
23
22
30
Reply