fxDreema

    • Register
    • Login
    • Search
    • Back to the main page
    • Categories
    • Recent
    • Tags
    • Popular
    • Search
    1. Home
    2. isp00rt
    3. Posts
    • Profile
    • Following 0
    • Followers 5
    • Topics 65
    • Posts 445
    • Best 9
    • Controversial 2
    • Groups 0

    Posts made by isp00rt

    • RE: Something missing and i don't know what

      __Buy - is opened at Ask price,,, and is this Buy is closed at Bid price
      Sell - is opened at Bid price,,, and this Sell is closed at Ask price

      and example, if Buy is opened higher than offered Ask price - this is question for your broker :D[/quote:25e6vnds]

      You're right. My broker is cheating me! 😳 😢

      Now I need a bit of help in my new second problem. 😏

      posted in Questions & Answers
      isp00rt
      isp00rt
    • RE: Something missing and i don't know what

      Ok. This is what I got so far:

      https://fxdreema.com/shared/Zkk80AJ6e

      Now I have a second problem again. My now moving SL goes up and down! How can I hold it shrinking in one direction only (upwards in a buy and downwards in a sell)? 😞

      Sorry for this permanent updating of the thread but I'm learning on the go! 😆

      posted in Questions & Answers
      isp00rt
      isp00rt
    • RE: Something missing and i don't know what

      Second problem solved. I simply disconnected buy/sell blocks from the rest of the blocks. Now I understand how it works. Sadly, problem 1 is still active. 😠

      posted in Questions & Answers
      isp00rt
      isp00rt
    • RE: Something missing and i don't know what

      I'm working in a new simple EA but it doesn't work as I wish. This is why I ask for some help ;). Here's the project:

      https://fxdreema.com/shared/GFDBuTBye

      And this is what it is suposed to do:

      1. A buy and a sell are launched at current market conditions (tome frame 1 minute).
        First problem here: I don't know why but any of them are opened at current market price, but a few pips abaove/below ask/bid.

      2. After two minutes (two bars) has passed from open price, the stop loss can me modified according to the condition included in the "check stop loss" block .

      3. Once condition is met (moving average value at that bar plus/minus 5 pips), the stop loss should be moved up to that price:
        Second problem: stp loss is not moved at all.

      Any help would be appreciated. 😏

      posted in Questions & Answers
      isp00rt
      isp00rt
    • RE: How can the TP be "hidden"

      Thanks, but it also hides the stop loss. Is there a way to hide the take profit only?

      posted in Questions & Answers
      isp00rt
      isp00rt
    • RE: How can the TP be "hidden"

      I don't want my TP be visible on the MT4 plaftorm and as far as I know both "Buy/Sell now" and "Buy/Sell pending order" can't do that. Every test I did shows the TP on the chart and on the terminal window. Is there a way for it NOT to be visible?

      posted in Questions & Answers
      isp00rt
      isp00rt
    • RE: Problem with ID candles

      Ok. Thank you. I'll give it a try. Your site is priceless. 😉

      posted in Questions & Answers
      isp00rt
      isp00rt
    • RE: Problem with ID candles

      Now I fully understand. It's clearer. BTW I want to move my trailing SL AFTER two candles have passed since the trade opened. Does it mean I should use candle's ID 2? But then it shoud move without looking back. How could I do that?

      posted in Questions & Answers
      isp00rt
      isp00rt
    • RE: How can I insert external variables?

      Great! Thank you 😉

      posted in Questions & Answers
      isp00rt
      isp00rt
    • RE: How can I insert external variables?

      How can I insert a TP level and a SL level as an external variable? It will change from trade to trade and I want to insert them manually immediately before activating the EA on a chart. I didn't find any appropriate example at the examples page. 😏

      posted in Questions & Answers
      isp00rt
      isp00rt
    • RE: Problem with ID candles

      I modify my previous message. I now can open a trade at the beginning of the candle by using "once per bar" block. My problem now is that it always open a new trade at the same bar active right now. How can I delay it until the beginning of the new bar?

      posted in Questions & Answers
      isp00rt
      isp00rt
    • RE: Problem with ID candles

      Sorry, I didn't explain myself properly. I don't want to open a new trade each new opening bar. I want to do it at a single bar opening after three other conditions are previously applicable. What does ID candle mean: the current one or the previous one?

      Thank you for the help

      posted in Questions & Answers
      isp00rt
      isp00rt
    • RE: Problem with ID candles

      I want to create an easy EA the should open a buy/sell at the following candle's open price. I made this:

      https://fxdreema.com/shared/l7ZvIRgCb

      Sadly, it launches a trade without waiting for the current candle to close. I guess it's a problem with the candle's ID. I tried using ID 0 and ID 1, but to no avail. I launces a trade at the first tick immediately after the EA is activated. Some help would be appreciated.

      posted in Questions & Answers
      isp00rt
      isp00rt
    • RE: Info not found

      Great! I want to see it soon 😉

      posted in Questions & Answers
      isp00rt
      isp00rt
    • RE: Info not found

      I remember having read several days ago at this forum (but I can't refind the thread) that there is a way to "duplicate on reverse" all trade conditions without having to put all those blocks. I am planning a new EA with a lot of entry conditions and I would like to program just the buy or sell conditions and then duplicate them on the reverse as I found without having to do it block by block again. Unfortunately I can't find any example doing that. Could someone please help?

      posted in Questions & Answers
      isp00rt
      isp00rt
    • RE: My first try

      Sorry for this delay, but I needed some vacation time! 😆 Ok. Let me try to explain myself again. Let's imagine the EA makes what I want it to do. If I put it into a chart two windows will pop up: one asking for a buy trade AND another one for a sell trade at the same time. The problem is that I just want to open one single trade, not both simultaneously on the same chart. This is why I say that I don't know how to make that just one OR the other pops up. I know I could create two different EAs, one for buys and another for sells, but I find it a very unelegant way to do it. So, is there a way to create one single code for both options within one same EA?

      I hope it helps. 😉

      posted in Questions & Answers
      isp00rt
      isp00rt
    • RE: My first try

      Ok. Let me add some more info in order to clarify my point. As I said, I'm not a mql4 programmer, so I asked for help in order to create my EA. I was said by a true programmer that if I wanted an EA controlling many different trades in many different charts I had to design one in which each pending order had to be created by the EA itself, and not manually set by me on the MT4 platform. Otherwise no EA would be able to recognize which open trade belongs to each chart.

      This is why I can't insert my pending orders manually and then put the EA to manage them once become active (but I admit this is what I wanted initially). According to the programmer It MUST be the EA that will have to set each pending order. This is why my EA is designed to create both a buy and a sell pending order. The problem is that I don't know how can the EA know when will I need one or the other. As it is designed now, I will be offered both options at the same time whereas I will only set a boy OR a sell.

      Am I clearer now? 😏

      posted in Questions & Answers
      isp00rt
      isp00rt
    • RE: My first try

      I'm sorry. English is not my native language. What I want to know is how can I implement the following with my EA:

      1. I detect a trade oportunity
      2. I decide I will set a pending order. A buy OR a Sell. Never both of them at the same time.
      3. Then the EA makes all the work as programmed once the trade is open.

      As I said in my last message I know how to implement that my EA asks for a buy AND a sell. What I don't know is how can I distribute blocks so that it is me who decides if a buy or a sell pending order is set. Could you please tell me how could I do that?

      Thank you again and excuse my English, please. 😳

      posted in Questions & Answers
      isp00rt
      isp00rt
    • RE: My first try

      Thank you very much for your help. I noticed that the current structure will ask for a buy AND a sell pending orders to be created when what I want is selecting a buy OR a sell pending order case by case. Sadly, I can't see how this "OR" option can be added right now. Is it any of the blue color blocks, maybe?

      Thanks a lor again.

      posted in Questions & Answers
      isp00rt
      isp00rt
    • RE: My first try

      I think I got it!

      https://fxdreema.com/shared/TRecybmZb

      As it is a manual initiallized EA it can be backtested, so could someone please check it to confirm it is correctly designed to do what is listed in my first message. I would much appreciate it. 😏

      Thank you in advance

      posted in Questions & Answers
      isp00rt
      isp00rt
    • 1
    • 2
    • 19
    • 20
    • 21
    • 22
    • 23
    • 22 / 23