@yousef-builder Thanks Yousef! I will close the thread the tool is live and operational.
Posts made by Domeonline
-
RE: Automatic opened positions in "For each position" step - not availableposted in Questions & Answers
-
RE: Can i use constants as global variables in mq5posted in Questions & Answers
Excellent! Thanks it works fine now. I even managed to change the global variables with a telegram message.
-
RE: Can i use constants as global variables in mq5posted in Questions & Answers
@sktsec
Amazing!!
Thanks a lot for the tip, that's a game changer!I attached the terminal block to the "on Init" tab. I read somewhere that the files for terminal variables stay only for 30 days. You think I have to redeploy it every month?
-
Can i use constants as global variables in mq5posted in Questions & Answers
Hi All,
is it possible to turn a constant into a global variable?
The reason is that I have an EA attached to a lot of charts.
Changing now an input manually in all instruments takes ages and can lead to human errors.
So my idea is to use a script which updates all in one go.
But the script can't directly use inputs/constants it needs global variables.If there is another route to achieve this I'm also happy to test this...
Thanks!
-
RE: Same EA for multiple symbolsposted in Questions & Answers
correct I use the same bot for different symbols. So far it uses also the same magic numbers. I thought i could be more generic instead of creating a bot per symbol
-
Same EA for multiple symbolsposted in Questions & Answers
Hi All,
I use the same EA across multiple instruments. Sometimes it gets confused if I have multiple open positions and pending orders.I tried to read the symbol first so to make it more specific but it's not working.
My idea was to assign the symbol to a variable and then loop throw the symbols...
Did someone implement something similar?
Thanks!
-
RE: Automatic opened positions in "For each position" step - not availableposted in Questions & Answers
I use lt a lot in my EA and it works perfectly for manually opened trades as well. So I use it in sequence first check the manual and afterwards manual or automatic.
But for additional functionality i need to check automatically only. This drop down option is missing.
Would be great if the admin adds this … -
Automatic opened positions in "For each position" step - not availableposted in Questions & Answers
Hi,
in the For each position block is under group mode maually opened and All available.
Is there a way to search only for automated opened positions?
-
RE: Trademanager for MT5 Mobileposted in Questions & Answers
@VHV-Profit-Masters As i said i use the mt5 mobile app. When I’m trading discretionary on the phone. And the mobile app is in the native version better than the client since you can move lines. If i trade from the client I have third party trade managers doing the same…
-
RE: Trademanager for MT5 Mobileposted in Questions & Answers
@vish No, I use the mobile app to enter trades. An ea created in fxdreema runs on a VPN server which uses the orders and works with them as inputs.
So the app is the order entry and fxdreema is doing the trade management. Position sizing, stop and target adjustment, breakeven, partials … whatever you want. -
Backtesting Framework - Load Entriesposted in Questions & Answers
Hi,
I'm wondering if there is a way to upload a file with:
Symbol, Entry Date/Time, Entry Price & StopLossThis would enable us to backtest various exit and money management methods.
-
RE: Trademanager for MT5 Mobileposted in Questions & Answers
@l-andorrà That's a good idea. I will run a test cycle purely in the desktop version.
I did a further enhancement and also included another variable reset in the beginning. Almost finished
Thanks! -
RE: Trademanager for MT5 Mobileposted in Questions & Answers
@prtap Man, you're piggybacking already the second thread. If you have such a good setup open your own post, explain everything in detail, maybe somebody will help you with the design...
-
Trademanager for MT5 Mobileposted in Questions & Answers
Hi All,
I created a little trade manager for manual trading on the mobile phone.
I'm happy with the current results.
An EA running on a VPS uses the pending orders and enhances them...Since the new MT5 mobile version allows to place pending orders with a stop loss and target, I thought it would be great to have the position size automatically calculated based on the stop loss.
Then new functionality was added like placing initially the target instead of the stop loss, add a second position with tighter Stoploss and bigger R, trailing, break even...
Also entering a trade at market and resize it after the stop loss is included...
The problem I’m having is that if I flip symbols I have to enter the trades sometimes twice for whatever reason?
I tried to add to reset the values but it’s still not fully working. It also seems a bit random when it happens?
I could create an EA per symbol, which I don’t want.
Any idea if there is a better way to get around this? -
RE: Futures data for backtestingposted in Questions & Answers
Interesting. They use IB data which is exchange data, true. Will give it a shot and see how it works.
Thanks for the tip! -
RE: Upload trades as .csvposted in Questions & Answers
Maybe it's possible with a custom code step. in the code is the location where I place the .csv file.
Not sure if FXDreema could handle a slightly more complex code step.
I will play around with it later on a bit -
Upload trades as .csvposted in Questions & Answers
Hi All,
I'm wondering if anyone has ever manually imported trades? Or if this is even possible?
The reason is that I want to test different money
management strategies.I want to upload my old trade logs and see how I could improve my performance with money management.
This would also allow me to test different strategies, portfolios, discretionary and semi-automated systems independent of the previous execution platform...
-
RE: Futures data for backtestingposted in Questions & Answers
Yes I was looking into AMP as well, in deed.
They provide at least realtime data and for the ES data back to 97 which is not bad.
So fat I trade mainly on IB but opening a little account with them could solve the issue.
I will give it a try. -
Futures data for backtestingposted in Questions & Answers
Hi,
did anyone find a way to get proper futures data into MT4/MT5?
Using tickdata suite or tickstory data only gives me fx brokers not exchange data.
Thanks -
RE: Condition block misses applied to indicator optionposted in Questions & Answers
@sktsec
Yes AI opens up a full new dimension now. Which is amazing!
I would call it a hybrid. Since we can use a light and simple code similar to easy language.
I played also a bit with creating a custom indicator out of it. Chat GPT created the code straight away without even an error. I thought that's pretty impressive!
But like the 80/20 rule to then really find the problem one needs to be a programmer.
For example here. The first Subwindow is what I want. The second is the custom indicator

You see there is a difference in how the MA is plotted. So this was the end for me...
With the custom code step I have more flexibility and now can use different outputs like a line in the indicator or an arrow and if I like it just create a buy / sell order ... pretty easy and straight forward.
This is the current version of the project.
The strategy just uses 2 conditions. Since the BB Stop is working I now just need to add the ATR cross and the signal is already finished...
https://fxdreema.com/shared/ka8BBMMze