Activity
Mon
Wed
Fri
Sun
Oct
Nov
Dec
Jan
Feb
Mar
Apr
May
Jun
Jul
Aug
Sep
What is this?
Less
More

Memberships

Automated Traders Community

Public • 336 • Free

15 contributions to Automated Traders Community
Project: MACD EA based on top-down analysis
Hi everyone. Very new to MQL5 but very optimisitic and ready to learn. I'm trying to create an EA based on the top down analysis, using the MACD indicator. Will i be better off using the nested if for the top-down analysis or there's a better way. I will also appreciate it if there's any resource you can recommended to me. Thank you all so much.
1
2
New comment Aug '23
0 likes • Aug '23
https://www.mql5.com/en/search#!keyword=macd&module=mql5_module_codebase
Simple RSI Crossing EA; Feedback appreciated
Hey everyone, after getting ahead in Renés Masterclass, I wanted to create a simple RSI EA that checks when a 2 or 3 candle RSI crosses a longer term RSI like 14 candles. I would highly appreciate feedback and additional ideas in order to improve my skills! Thanks - Tobi
0
4
New comment Aug '23
0 likes • Aug '23
@Jens Engelke no, the handle initialization for the two RSI Indicators is inside of the OnInit() function, which is well placed there. MT5 is quite different at Indicator handleing compared to MT4, so this is fine at that point
Dynamic Lot per X dollars
Hi All, I'd like to know how I can code a dynamic lot size system in which: Trades 1 lot per 5000$; 2 lots would be for a balance greater than 10000$... 3 lots would be for a balance greater than 15000$ and so on... Thanks in advance! ;)
0
2
New comment Aug '23
1 like • Aug '23
double AccountStep = 5000; double LotSize = 1.0; // you can also set LotSize to the minimum value of the current Symbol // double LotSize = SymbolInfoDouble(Symbol(), SYMBOL_VOLUME_MIN); double PositionSize = MathCeil(AccountInfoDouble(ACCOUNT_EQUITY)/ AccountStep ) * LotSize; Then use PositionSize as your Lotsize parameter when you open a new position
Reduce backtest time
Hi just build my first ea and i would like to run a huge backtest. Does anyone have some tips so i can reduce the backtest time? I already have the backtest data so this download time isn't included.
0
4
New comment Aug '23
0 likes • Aug '23
Also, MT5 is much faster then MT4 in Backtests. Of course you could have made bad coding decisions too which will lead to Slow Backtests
Hello Pairs Traders!
A big thanks to Renè that I got invited into this group. I am working on EAs and Indicators now since 2018 and hope to find people who share the same passion for trading like I do. Currently I am working on a pairs trading system which is using cointegration and other additional methods to find good trading opportunities. It would be great if somebody here in the community has got experience with systems like that. The system is much more complicated than a standard EA which is working on just one Symbol. At the end, it shall scan for setups automatically though all available symbols. I am willing to share the current project with a skilled at that area trader or skilled MT5 coder. To be clear: I am not selling anything to anybody. A cooperative partner is what I am looking for, just because working on something together makes the development phase much more faster and gives more fun to it too. I do speak English and German.
5
5
New comment Aug '23
0 likes • Jul '23
Hey @Aurelio Pavarini , that's nice that you are working on the same topic. I will implement everything into one EA, so that there is no need of an additional Tool at the end. By the use of MT5, which is Multi Symbol capable, it's also possible to Backtest the strategy. I also do have got other ideas in my head which hopefully results into better outcome compared just to the cointegration and z-score levels. As I wrote, I am also willing to share my code, so in best case, we both have got something really solid at the end which is highly automatic
0 likes • Aug '23
Definitely, I work with GitHub too. You have got a coding development background I guess when you work with it right now, or?
1-10 of 15
Timo Amtsberg
2
5points to level up
@timo-amtsberg-1124
Developer in MT4/5 and C#. I am Interested into development cooperations.

Active 383d ago
Joined Jul 19, 2023
powered by