• 概述
  • 评论 (1)
  • 评论 (1)

Smart close filters

This MQL4 script is designed for automated trading management with enhanced control over position handling and execution timing. The script allows users to automatically modify open trades by adjusting Stop-Loss and Take-Profit levels according to predefined settings. It provides several features to customize trade management:

1. **Stop-Loss and Take-Profit Modification**: The script can automatically adjust Stop-Loss and Take-Profit levels based on either the trade's open price or the current market price, considering the specific trading instrument's tick size and point values.

2. **Order Filtering**: Users can filter which trades the script will modify by specifying the order type (buy, sell, or both), whether to apply changes to the current symbol only, and whether to match specific magic numbers or comments associated with the trades.

3. **Time-Based Position Closing**: The script includes a feature to automatically close positions that have been open for a specified number of minutes. This can be applied either to all positions or only those matching the specified criteria.

4. **Active Trading Hours**: To ensure trades are managed only during specific hours of the day, the script allows users to define a start and end hour for active trading. Outside these hours, the script will refrain from making any modifications to open trades.

5. **Customization and Flexibility**: With adjustable parameters for delay between modifications, inclusion of pending orders, and control over which price to use for Stop-Loss and Take-Profit adjustments, this script is highly customizable to fit various trading strategies and preferences.

6. **Continuous Monitoring**: The script runs continuously, checking trades at regular intervals (defined by the user) and applying the specified modifications as long as the terminal is connected and trading is enabled.

Overall, this script offers robust functionality for managing trades in an automated and controlled manner, providing flexibility and precision to traders who require advanced trade management capabilities.
评论 1
said ali
56
said ali 2024.08.16 08:17 
 

the tool works perfectly well with no bugs to optimize your trading strategy it is the best choice you can make to download the tool I strongly recommend thank you very much Smaylle

作者的更多信息
Smart Trend Tool
Smaylle Rafael Coelho Mariano
5 (1)
智能趋势过滤工具适用于MetaTrader 4 (MT4) 该工具旨在确保在MetaTrader 4 (MT4)中运行的任何专家顾问(EA)仅开设与当前市场趋势一致的头寸。它通过分析一个或多个图表的趋势,将趋势信息写入文件,并应用特定模板(上升趋势使用SMARTLONG.tpl,下降趋势使用SMARTSHORT.tpl)来工作。该工具在后台持续循环运行,每次趋势变化时都会调整模板。 功能 多图表趋势分析: 该工具可以同时分析一个或多个图表的趋势,提供市场的全面概览。 趋势确定: 趋势是根据两条移动平均线(MA)的交叉来确定的。用于确定趋势的具体移动平均线可以在设置中配置。 模板切换: 根据确定的趋势,该工具在两个预定义模板之间切换: SMARTLONG.tpl: 当趋势上升时应用。 SMARTSHORT.tpl: 当趋势下降时应用。 这确保了EA只会开设符合当前市场趋势的头寸。 可配置参数: 时间框架: 用户可以选择工具用于趋势分析的时间框架(例如,M1,M5,M15,H1)。 移动平均线: 用户可以指定用于确定趋势的移动平均线。 循环间隔: 用户可以设置工具
FREE
Hammers ultimate mtf
Smaylle Rafael Coelho Mariano
Hammers Ultimate 是一款基于价格行为和烛台的 EA,每个人都知道烛台对于长期盈利策略的重要性和关键性。我首先在手动模式下对其进行了测试,结果非常出色。 然后,我决定在烛台锤的基础上创建这款 EA,并在其中添加了 RSI 过滤器,使策略更加完善。然后,我应用了其他风险管理方法,在单个货币对上的回溯测试结果令人难以置信,因此我决定用多符号版本进行测试,结果有了更大的改进。这是一个管理得当的工具,每笔交易都有止盈和止损。尽管我不是马丁格尔的粉丝,但我还是决定将其添加到这一工具中,因为它能在不增加缩水的情况下提高收益。 我建议美分账户的起始资金为 100 美元,标准账户的起始资金为 5 千美元。 许可证可激活 8 次。 我随时可以帮助我的客户,请给我发信息,我会一步步指导你。
FREE
Opposite SL EA
Smaylle Rafael Coelho Mariano
This MT4 EA is designed to trade based on market trends, candlestick patterns, and Bollinger Bands (BB), incorporating stop-loss (SL) and take-profit (TP) for each position and a mechanism to open trades in the opposite direction when trends reverse. It uses indicators like Moving Averages (MAs) to identify market trends. It identifies specific candlestick patterns that indicate potential trade entries. It uses Bollinger Bands to determine overbought or oversold conditions, enhancing entr
FREE
Smile Clone EA
Smaylle Rafael Coelho Mariano
The Smile Clone EA combines trend following and grid trading strategies to maximize profitability and manage risk. It involves the following key steps: Trend Detection: Utilize technical indicators such as Moving Averages (MAs) to determine the market trend. An uptrend is identified when the current price is above the MA, and a downtrend is identified when the current price is below the MA. Grid Setup: Based on the detected trend, set up grid levels at fixed price intervals (e.g., every 1
FREE
Smart Fix SLTP
Smaylle Rafael Coelho Mariano
此脚本旨在根据可自定义的条件自动为所有未平仓的交易设置止损 (SL) 和止盈 (TP) 水平。与传统脚本只运行一次并退出不同,此脚本会持续监控您的交易,并对符合指定条件的任何新订单应用 SL 和 TP。它非常适合那些希望确保风险管理策略始终应用于所有交易的交易者。 主要功能包括持续监控、自定义 SL/TP 水平,以及选择性地应用于买单、卖单或两者。脚本还可以配置为仅修改具有特定魔术号码或评论的订单。您可以将脚本限制为仅修改当前交易品种的订单,或将更改应用于所有交易品种。此外,您还可以选择基于订单的开盘价或当前市场价格来计算 SL/TP。脚本还支持对挂单应用 SL/TP 设置(如果需要),并且您可以调整运行间隔,以控制脚本检查新交易的频率。 此脚本最适合那些需要将风险管理规则持续应用于多个交易的用户。在将脚本用于真实账户之前,建议在模拟账户中测试脚本,以确保其按预期运行。 免责声明:此脚本不提供任何保证。用户应自行承担风险,强烈建议在真实交易环境中使用前在模拟账户中彻底测试。
FREE
筛选:
said ali
56
said ali 2024.08.16 08:17 
 

the tool works perfectly well with no bugs to optimize your trading strategy it is the best choice you can make to download the tool I strongly recommend thank you very much Smaylle

回复评论