@varuk easiest way to get this lot sequence is to use matringale settings in the buy now block. Change the default 2 multiplier to 1.12 and reset after 6.
Posts made by roar
-
RE: Problem with multiplication of lots and repeated trades.posted in Questions & Answers
-
RE: Loading issue Firefoxposted in Bug Reports
@timmyhanke just a guess: try incognito mode and deleting your browser cache
-
RE: Problems with the speed of my botposted in Questions & Answers
Many possible reasons:
- you use "once per bar"
- you backtest using too rough history data (open prices only)
- slippage
- commission charges when closing the position
It would help if you shared your project link
-
RE: Need help MACD EA wont workposted in Questions & Answers
@sonixhd3 open the navigator pane in mt5 and just drag and drop indicators in the same window. Then go to indicator properties and set scale to "Inherit scale".
This is just a visual thing for planning the EA, there is no technical difference whether the indicators are in same window or separate. Fxdreema-made EA will always draw the indicators in separate windows.Hope you arent angry because of my beginner questions.
Its no problem lol
-
RE: will the fxDreema be further developed?posted in Questions & Answers
@fxfun its just how I understand it.
Now, we need to recreate everything for every new project, instead of easily reuse our already created Custom Super Blocks.
You can always copy blocks between projects, so this is not a big problem.
-
RE: Need help MACD EA wont workposted in Questions & Answers
@sonixhd3 to speed up optimization, you can use open prices modelling, because your system is based on "once per bar" logic. Also remember to use genetic algorithm.
My thoughts on the system itself:
-
Trading 1-minute chart will be tough. Your win-loss ratio will be very close to 50:50, maybe 51:49, but commissions will take a big piece from both trades, wins and loses. I'd consider M5 or even M30. I target around 200-500 trades per year (on netting account).
-
Also, MACD system could use some volatility filtering, for example ADX. Myself I prefer to compare the ratio between 144-ATR and 13-ATR, but thats bit more technical to set up and read..

-
-
RE: will the fxDreema be further developed?posted in Questions & Answers
He is just maintaining the service as is, there is not that much demand for further features. The project has been going for ~10 years now, I'm sure he has a life outside this project as well...
There is surely some need for "ease of use" improvements, but in terms of pure functionality, this is near perfect to me
-
RE: Help to reset variable once a dayposted in Questions & Answers
@everjn17 use the "once per bar" block and set that timeframe to D1
-
RE: problem with williamposted in Questions & Answers
@marcin-3
William + moving average = stochastics -
RE: Need help MACD EA wont workposted in Questions & Answers
Here: https://fxdreema.com/shared/Zfrd2IUBd
Tips:
- you dont need group numbers if you have only one entry logic for a direction (sell or buy)
- you can "set current timeframe" in one block above the others
- define constants for macd input parameters, so you can change them for all blocks at once:

- (apply the constant by right-clicking, or just type its name in the field)

-
RE: Need help MACD EA wont workposted in Questions & Answers
@sonixhd3 don't see the error, but let me build you a more optimized version, maybe it works
-
RE: Hot Keys for buying?posted in Questions & Answers
@dan-2 On Chart tab will get you started, I don't know any more about it

-
RE: How to get only the MACD histogram?posted in Questions & Answers
@sonixhd3 the histogram is "main line" in fxdreema. You can also set "cross above" instead of "is above", as is in my picture.
-
RE: How to get only the MACD histogram?posted in Questions & Answers
@sonixhd3 I think this is what you need:

-
RE: Doji Heiken Hashi - Help me to identify it pleaseposted in Questions & Answers
@fmazzot all right, lets do this.
I made the heiken ashi calculations for you:
https://fxdreema.com/shared/pmHwGVB3dNow, how to define the doji candle? Would it be sufficient to say, HA candle body is only 5% of total candle range?
-
RE: Edge negociations.posted in Questions & Answers
@fabiobioware that's a grid, there's a simple block for it.
-
RE: Edge negociations.posted in Questions & Answers
@fabiobioware you cannot be always right, you will never get to 100% profit. That would require absolute control over the global economy. You are not a wizard.
Allow your EA some losses, the key is to make more profit trades than loss trades. Don't use too tight SL, it will ruin the EA because markets always have a standard deviation. Also dont let your losers run infinitely.
-
RE: [HELP] Multipair Stock Trading in MT4posted in Questions & Answers
@everjn17 there shouldn't be any problem. The block with lowest block ID will go first, and so on

