Saeid Soleimani / 个人资料
- 信息
|
3 年
经验
|
10
产品
|
701
演示版
|
|
0
工作
|
0
信号
|
0
订阅者
|
过去10年,我一直在开发金融交易系统和智能顾问。在过去4年中,我专注于将人工智能和机器学习集成到自动化交易解决方案中。
我的专业领域包括:
• MetaTrader平台的MQL4/MQL5编程
• 交易系统中的AI和机器学习
• 量化分析和算法策略
• 风险管理和投资组合优化
我发布了10个智能顾问,每个都经过667+个演示版本的严格测试,以确保在不同市场条件下的可靠性能。
我致力于帮助交易者利用人工智能技术,通过基于研究的创新解决方案提高交易绩效。
The Boy Plunger Gold EA is a revolutionary scalping Expert Advisor (EA) designed for the Gold and Silver markets. This EA does not require a low spread account and offers smart take profit and stop loss levels, without the need for trailing features. The EA is intended for use and backtesting specifically in 2023. Main EA setting: Timeframe: The timeframe used for market analysis. It is set to PERIOD_H4, which represents the 4-hour timeframe. ATR_Period: The number of bars used for calculating
24 Hours
https://www.mql5.com/en/market/product/102014?source=Site+Profile+Seller
49$ Don't Miss out
24 Hours
https://www.mql5.com/en/market/product/102311?source=Site+Market+My+Products+Page#description
49$ Don't Miss out
https://www.mql5.com/en/market/product/102311?source=Site+Market+My+Products+Page#description
49$ Don't Miss out
Amber Waves Scalper Candle Pattern EA(琥珀波浪剃刀蜡烛图案EA)是适用于MetaTrader 4平台的简单而高效的自动交易系统。该EA专注于蜡烛图案,识别潜在的交易机会,采用移动止损来保护利润,并检测突破区域。该专家顾问不依赖于马丁格尔或网格策略,并可应用于任何时间框架。 它对时间框架不敏感。 在回测之前,请下载完整的历史数据。 主要特点: 蜡烛图案识别:该EA旨在识别特定的蜡烛图案,这些图案可能预示着潜在的交易设置。 移动止损:该专家顾问配备了移动止损功能,通过根据交易朝着有利方向移动时动态调整止损水平,帮助保护利润并最小化损失。 突破检测:该EA配备了突破检测机制,有助于识别市场中潜在的突破区域,提供额外的交易机会。 非马丁格尔和非网格:Amber Waves Scalper Candle Pattern EA避免使用马丁格尔和网格策略,从而降低了与这些方法相关的风险。 适用于任何时间框架:该专家顾问可适用于各种时间框架,让交易者根据自己的偏好选择最合适的时间框架。 MetaTrader 4兼容性:该EA专门针对MetaTrader
This guide provides a detailed explanation of the input parameters for the Tailor EA Expert Advisor and how they affect the EA's trading behavior, using pips as the unit of measurement.
Input Parameters
N_pips (ushort): The number of pips used for specific calculations in the EA strategy.
Min_Corridor (ushort): The minimum size of the trading corridor in pips.
Max_Corridor (ushort): The maximum size of the trading corridor in pips.
InpLots (double): The fixed volume for trading, in lots. If set to 0, the EA will use the value of the Risk parameter for lot size calculation.
Risk (double): The risk percentage to be used for lot size calculation. If set to 0, the EA will use the value of the InpLots parameter.
STOPLOSSMODE (SLMode): The stop loss mode (fixed or Fibonacci-based).
FixSL (int): The fixed stop loss value in pips, used if STOPLOSSMODE is set to fixed.
TakeProfit (int): The take profit value in pips.
Fibo_StopLoss (ENUM_FIBO): The Fibonacci level used for stop loss calculation if STOPLOSSMODE is set to Fibonacci-based.
Trailing (bool): Enable or disable the trailing stop feature.
InpTrailingStop (double): The trailing stop distance as a percentage of the current profit.
InpTrailingStep (double): The trailing stop step as a percentage of the current profit.
TrailingStart (double): The profit percentage at which trailing stop is activated.
Line (bool): Display additional lines on the chart for trading levels and the trading corridor.
m_magic (ulong): The unique identifier for the Expert Advisor's orders.
MaxSpread (int): The maximum allowable spread in pips.
StartHour (int): The start time for trading, in hours.
StopHour (int): The end time for trading, in hours.
FridayStopTime (int): The time on Friday when trading should be stopped, in hours.
TailorNews (string): A label for news filter settings.
NewsFilterMode (bool): Enable or disable the news filter feature.
MinsAfter (int): The number of minutes after news release during which trading is not allowed.
MinsBefore (int): The number of minutes before news release during which trading is not allowed.
Configuration
To configure the input parameters for the Tailor EA Expert Advisor, follow these steps:
Open the MetaTrader platform and navigate to the "Navigator" panel.
Find the "Expert Advisors" section and expand it.
Locate the "Tailor EA" Expert Advisor in the list and double-click it.
In the "Inputs" tab of the "Properties" window, you will find the input parameters listed above.
Adjust the parameter values according to your preferences and click "OK" to apply the changes.
This guide provides an overview of the input parameters for the updated Tailor EA.5 Expert Advisor and how to configure them.
Input Parameters
N_pips (ushort): The number of pips for a specific calculation. Default is 1.
Max_Corridor (int): The maximum size of the trading corridor in points. Default is 2000.
Min_Corridor (int): The minimum size of the trading corridor in points. Default is 200.
Risk (RiskOfLot): The risk type for lot size calculation. Default is 3.
Tradingamount (more): The trading amount . Default is 1.
Inp_Lot (double): The fixed volume for trading, in lots. Default is 0.01.
StopLoss (double): The stop loss value in points. Default is 22.
Takeprofit (double): The take profit value in points. Default is 400.
MaxSlippage (int): The maximum allowable slippage in points. Default is 10.
MaxSpread (int): The maximum allowable spread in points. Default is 10.
sleep (int): The sleep time between High Spread Detect. Default is 5.
Magic (int): The unique identifier for the Expert Advisor's orders. Default is 4599.
Timeframe (ENUM_TIMEFRAMES): The time frame for the Expert Advisor. Default is the current time frame.
TrailingMode (TrailHard): The trailing stop mode. Default is 3.
TralStart (double): The trailing stop activation level in points. Default is 2.
TrailingStop (int): The hidden trailing stop distance in points. Default is 3.
TrailingStart (int): The hidden trailing stop activation level in points. Default is 2.
TrailingStep (int): The hidden trailing stop step in points. Default is 1.
TimeStart (double): The start time for trading, in hours. Default is 3.
TimeEnd (double): The end time for trading, in hours. Default is 22.
TAG (string): The tag for the Expert Advisor. Default is "Tailor EA.5".
Info (bool): Display additional information on the chart. Default is true.
Configuration
To configure the input parameters for the updated Tailor EA.5 Expert Advisor, follow these steps:
Open the MetaTrader platform and navigate to the "Navigator" panel.
Find the "Expert Advisors" section and expand it.
Locate the "Tailor EA.5" Expert Advisor in the list and double-click it.
In the "Inputs" tab of the "Properties" window, you will find the input parameters listed above.
Adjust the parameter values according to your preferences and click "OK" to apply the changes.
You can refer to the link to see the results of the TAILOR
At the same time as this post was published, the discount was included. Limited time

