@tipsywisdom Why not storing that open price value into a variable instead?
Posts made by l'andorrà
-
RE: Object Loopsposted in Questions & Answers
-
RE: Increase lot when privious trade hits SLposted in Questions & Answers
@foxeye Sure! Here you will learn how to create a variable for that last lot size:
https://fxdreema.com/instructions/builder/constants-and-variables
And here you have the structure to store the value of the last closed trade's lot size into a variable I created:

Please notice I used those blocks on the 'on Trade' tab. That way you don't need to worry about storing any previous closed trade.
-
RE: [Please] FxDreema Desktop We need this version .. please updateposted in General Discussions
@gu95ckt8 Agreed, but this is the second thread you create for tyhis same topic. Please don't duplicate threads.
-
RE: I can't find the thread, sorry. Could someone help?posted in Questions & Answers
@seb-0 Thank you but what I need is lot size, not pips distance. I already have the distance for TP to be considered. What I need is the required lot size to get a specific amount of money for that TP distance.
-
RE: PARTIAL CLOSEposted in Questions & Answers
@kestra What you are asking is the holy grial of trading, man!
All of us would love to find a quick way to take advantage of price without any delay. I'm afraid the onlly way to work on a nanosecond scale is by using high frequency trading strategies that are far beyond the scope of fxDreema. -
RE: Modify Stops (in profit) like in a Gridposted in Questions & Answers
@stefano-1 Can you please share the link to the project. I don't like how those 'trailing stop' blocks are. You should use only one for buys and sells. I guess they are being duplicated right now.
-
RE: ı forgot password.ı can not get new paswordposted in Questions & Answers
@emreizmir Do you mean to access fxDreema? You should contact the admin and let him know.
-
RE: I can't find the thread, sorry. Could someone help?posted in Questions & Answers
@didymario7 Thank you for your help, but I do need to include the TP distance in the equation.
-
RE: I can't find the thread, sorry. Could someone help?posted in Questions & Answers
@q8carpenter Thank you for the example. I got the isea. However, I want some formula to be used on every symbol, not only for EURUSD. Isn't there any way to make the equivalent value for any other one?
-
RE: Need help with trailing stopposted in General Discussions
@jstap Are those condition blocks working correctly withut a 'For each trade' block on top? I was suggested never to use those pink blocks without one of them?
-
RE: Doesn't sell when it's supposed toposted in Questions & Answers
@davjack Maybe because there is no 'sell now' block included?

-
RE: [Please] FxDreema Desktop We need this version .. please update"posted in Questions & Answers
@gu95ckt8 Agreed. I hope the admin hear your request!

-
RE: Indicator to EA convertingposted in Questions & Answers
@sky-1 Do you have the mq4 format file? That would help.
-
RE: how to use renko charts in my EA?posted in Questions & Answers
@jstap Correct. You will ned a custom indicator to do that. FxDreema doesn't include them by default.
-
RE: 2 Questions on comissionposted in Questions & Answers
@davjack I do not fully understand the first question. Do you mean the spread comission? That depends on lot size, obviously.
On the second question, comissions are never included on any money management option in fxDreema. The only way I can thik of adding it is by calculating it in advence and then do the complex calculation of lot size. I think it is MUCH easier to do when selecting to close a trade. Then you can add comission and swp this way:

-
RE: Stop Loss Problem !posted in Questions & Answers
@amincgi Ok, but it depends on the specific settings you need. Can you please tell me what common SL level you need for all open trades?
-
RE: Using BOTH "Betting: Martingale" and % Risk?posted in Questions & Answers
@wezil Very interesting. Thank you very much for sharing.