fxDreema

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

    Posts made by TraderEA6

    • Deleted.

      Deleted.

      posted in Bug Reports
      T
      TraderEA6
    • RE: Using fixed amount for partial close

      Hi @l-andorrà ,

      I tried your recommended but it doesn't work. I tried to understand the logic.

      Base on tutorial explanation - my diagram state that "For each trade" it will do block 48 (if condition not true) YELLOW DOT (OR clause) then do Block 65

      OR Is it that blue block cannot flow to pink block?

      posted in Questions & Answers
      T
      TraderEA6
    • RE: Optimizer - What good does it do?

      @roar I saw your post. Very much appreciate it.

      posted in General Discussions
      T
      TraderEA6
    • Using fixed amount for partial close

      Hi,

      Currently I am using pips away from open price for partial close and it is working well. However, I also like to add an "OR" option if price hit a certain amount for partial close. I use the below and it doesnt work. Can anyone advise?
      Project Link[https://fxdreema.com/shared/wEa2KUHS](link url)

      Current Setup;

      0_1588691296934_Screenshot 2020-05-05 at 23.08.06.png

      posted in Questions & Answers
      T
      TraderEA6
    • RE: Optimizer - What good does it do?

      @roar Help me understand better as I think this is very important for trade management n i am doing it manually.

      Using your example. I am using RSI cross 50 for buy n below 50 for sell. TP at 100 pips.

      I will like to know if RSI at 60 for buy n 40 for sell is better or if TP at 80 pips give me better profitability.

      How can optimization help me as i dont see a part that show such information?

      Thanks @roar

      posted in General Discussions
      T
      TraderEA6
    • Optimizer - What good does it do?

      Hi i am new to backtesting and my priority is to get accurate result from the back test. I was told optimizer is to make the result look good which i dont really understand. Can someone kindly explain what is it good for and what are the different of each option?

      0_1588662308503_Screenshot 2020-05-05 at 15.04.50.png

      Thank you

      posted in General Discussions
      T
      TraderEA6
    • Deleted

      .Deleted

      posted in Questions & Answers
      T
      TraderEA6
    • RE: backtesting

      @roar Sweet. Tested it. The data auto download is good and MT5 platform testing seem more powerful

      posted in Questions & Answers
      T
      TraderEA6
    • RE: backtesting

      @roar I m also new to backtesting. Currently what i do is I am using Axitrader broker MT4 platform. I will go Historical centre download 1M and H4 data (I backtest using H4) and once i confirm no new data, i will run EA against my pair in the strategy tester.

      Is FXTM the same? If not, can u briefly explain how it is done?

      posted in Questions & Answers
      T
      TraderEA6
    • RE: Avoid trading correlated pair

      Hi @l-andorrà

      Thanks for the response. Can you help me understand your suggestion.

      1. The check trade count is suppose to be a separate block from my current block?
      2. The specify symbol EURUSD - does it mean for my EA that is running on GBPUSD chart i need to put GBPUSD to avoid opening a trade is EURUSD is running a trade?
      posted in Questions & Answers
      T
      TraderEA6
    • RE: Adding existing list of selection to "INPUT"

      @xfire Thanks - i will skip this portion for now.

      posted in Questions & Answers
      T
      TraderEA6
    • Avoid trading correlated pair

      Hi,

      How can i avoid having a position if a closely related pair is already in trade? E.g if i already have EURUSD running, i do not want my EA on GBPUSD or AUDUSD to open a trade even if the signal is trigger.

      Now i only have

      • NO POSITION --> CONDITION --> BUY

      I still want the "NO POSITION" as I do not want to open any trade if i have a current position in the pair the EA is running. I want to add in, the avoid similar currency rule.

      Thank you

      posted in Questions & Answers
      T
      TraderEA6
    • Adding existing list of selection to "INPUT"

      Hi,

      I want to add the existing selection available in the system to the EA "INPUT". Explore a few ways but didnt work out. Can someone explained to me? Basically, i want to be able to choose "Fixed pips" or "% the price" etc when i start the EA.

      0_1587866632271_Screenshot 2020-04-26 at 09.56.20.png

      Thanks

      posted in Questions & Answers
      T
      TraderEA6
    • RE: Manual Intervention - EA

      Thanks @l-andorrà Somehow it didnt wokr for me. After the trade is closed. No more trade are being opened. I sustpect the block is being turned off and then not ON again. I will continue to explore

      posted in Questions & Answers
      T
      TraderEA6
    • RE: Manual Intervention - EA

      yes, new trade are still being open. Example.. at 10:05PM SL of Sell are hit. Then at 10.05PM the same sell are being open again. I want to stop this new trade. Atleast delay till the next candle. What should i do?

      posted in Questions & Answers
      T
      TraderEA6
    • RE: Manual Intervention - EA

      Hi @l-andorrà ,

      I explore a few method but it just didnt work out.

      0_1587477332286_Screenshot 2020-04-21 at 21.52.06.png

      Using my example. Can you guide me on what can i add in the For each trade so that if my trade hit TP/SL or i manually close it, it will not immediately open another trade of the same direction that it TP or SL. But the EA will continue after another 2 bar or 2 hrs.

      Appreciate it.

      Thanks

      posted in Questions & Answers
      T
      TraderEA6
    • Trade open again after SL is hitted

      Please see the attached. The EA opened the same trade after the SL is hitted in the same (hour/bar). I want to avoid that.

      0_1587290328807_Screenshot 2020-04-19 at 17.56.03.png

      I had tried doing the below:
      0_1587290404584_Screenshot 2020-04-19 at 17.59.20.png

      AND

      0_1587290519976_Screenshot 2020-04-19 at 18.01.44.png

      Please advise.

      posted in Questions & Answers
      T
      TraderEA6
    • RE: Close all trades (profitable and losable ones) when reached a profit amount.

      Thank you for the explanation and example.

      posted in Questions & Answers
      T
      TraderEA6
    • RE: Close all trades (profitable and losable ones) when reached a profit amount.

      @l-andorrà

      Hi,

      I am looking for similar solution. But isnt "For each trade" look at per trade? If i have 6 different pairs running and i want to close all 6 pairs as long as total pips hit 100. Do i still use "For each trade" on top of "Check profit"?

      Thank you

      posted in Questions & Answers
      T
      TraderEA6
    • 1
    • 2
    • 3
    • 4
    • 3 / 4