fxDreema

    • Register
    • Login
    • Search
    • Back to the main page
    • Categories
    • Recent
    • Tags
    • Popular
    • Search
    1. Home
    2. TitanGeorge
    3. Posts
    T
    • Profile
    • Following 2
    • Followers 5
    • Topics 5
    • Posts 108
    • Best 13
    • Controversial 0
    • Groups 0

    Posts made by TitanGeorge

    • RE: RSI crossing moving average line

      @crazycnw said in RSI crossing moving average line:

      Hello can i place my RSI and simple moving average in the same indicator window underneath my chart on FX dreema? i can do this in MT4 and when the RSI line crosses above the MA line thats my buy signal. I tried to create an EA doing this but the was no orders

      Hadess and L'andorra are correct. You will need a custom indicator. There are a ton for what you're looking for.

      posted in Questions & Answers
      T
      TitanGeorge
    • RE: How do I put images on the chart?

      @donnec said in How do I put images on the chart?:

      Dear Admin

      I want to put a picture on the chart and button to action ea

      Thank you

      What do you mean by "picture" a jpeg?

      Or do you mean something that can "start" and "stop" your EA without you having to reset it?

      If it's the second option, you will use "Condition" and "ON" "OFF"

      The way you do it:

      "Condition" - The Left Parameter will be:
      "Object on Chart"
      Name = "Stop"
      Property = "Color" (Color is easier in my opinion)

      Your Right parameter will be:

      "Value" and Change Numeric to Color. For example choose Red to Stop.

      SIDE NOTE: The color can be the same for both start and stop, as long as your Name is different, it won't matter but make sure whatever color you use, that is what color you insert. Personally, I would leave the color the same.

      Underneath your Condition Block, place "On" or "Off" block.

      Then you put what block to turn "off" and "on".

      This will cause the EA to pick out when you type "start" on the Chart, and it will turn on your block tree or "Stop" your block tree. All without having to terminate your EA.

      Good Luck

      posted in Questions & Answers
      T
      TitanGeorge
    • RE: Multigraficos

      Si ya te contestaron, para de joder.

      posted in Questions & Answers
      T
      TitanGeorge
    • RE: IG Client Sentiment

      Where are you getting your IG Client Sentiment data from? The expert adviser or the website?

      You will have to create an a trigger, then your ea can pick up this trigger. I haven't played with IG Client Sentiment but I don't think it creates objects or leaves any data on the chart.

      If it does, you will need two charts open per pair. One EA can create a pending order, be it buy or sell based on your parameters.

      The second chart will use this pending order trade to execute what ever trade you want. Open in a grid, pending order, etc.

      Update: Actually, if the IG client has readable data, you can skip the extra chart and use that as your trigger for your orders. I was over complicating it.

      posted in General Discussions
      T
      TitanGeorge
    • RE: Help please

      @abbess said in Help please:

      Thank you for your interest
      The problem is during the sell process the third time, beating 6
      Here is an example
      https://fxdreema.com/shared/rH8jwJiwb

      Abbess,

      Thank you for your question.

      If you have a BUY open, then you wish to open a SELL every tick, every 5 pips against your open BUY (hedging).

      If this is correct, it seems your process will mess up on the third "sell" and open a "buy" instead.

      I would suggest using GROUPS.

      Your parent order, should be group 1. Group 1 Buy and Group 1 Sell. Every hedge position, should be Group 2. So Group 2 buy and group 2 sell.

      CHANGE YOUR "CHECK TYPE" for "IF TRADE"

      Inside the "If trade" put Group 1 and Filter with BUY and SELL.

      This will cause hedge positions to only open against your Group 1 trades. That way your third trade wont be affected the sell that is opened to hedge your main position.

      posted in General Discussions
      T
      TitanGeorge
    • RE: Script or EA that opens a pending trade at the price of a horizontal line.

      @cllatser
      Are you specific on the name of your object?

      Every Object Contains a "Name" and "Description"

      Your condition will have to match your "Name" at least. You can filter by color or other parameters. I personally use Color.

      For example, create a line. Call it "Pending Order" and color it Yellow (or any color).

      On your EA, create a "conditions block"
      Left Operand "Object on Chart" Pick by Name, Pending Order EQUALS (==) Right Operand "Value" and Choose Color as your input. Choose the correct color.

      Connect this block to "Buy (or Sell) Pending Order"

      You will have to differentiate between Buys and Sells though. To do this, you can use two different colors. Then match your conditions to the correct color to open a pending/limit buy or pending/limit sell.

      If you want to know what parameters your object has, press CTRL+B

      I forgot, to set the level of your pending order, do the same thing on the Pending Order Block You'll need to choose the
      "Custom Price" and then go to "Object on Chart" then Make sure the name matches and go from there.

      posted in Questions & Answers
      T
      TitanGeorge
    • RE: How do I place a pending order for the last open position while removing the old pending order.

      @khalids222

      Q.How do I place a pending order for the last open position while removing the old pending order.

      A. You will need to create Groups. Buys can be Group 1. Sells can be Group 2. Then on your "Delete Pending Orders" block, you can specify which one to delete. It will only delete the specific one you need deleted.

      Q.I use multiple orders to buy and sell and so on until the total reaches the goal.
      With every buys, when the MACD crosses the zero line to the top, there will be an opposite pending order within 18 points,

      A. If trade (Group 1,Filter as a buy only) ---->Condition (MACD x> 0) ----> Pending Sell (18 points away)

      Alternatively, you can filter by type ----> Sells ----> Buys when deleting pending orders. Regardless, you will still have to add more blocks. Separating both the buys and sells. If your conditions are the same, then simply attach another "Delete Pending Order" but specify if its a sell or a buy.

      I use groups so its easier to work with.

      posted in Questions & Answers
      T
      TitanGeorge
    • RE: HOLA QUISIERA SABER SI SE PUEDE HACER UN INDICADOR QUE CUANDO SE CRUCE UNAS MEDIAS MÓVILES ME PRENDA EL AUTO TRADING Y CUANDO SE CRUCE DE NUEVO LO APAGUE ,AGRADECERIA MUCHO SU AYUDA

      @juanfelx Quieres crear un nuevo indicador o quieres usar unas medias moviles que ya existen para prender y apagar el bot.

      Si es la segunda opcion, de desactivar y activar, si es posible. Usas los bloques: Condition, Turn OFF, Turn ON

      en Condition, pon las reglas que necesitas. En Turn Off, pon el primer bloque que empieze tu trades. En el opuesto, pon las condiciones para que se active el bot otra vez y en Turn On pon el mismo bloque que pusiste en Turn Off.

      https://fxdreema.com/shared/u5UXUZ4Ob

      posted in Questions & Answers
      T
      TitanGeorge
    • 1
    • 2
    • 3
    • 4
    • 5
    • 6
    • 6 / 6