fxDreema

    • Register
    • Login
    • Search
    • Back to the main page
    • Categories
    • Recent
    • Tags
    • Popular
    • Search
    1. Home
    2. Afton
    3. Posts
    A
    • Profile
    • Following 0
    • Followers 0
    • Topics 6
    • Posts 21
    • Best 0
    • Controversial 0
    • Groups 0

    Posts made by Afton

    • RE: How to read signals from Telegram channel ?

      @tipsywisdom Not copying other and selling as my own ! Not sure how got this idea ! I do have subscription to a telegram channel and how to get this MT4 with my own build EA logic instead of buying a third party EA.

      posted in Questions & Answers
      A
      Afton
    • How to read signals from Telegram channel ?

      Hi there
      Any help to develop a EA to read signals from Telegram channel and execute the orders as per the trade size/condition. I'm not a coder so don't know anything about webrequest code but can look the sample work and try to create....
      Appreciate your help.

      THanks

      posted in Questions & Answers
      A
      Afton
    • RE: Block connection issue

      I'm using Chrome.

      posted in Questions & Answers
      A
      Afton
    • Block connection issue

      Hi
      Trying some project in MT4 blocks. Getting issues while connecting some blocks.
      The connection line is not visible instead one dot is appearing ?

      Tried deleting and re-importing the files, restarting the pc, trying at different times to avoid server loads. Still getting the same issue.

      Any input on fixing this issue ?

      posted in Questions & Answers
      A
      Afton
    • RE: Modify Stops - Help Required

      Yes, but i would also want to keep trailing after that point...
      I figured it out... using breakeven and trailing which is working in backtesting....

      Thanks a lot...

      posted in Questions & Answers
      A
      Afton
    • RE: Modify Stops - Help Required

      @l-andorrà
      Thank you...
      This will allow once per trade. What if what to use each trade and Pips away from open price blocks to keep modifying the stops at each pip movement ?

      THanks

      posted in Questions & Answers
      A
      Afton
    • Modify Stops - Help Required

      Happy New Year wishes to fellow FXDreema community....

      Testing the modify stops blocks by attaching to each trade block. I used current price option to change the stop. Though it says the change by PiP but it is moving the stops for each point.... attached the shared block link created for testing...

      https://fxdreema.com/shared/x9j4Cvb8b

      example:
      GBPUSD: BUY Open Price: 1.34550
      Initial SL: 1.33550 (100 Pips)
      Initial TP: 1.35000 (45 pips)

      Each trade block and pips away from open price used
      Distance from open price: 10 pips
      Modify SL by 5 pips and TP by 7 pips

      System is moving the stops but it is moving for each and every point up/down instead of for each pip ? It is making many many updates to the stops and broker is rejecting...

      Appreciate your help on how to get this fixed to move the stops only when there a Pip movement?

      Thanks
      KayGee

      posted in Questions & Answers
      A
      Afton
    • RE: Check for open trades with same price

      @l-andorrà
      Here attached the sample EA project. I created this to test how EA works and play around with the system.
      When I put this in multiple TF chart for the same pair, sometime it creates buy in both the TF result in duplicate buy or sell trades.
      Question is how to identify duplicate or within some distance either buy or sell open trades and close.
      You mentioned about capturing the open price in a variable to identify. If I have multiple trades how to do it !

      https://fxdreema.com/shared/gMB4ZhOK

      Thanks

      posted in Questions & Answers
      A
      Afton
    • RE: Check for open trades with same price

      @l-andorrà

      Could you please provide some sample blocks to understand how to store open price of a buy or sell trade in TF1 and then compare the same with another TF 2 for the same symbol ? Once any nearby trade is identified then close one of the trade !
      Tried but couldn't follow the logic.

      Thanks

      posted in Questions & Answers
      A
      Afton
    • RE: Daily Profit and Loss Target close logic

      Hello there... I created as you suggested and it is working fine...

      Thanks

      posted in Questions & Answers
      A
      Afton
    • RE: Daily Profit and Loss Target close logic

      Thanks.... you suggested the same before and it looks like i made some mistake while selecting the variable. Fixed and shall retry in the market next week and confirm.

      Appreciate your support

      posted in Questions & Answers
      A
      Afton
    • RE: Daily Profit and Loss Target close logic

      Hi,
      Enable daily target block is a feature to enable or disable to close all trades if the Day profit or Loss limit is achieved and then delay the EA not to open any new trades.

      Idea behind this is EA to run from a defined start time to end time. During this time this function will check how much gain or loss (open and closed trades for the day) then stop the EA.

      If you can suggest any other way would be wonderful !

      Thanks

      posted in Questions & Answers
      A
      Afton
    • RE: Daily Profit and Loss Target close logic

      HI there
      I tried you suggestion but it is not working.
      Here is the project link
      https://fxdreema.com/shared/PHLsqZc6c

      i tried with Pips as well as Money - both not working.
      The profit target in the parameter i defined positive value example: 200
      The loss limit i set that in negative : -300

      Appreciate if you could look into and let me know where my mistake is ?

      THanks

      posted in Questions & Answers
      A
      Afton
    • RE: Daily Profit and Loss Target close logic

      Thanks a lot. let me try this out.
      Is there a way to include a logic todays date specific trades , just in case if the history is left without todays date ?

      Thanks

      posted in Questions & Answers
      A
      Afton
    • Daily Profit and Loss Target close logic

      Hi there,
      I'm trying to create a EA to check the closed trades profit or loss along with open trades profit/loss for the trades between the day start and end hour. If the profit or loss reached the specified limit then close the open trades and stop the EA for the day by delay and restart from the trade start hour.

      Here below the share link for this test

      https://fxdreema.com/shared/gbg8inrWd

      I tried this in placing it 'On Trade' and it is not working . Also tried by placing it on tick and still not working though profit or loss reached the limit.

      Appreciate your help in resolving this. Please note i'm not a techie and new to the EA world.

      Thanks to all the posts in this forum and i'm learning a lot from this fxDreema family.

      Thanks
      KayGee

      posted in Questions & Answers
      A
      Afton
    • RE: Check for open trades with same price

      Thank U . Let me try this.

      posted in Questions & Answers
      A
      Afton
    • Check for open trades with same price

      Hi there,
      Could you please help on how to check if there are some open trades with same open price or within "X" distance and then close one trade to avoid duplicate open positions !

      Running EA in two TF chart...sometime the EA from both the TF chart open buy or sell position but with the same price. How to identify this and close one of the trade.

      Thanks for your help.
      KayGee

      posted in Questions & Answers
      A
      Afton
    • RE: Bucket / Basket close of all open trades

      Thanks. Let me try this and confirm.

      posted in Questions & Answers
      A
      Afton
    • RE: Bucket / Basket close of all open trades

      Hi there,
      it worked for manual trading when i changed the magic number to 0
      When no manual trades and only EA opened trades - magic number with o or with any other number not closing the trades ?
      Is the trades should have the same magic number of the basket close EA magic number ?
      If yes then is there a way to close trades opened by different EA's ?

      Thanks

      posted in Questions & Answers
      A
      Afton
    • RE: Bucket / Basket close of all open trades

      Thank You.. Let me test that with 0 and shall confirm if working... Appreciate your reply.

      posted in Questions & Answers
      A
      Afton
    • 1
    • 2
    • 1 / 2