fxDreema

    • Register
    • Login
    • Search
    • Back to the main page
    • Categories
    • Recent
    • Tags
    • Popular
    • Search
    1. Home
    2. Domeonline
    3. Posts
    D
    • Profile
    • Following 0
    • Followers 0
    • Topics 12
    • Posts 39
    • Best 2
    • Controversial 1
    • Groups 0

    Posts made by Domeonline

    • RE: Automatic opened positions in "For each position" step - not available

      @yousef-builder Thanks Yousef! I will close the thread the tool is live and operational.

      posted in Questions & Answers
      D
      Domeonline
    • RE: Can i use constants as global variables in mq5

      Excellent! Thanks it works fine now. I even managed to change the global variables with a telegram message.

      posted in Questions & Answers
      D
      Domeonline
    • RE: Can i use constants as global variables in mq5

      @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?

      posted in Questions & Answers
      D
      Domeonline
    • Can i use constants as global variables in mq5

      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!

      posted in Questions & Answers
      D
      Domeonline
    • RE: Same EA for multiple symbols

      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

      posted in Questions & Answers
      D
      Domeonline
    • Same EA for multiple symbols

      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...

      74c1b2ba-6cef-4bef-9f5d-9f7ddf43c861-image.png

      Did someone implement something similar?

      Thanks!

      posted in Questions & Answers
      D
      Domeonline
    • RE: Automatic opened positions in "For each position" step - not available

      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 …

      posted in Questions & Answers
      D
      Domeonline
    • Automatic opened positions in "For each position" step - not available

      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?

      388fff54-1f2e-4c59-b48d-b4d0ea5a93c6-image.png

      posted in Questions & Answers
      D
      Domeonline
    • RE: Trademanager for MT5 Mobile

      @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…

      posted in Questions & Answers
      D
      Domeonline
    • RE: Trademanager for MT5 Mobile

      @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.

      posted in Questions & Answers
      D
      Domeonline
    • Backtesting Framework - Load Entries

      Hi,
      I'm wondering if there is a way to upload a file with:
      Symbol, Entry Date/Time, Entry Price & StopLoss

      This would enable us to backtest various exit and money management methods.

      posted in Questions & Answers
      D
      Domeonline
    • RE: Trademanager for MT5 Mobile

      @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!

      posted in Questions & Answers
      D
      Domeonline
    • RE: Trademanager for MT5 Mobile

      @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...

      posted in Questions & Answers
      D
      Domeonline
    • Trademanager for MT5 Mobile

      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?

      https://fxdreema.com/shared/IkOHizM0d

      posted in Questions & Answers
      D
      Domeonline
    • RE: Futures data for backtesting

      Interesting. They use IB data which is exchange data, true. Will give it a shot and see how it works.
      Thanks for the tip!

      posted in Questions & Answers
      D
      Domeonline
    • RE: Upload trades as .csv

      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

      posted in Questions & Answers
      D
      Domeonline
    • Upload trades as .csv

      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...

      posted in Questions & Answers
      D
      Domeonline
    • RE: Futures data for backtesting

      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.

      posted in Questions & Answers
      D
      Domeonline
    • Futures data for backtesting

      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

      posted in Questions & Answers
      D
      Domeonline
    • RE: Condition block misses applied to indicator option

      @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
      8fd98e01-26d5-42ce-aaf6-dbf1cb74945d-image.png
      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

      posted in Questions & Answers
      D
      Domeonline
    • 1
    • 2
    • 1 / 2