Thank you
Posts made by iagnew
-
RE: Placing trades at specific price pointsposted in Questions & Answers
About the tick coming at the right time, are you saying if it's not at the right time the EA will miss the opportunity to place a trade? The condition block is the price point. I don't know what you mean by 2 condition blocks "one with => connected to one with =<". Thank you jstap
-
Placing trades at specific price pointsposted in Questions & Answers
Would this be correct for placing a trade exactly when the price hits 1.0845? Would I need to adjust to mid to get a better chance of getting my order filled at the price I want. This is part of a grid system and I need trades filled as close to the price I set as possible.
-
Logposted in Questions & Answers
Is there a way to generate a log of all events created by the EA in a file I can open and review. ie. conditions being met, trades being opened, etc.
-
Using groups to place orders?posted in Questions & Answers
I am trying to place a single order under several different conditions. For example I may have 3-6 trades running at a time because the conditions for 3-6 indicators were true. My problem is multiple trades are being opened from a single condition before the first trade is closed.
-
RE: MQ5posted in Questions & Answers
Nevermind. I ended up copying and starting a new MQ5 project and then pasting my blocks back.
-
MQ5posted in Questions & Answers
I have looked all over. Is there a way to export the EA into MQ5 format instead of MQ4? If not is there a way to convert an MQ4 file into an MQ5 file?
-
RE: Differing rules for exit and re-entryposted in Questions & Answers
I forgot to my a weblink earlier
-
Differing rules for exit and re-entryposted in Questions & Answers
I want to stop placing orders when the CCI drops below 25 and begin to place orders again once the CCI crosses over the 40 level. I can't figure how to do both.
-
RE: I'm trying to experiment with grid trading.posted in Questions & Answers
Thank you for your reply. What I'm trying to do build a grid with price points where a new trade will be opened. The price points will be take profit from prior trades. When the take profit is met, the trade is closed for a profit and another one opened.
-
I'm trying to experiment with grid trading.posted in Questions & Answers
How would i open a new trade as soon as my take profit is hit?
-
RE: MT4 Directory not correctly setposted in Questions & Answers
Put a \ at the end the path. Re-installed fxdreema and metatrader still says to check the directory. Any other suggestions?
-
RE: MT4 Directory not correctly setposted in Questions & Answers
Copied and pasted the file directory from my computer to fxdreema and I keep getting Check if MT4 directory correctly set. I included a picture to show what I mean.
Thanks in advance,
......
Untitled.png -
RE: Changing my passwordposted in Questions & Answers
I forgot my password and had to request a new one. How can i change it back to something i can remember instead of random numbers and letters?
-
RE: Trailing Stopsposted in Questions & Answers
One last question for you sir. The trailing stop block connected directly to a buy or sell block, if set to start a trailing stop once the trade has moved 10 pips in a favourable direction, will that clear out the stop loss in the buy or sell block?
Example of what I mean.
http://fxdreema.com/shared/F6XcJmOmd
Thanks again,
-
RE: Bollinger Bandsposted in Questions & Answers
Thanks did that with the formula block. Where do I need to connect the formula block, at the top before the condition or anywhere in the ea. Ex. right after the No Trade Running block?
-
RE: Bollinger Bandsposted in Questions & Answers
Is there a way to measure the pip distance between the upper and lower Bollinger Bands? Ex. upper band is 95.000 lower band is 94.800. 0.200 difference. Finally, open trade when distance between bands is greater than X amount.
Thank you,
-
RE: Importing Custom Indicatorposted in Questions & Answers
Found an indicator I wanted to play around with. It has 3 buffers when I import it into fxdreema. Is there a way to incorporate this into fxdreema?
Just looks interesting not a big deal if I can't use it.Thanks,
......
Golden Finger.mq4