fxDreema

    • Register
    • Login
    • Search
    • Back to the main page
    • Categories
    • Recent
    • Tags
    • Popular
    • Search
    1. Home
    2. vsidaarth
    V
    • Profile
    • Following 0
    • Followers 0
    • Topics 3
    • Posts 7
    • Best 0
    • Controversial 0
    • Groups 0

    vsidaarth

    @vsidaarth

    1
    Reputation
    62
    Profile views
    7
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    vsidaarth Unfollow Follow

    Latest posts made by vsidaarth

    • close most recently opened trade

      Hi All,

      I want to configure an EA that would check the number of open positions and if the number of positions is greater than one it will immediately close the 2nd trade that would be opened by any other EA

      This way i try to ensure that at any time only one trade is running.

      There was a similar question before but no convincing reply. My issue is that i am unable to compare the age of 2 trades and close the younger one

      posted in Questions & Answers
      V
      vsidaarth
    • RE: Close position based on lot size

      @l-andorrà Thanks!

      posted in Questions & Answers
      V
      vsidaarth
    • Close position based on lot size

      Hi everyone,

      I recently created a simple EA that closes a trade once 15 minutes have expired using the check age function.

      I want to add one more feature to this. I want to also check if the lot of size of the trade is equal to 1. Any open trade with size less than or greater than one can stay open.

      Any ideas ? because there doesn't seem to be a function to check lot size

      posted in Questions & Answers
      V
      vsidaarth
    • RE: Condition 1 completed then wait for execution of next condition

      @l-andorrà Thanks a lot! I will check it out!

      posted in Questions & Answers
      V
      vsidaarth
    • RE: Condition 1 completed then wait for execution of next condition

      @l-andorrà Is there a nice video about this ? I checked your videos on variables and constants but it is quite basic. I couldn't find more advanced videos regarding this kind of an execution anywhere in youtube.

      Atleast some documentation would be helpful 🙂

      Thanks!

      posted in Questions & Answers
      V
      vsidaarth
    • RE: Condition 1 completed then wait for execution of next condition

      True! I have changed the question to make it more accurate. I want it to wait till the next condition is executed

      For example

      condition 1 : 50 ema to cross 200 ema

      condition 2: Then candle close below 50 ema

      posted in Questions & Answers
      V
      vsidaarth
    • Condition 1 completed then wait for execution of next condition

      Hi all.

      How to create a variable so that when the first condition becomes true to remember that (in a variable). Then, also on every tick checking the second condition if the variable is set to true ?

      Because I want the EA to wait for the second condition to happen once the first is achieved.

      For example

      condition 1 : 50 ema to cross 200 ema

      condition 2: Then candle close below 50 ema

      posted in Questions & Answers
      V
      vsidaarth