@highmoose You need to change all condition blocks on the left from 'the price, as is' to 'as price fraction' option.
Posts made by l'andorrà
-
RE: Distance Check Function - Need help!posted in Questions & Answers
-
RE: Applied Price ... at (my indicator) .. not includedposted in Questions & Answers
@saeed-2 I recommend you find a real programmer on websites llike fiverr.com. You can find many programmers there working for cheap prices.
-
RE: Can someone please convert this to a working MQ5 indicator? (regression channel with buffers and timeshift)posted in Questions & Answers
@rnonnekes81 I'm afraid fxDreema cannot be used to creat indicators, just expert advisors.
-
RE: open trade when two conditions are metposted in Questions & Answers
@ferford Sure. Can you please share the link to your project?
-
RE: HI . Please How do the condition work one by oneposted in Questions & Answers
@ferford Examples are very conditioned on a case by case basis. What is your specific issue?
-
RE: Williams Percent Range PROBLEMposted in Questions & Answers
@ferford Are you sure the setting of the indicator are teh best ones for your strategy? Maybe that is the problem.
-
RE: Fxdreeama screen keep scrolling to the rightposted in Bug Reports
@jaloef That's a weird thing. Does it happen woth all your project or just on a specific one?
-
RE: one condition for both Buy and Sell entryposted in Questions & Answers
@lali Are you sure you want a buy and a sell at the exact same crossing conditions? On the otherhand, your project does not include any launching block.
-
RE: Distance Check Function - Need help!posted in Questions & Answers
@highmoose Can you please share teh link to your project?
-
RE: How to add different TP'sposted in Questions & Answers
@tim-3 I know it can be a bit complex for recent fxDreema users, but if you read carefully the instructions pages, you will easily understand what is happening in every block.
-
RE: open new trade just if the price of new signal is more or less then last trade openedposted in General Discussions
@joele1989 Can you please share the link to your project?
-
RE: How to get the pip gap between two points of a custom indicatorposted in Questions & Answers
@davizin It depends on the custom indicator. Can you please provide more info about it?
-
RE: How to program this strategy.posted in Questions & Answers
@frewster You pretty much created it!
Just connect block 6 to block 2 ant try it! -
RE: renko chart mt5 custum symbolposted in Questions & Answers
@myfxdreema1 Can you please share the link to your project?
-
RE: Stop loss below last candleposted in Questions & Answers
@mcarl42 This is the way to find that distance (I forgot to add a 'once per bar' block on top, sorry):

Then you just need to multiply that distance by to find the TP level.
-
RE: calculo del lucro pero en pips no en dineroposted in Questions & Answers
@cristian-0 Debes crear una variable que te lo calcule directamente. Olvídate de los bloques de cubos. Esta forma es más eficiente:
https://fxdreema.com/shared/YekwJwq6d
En este ejemplo el EA calcula los pips abiertos en este moment, así como los cerrado y luego los suma todos en una cifra total.
-
RE: Compiling indicator for custom indicatorposted in Questions & Answers
@yyaanniicckk Can you please show a screenshot with the error? Is it an mq4 or an ex4 file?
-
RE: How to create an EA that can be optimized in MT4 Strategy Tester to identify the best settingsposted in Questions & Answers
@mooglit You should create as many Constants as elements you would like to optimize. Here you can find how to create and use them:
https://fxdreema.com/instructions/builder/constants-and-variables
-
RE: Multiple indicator windowsposted in Questions & Answers
@t-fah Please accept both my apologizes. I was wrong. AFAIK what I suggested is not possible with fxDreema. Only object and not indicators can be specified for window -1.
My mistake. -
RE: Prevent multiple entries at the same time?posted in Questions & Answers
@iceyheart Now I understand. Well, that is a complex structure to implement. You definitely need a loop searching for all symbols ans past candles to find those previous sugnas. Unfortunately loops are not my field of expertise. Maybe roar or miro would be able to help. Sorry for not being so helpful.