Frantisek Juris / 个人资料
- 信息
|
不
经验
|
8
产品
|
17
演示版
|
|
0
工作
|
5
信号
|
0
订阅者
|
你好!
感谢你访问我的个人资料——我非常感激!
我是一名全职旅行者,曾在软件测试和开发领域担任自动化专家。我曾在捷克布拉格的 Vodafone、NCR 和 Global Payments 等公司工作。
我在2021年结束了最后一个企业项目。从2011年开始,我就一直关注加密技术(最初从挖矿入手)。2019年,我决定完成手头的项目,并开始环游世界,专注于深入学习加密货币交易。到2020年底,我开始将自动化和交易的经验结合起来,构建了我的第一个交易机器人。
起初,我开发了挖矿软件的自动化(资源分配),随后转向在 TradingView 上使用 Pine Script 编写技术指标。现在,我正专注于提升自己在 MQL5 方面的技能,并希望将我的知识分享给全世界。我对 prop 公司(出资公司)和提供交易挑战的投资机构的发展感到非常兴奋——我相信一定有投资者能够认可我多年来在这些工具上的努力和成果。
我也很喜欢拓展人脉和社交圈,所以请随时给我发消息!我很乐意帮助你迈向自己理想生活的第一步。
感谢你访问我的个人资料——我非常感激!
我是一名全职旅行者,曾在软件测试和开发领域担任自动化专家。我曾在捷克布拉格的 Vodafone、NCR 和 Global Payments 等公司工作。
我在2021年结束了最后一个企业项目。从2011年开始,我就一直关注加密技术(最初从挖矿入手)。2019年,我决定完成手头的项目,并开始环游世界,专注于深入学习加密货币交易。到2020年底,我开始将自动化和交易的经验结合起来,构建了我的第一个交易机器人。
起初,我开发了挖矿软件的自动化(资源分配),随后转向在 TradingView 上使用 Pine Script 编写技术指标。现在,我正专注于提升自己在 MQL5 方面的技能,并希望将我的知识分享给全世界。我对 prop 公司(出资公司)和提供交易挑战的投资机构的发展感到非常兴奋——我相信一定有投资者能够认可我多年来在这些工具上的努力和成果。
我也很喜欢拓展人脉和社交圈,所以请随时给我发消息!我很乐意帮助你迈向自己理想生活的第一步。
Frantisek Juris
Free MetaTrader 5 Expert Advisors for Testing and Learning
Hi traders,While experimenting with different automated trading ideas in MetaTrader 5, I built a couple of small Expert Advisors mainly for testing strategy logic and understanding how different systems behave over time.
Instead of keeping them private, I decided to release two of these EAs completely free on the MQL5 Market so other traders can study them, test them, and maybe get inspiration for their own algorithmic trading systems.
The first EA is based on a simple long-term Dollar Cost Averaging idea.The strategy splits the position into 100 buy orders and gradually averages in when price drops. When the combined position moves into overall profit, the EA closes the basket. The logic is intentionally simple and designed for assets that historically tend to grow over time, such as Bitcoin, Gold, or stock indices like the S&P500.
Free EA (DCA strategy): https://www.mql5.com/en/market/product/167501
The second EA is a small experiment focused on recovery logic and position sizing.The strategy opens a LONG trade when the previous candle closes bullish. It uses a Take Profit of 1 percent price movement and a Stop Loss of 1 percent price movement. Position size is calibrated so that a theoretical −100 percent price move would equal roughly a −1 percent loss of the account balance. Because the real stop loss is only −1 percent price movement, the first losing trade typically results in a very small balance change as −0.01%.
If the stop loss is hit, the EA activates a recovery step that slightly increases the next position size. The idea is that when a trade reaches take profit, it can recover previous losses and reset the cycle. This creates a structure similar to strategies often described as recovery systems, grid logic, or martingale-style progression.
Free EA (recovery experiment): https://www.mql5.com/en/market/product/167506
I decided to release these versions for free mainly so traders can see real working examples of Expert Advisors and experiment with them in strategy tester or demo accounts.
Of course, before running any automated system on a live account, it is always wise to run long backtests (5–10 years if possible) and fully understand the risks of the strategy.
I would also be genuinely interested to hear from other traders here.Do you prefer long-term strategies like DCA and position building, or more active trading systems?And when you started using Expert Advisors in MetaTrader 5, what helped you the most to understand automated trading?
Wishing everyone successful testing and good trading!
Hi traders,While experimenting with different automated trading ideas in MetaTrader 5, I built a couple of small Expert Advisors mainly for testing strategy logic and understanding how different systems behave over time.
Instead of keeping them private, I decided to release two of these EAs completely free on the MQL5 Market so other traders can study them, test them, and maybe get inspiration for their own algorithmic trading systems.
The first EA is based on a simple long-term Dollar Cost Averaging idea.The strategy splits the position into 100 buy orders and gradually averages in when price drops. When the combined position moves into overall profit, the EA closes the basket. The logic is intentionally simple and designed for assets that historically tend to grow over time, such as Bitcoin, Gold, or stock indices like the S&P500.
Free EA (DCA strategy): https://www.mql5.com/en/market/product/167501
The second EA is a small experiment focused on recovery logic and position sizing.The strategy opens a LONG trade when the previous candle closes bullish. It uses a Take Profit of 1 percent price movement and a Stop Loss of 1 percent price movement. Position size is calibrated so that a theoretical −100 percent price move would equal roughly a −1 percent loss of the account balance. Because the real stop loss is only −1 percent price movement, the first losing trade typically results in a very small balance change as −0.01%.
If the stop loss is hit, the EA activates a recovery step that slightly increases the next position size. The idea is that when a trade reaches take profit, it can recover previous losses and reset the cycle. This creates a structure similar to strategies often described as recovery systems, grid logic, or martingale-style progression.
Free EA (recovery experiment): https://www.mql5.com/en/market/product/167506
I decided to release these versions for free mainly so traders can see real working examples of Expert Advisors and experiment with them in strategy tester or demo accounts.
Of course, before running any automated system on a live account, it is always wise to run long backtests (5–10 years if possible) and fully understand the risks of the strategy.
I would also be genuinely interested to hear from other traders here.Do you prefer long-term strategies like DCA and position building, or more active trading systems?And when you started using Expert Advisors in MetaTrader 5, what helped you the most to understand automated trading?
Wishing everyone successful testing and good trading!
: