@roar
Thank you. Im used to eabuilder and transitioning to fxdreema. Have to keep learning. This was of great help.
Best posts made by hjmr
-
RE: Lookback or hold indicator value for confirmationposted in Questions & Answers
-
RE: Does fxDreema EA Builder work with Ipad.posted in Questions & Answers
@xfire Hi, my initial question was if I could use fxdreema in an ipad ios browser. But since its not possible, than I tried through my vps that only used it for metatrader. thanks for your help.
Latest posts made by hjmr
-
RE: Trade one currency pair at a time multi-currencyposted in Questions & Answers
@l-andorrà Thank you very much for always showing interest and trying to help. I appreciate your suggestion, the only detail is that it would be for more than two currency pairs. It could be at least 10 to 20 pairs trading in a multicurrency ea, so whichever pair signals first during the time period, that would be the only pair opening trades. Then reset, time period starts again, a different currency pair may get an entry signal.
Haven't sat down yet, but I'm thinking maybe using a flag to change if I can manage to store in a variable the currency pair of the first entry signal. If the flag is false then trades of others currency pairs will not open trades during time period. Reset flag to true at end of time period. Let see if it works. For sure you may have a better solution, I'm just learning little by little. thanks again.
-
Trade one currency pair at a time multi-currencyposted in Questions & Answers
Hi, Trying to figure if I have a multi-currency ea, how to trade one pair at a time. Ex. Trade for EURUSD is opened, only open trades fro EURUSD for a certain period of time. Then reset for next trading session which next trade could be maybe USDCAD, etc.. thanks
-
RE: Compare equity of two different mt4 accounts to close all trades of both accountsposted in Questions & Answers
Thanks for checking. I can post if I find something. Thanks
-
Compare equity of two different mt4 accounts to close all trades of both accountsposted in Questions & Answers
Hi, would anyone know if with fxdreema I can create some blocks that can compare the equity of two different mt4 accounts and when the combination of both equity reaches a certain combined equity all trades close for both accounts? Ex. when the sum of the equity of the open trades of both accounts equal or more than 5 percent, close all trades. Or any multi account manger you may know that does this? thanks
-
RE: Chart scale adjustmentposted in Questions & Answers
@l-andorrà Thanks for your response and interest. Here is an image explaining better what I'm trying to do. The idea is to use the indicator buffers price value to set a dynamic fix scale max and min. Fxdreema already has in the block modify chart properties, which has fix scale on/off. Example, if option for min and was available in this block, we could set two variables max and min for the indicator buffers and adjust the chart scale. So if I change timeframe or pair symbol in the chart, the scale will adjust accordingly to the view I would like to see.
thanks again.

-
RE: Layer order of objects on chartposted in Questions & Answers
@q8carpenter Thanks for your help. I tried the concept you mentioned using mirro's array dashboard presented in his tutorial. Can't make it work, any suggestions considering I using arrays in the timer tab? Thanks


-
Chart scale adjustmentposted in Questions & Answers
Hi, I'm trying to figure out how to adjust the scale of the chart based on an indicator. Example, If can control with variables the fix scale min and max, I can use an envelope indicator to provide the min and max based on the bands price reading. Thanks
-
Layer order of objects on chartposted in Questions & Answers
Would anyone know how to place objects behind other objects on the chart? I'm working on a dashboard and wanted to place a square shape behind some edit fields. The shape would also be in front of the chart candle bars. The purpose is to avoid the candle bars to be seen behind the dashboard. Thanks
-
RE: Additional columns for trade details and buttons ( dashboard array )posted in Questions & Answers
@l-andorrà Thanks for responding. No worries. I kept passing the thread pages and found and found a project miro was helping out someone and it has helped me to start filling the gaps of what I'm trying to accomplish. That's how we learn. Thanks
-
Feature Requests - Scale Fixing and Screen Shotposted in General Discussions
@fxdreema Hi, I’m trying to set my ea so that when changing pairs in the same chart the chart is in the proper scale. My idea is to use the fix scale maximum and minimum to adjust the proper scale. If I can place a variable on the fixed scale maximum and minimum based on an indicator I can have the pairs chart have the ideal scale. Found this old thread, that you mentioned if the max and minimum needed to be added to modify chart properties block. Thanks