fxDreema

    • Register
    • Login
    • Search
    • Back to the main page
    • Categories
    • Recent
    • Tags
    • Popular
    • Search
    1. Home
    2. edward brazil
    3. Posts
    E
    • Profile
    • Following 3
    • Followers 0
    • Topics 2
    • Posts 14
    • Best 0
    • Controversial 0
    • Groups 0

    Posts made by edward brazil

    • I Need a Good Programmer - Complex Project

      Hello Everyone,

      I have many bots ideas, but I do not know how to program, so I really need to hire a programmer.

      I have been testing them manually, and they are working, but I need a bot.

      My current project is this:

      The idea is to have the sequence: 1st Condition, then 2nd Condition, then 3rd Condition, then 4th Condition, Then Trigger order.

      1st Condition with no trade before

      2nd Condition if last condition happened and if both MA are below MA 500

      3rd Condition if 1st and 2nd happened in sequence and if both MA are below MA 300

      4th Condition if 1st, 2nd, and 3rd happened in sequence and MA 10 is below MA 25

      Then if price crosses below MA 10 - buy order is triggered.

      Then algorithm is reset and goes back looking for 1st condition.

      Thank you very much for help in advance.

      Ed!
      0_1569522165096_HELP PROJECT.jpg

      posted in Questions & Answers
      E
      edward brazil
    • RE: Four Conditions Met Before Trigger Order

      sorry for the confusion, Let's try this.0_1569434780663_HELP 2 - FIX 5.jpg

      posted in Questions & Answers
      E
      edward brazil
    • RE: Four Conditions Met Before Trigger Order

      Just to explain the MA 25 crossing, when!0_1569416150392_HELP 2 - FIX 4.jpg

      posted in Questions & Answers
      E
      edward brazil
    • RE: Four Conditions Met Before Trigger Order

      0_1569414705534_HELP 2 - FIX 2.jpg

      sorry, disconsider last print., this one is correct.

      posted in Questions & Answers
      E
      edward brazil
    • RE: Four Conditions Met Before Trigger Order

      hi, thanks very much for taking time to help.

      That is very good. The only thing is that sometimes, MAs do not follow the same places, when at the same time.

      Sometimes, when MA 25 X< MA 100, at that time, MA 100 is already above MA 300, for example, and if that is on the chart, the order will not trigger.

      So, the idea is to have the sequence, even though longer MAs are already of alignment.

      The idea is to have the sequence: 1st Lock, then look for 2nd Lock, then look at the 3rd Lock, then Trigger condition, even though 1st or 2nd, or 3rd Lock could be already out of sequence on the chart., because this will happen eventually.

      For example, when MA 100 is X< MA 300, eventually, MA 300 will be above MA 500, and in this case trade will not happen.

      So, the sequence should go on, independently of the positions, of the X behind.

      0_1569414541728_HELP 2 - FIX.jpg

      posted in Questions & Answers
      E
      edward brazil
    • RE: Four Conditions Met Before Trigger Order

      MA 500 white
      MA 300 purple
      MA 100 blue
      MA 25 yellow
      MA 10 dark blue

      posted in Questions & Answers
      E
      edward brazil
    • RE: Four Conditions Met Before Trigger Order

      0_1569340899016_FIRST PART.jpg 0_1569340905347_2ND PART.jpg

      thank you for helping.

      posted in Questions & Answers
      E
      edward brazil
    • RE: Four Conditions Met Before Trigger Order

      0_1569272268226_Captura de Tela 2019-09-23 às 17.53.49.jpg

      posted in Questions & Answers
      E
      edward brazil
    • RE: Four Conditions Met Before Trigger Order

      So, Sequence would be:
      if Lock 1 happens, looks for Lock2
      if Lock 2 happens, looks for Lock 3
      if Lock 3 happens, activates (143)
      and when the last condition, (trigger) happens
      buy order is activated.

      When (131) resets variable, going to look for Lock 1 again.

      posted in Questions & Answers
      E
      edward brazil
    • RE: Four Conditions Met Before Trigger Order

      hi, I tried:

      1st. only <
      2nd. only <
      3rd. only <
      Trigger. x<

      Also, I tried all only <, including trigger condition.

      But, did not work.

      I am testing a specific period where I can see it happens on the chart. So, even though it takes time to happen, I know in the period should happen, and for that, I follow all the way with visual and the MAs working together.

      How can I make another copy of the logic, that is working, but only on the opposite side of the trigger.
      As on the picture below:
      0_1569271204432_Captura de Tela 2019-09-23 às 17.27.54.jpg

      posted in Questions & Answers
      E
      edward brazil
    • RE: Four Conditions Met Before Trigger Order

      Actually, I do not want them to cross at the same time, but as a sequence, one after the other.

      so 1st condition happens, and code looks for 2nd condition, then when 2nd locks, it will look for the 3rd condition, then when the 3rd happens, it triggers the order with the trigger condition.

      After the order is triggered, it resets and waits for the first condition again.

      posted in Questions & Answers
      E
      edward brazil
    • RE: Four Conditions Met Before Trigger Order

      Hello, thanks for the reply, and ideas.

      Well, about being able to have more than 1 x< is possible, because when I put only, first condition and trigger condition with X< they working fine.

      I tried to put different cross width, like trader.philipps said but did not work.
      I put to cond. one width= 3, cond. 2= width 2, and cond. 3 =1, and trigger only change X< to <, but did not trigger the trade.

      Maybe it is something else, about the sequence.

      When I put only 1st condition and Trigger, like this:

      https://fxdreema.com/shared/QQrekQisd

      it works, but when I put more condition ( to work not at the same time, and depending on the previous one):

      https://fxdreema.com/shared/XJ7IKjyH

      it does not trigger.
      type name value description
      Variable set up is like this: bool / Variable_1 / false / blank.

      Any help?

      posted in Questions & Answers
      E
      edward brazil
    • Four Conditions Met Before Trigger Order

      Hello everyone,
      I am really happy I created this EA, but something is missing, and it is not working.

      Could, somebody help me to finish it?

      How can I do, if I need four conditions to be met, before it triggers the order?
      This is the project.
      https://fxdreema.com/shared/1Kx3ENGzb
      Thank you very much for the help.
      Good day
      These conditions are separated by an indeterminate number of candles

      posted in Questions & Answers
      E
      edward brazil
    • RE: Two conditions are met.

      @josecortesllobat , hi, i am trying to use this same concept, but i do not now what to put in description of the variable, could you help?

      posted in Questions & Answers
      E
      edward brazil
    • 1 / 1