Deleted.
Posts made by TraderEA6
-
RE: Using fixed amount for partial closeposted in Questions & Answers
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?
-
RE: Optimizer - What good does it do?posted in General Discussions
@roar I saw your post. Very much appreciate it.
-
Using fixed amount for partial closeposted in Questions & Answers
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;

-
RE: Optimizer - What good does it do?posted in General Discussions
@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
-
Optimizer - What good does it do?posted in General Discussions
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?

Thank you
-
RE: backtestingposted in Questions & Answers
@roar Sweet. Tested it. The data auto download is good and MT5 platform testing seem more powerful
-
RE: backtestingposted in Questions & Answers
@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?
-
RE: Avoid trading correlated pairposted in Questions & Answers
Hi @l-andorrà
Thanks for the response. Can you help me understand your suggestion.
- The check trade count is suppose to be a separate block from my current block?
- 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?
-
RE: Adding existing list of selection to "INPUT"posted in Questions & Answers
@xfire Thanks - i will skip this portion for now.
-
Avoid trading correlated pairposted in Questions & Answers
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
-
Adding existing list of selection to "INPUT"posted in Questions & Answers
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.

Thanks
-
RE: Manual Intervention - EAposted in Questions & Answers
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
-
RE: Manual Intervention - EAposted in Questions & Answers
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?
-
RE: Manual Intervention - EAposted in Questions & Answers
Hi @l-andorrà ,
I explore a few method but it just didnt work out.

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
-
Trade open again after SL is hittedposted in Questions & Answers
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.

I had tried doing the below:

AND

Please advise.
-
RE: Close all trades (profitable and losable ones) when reached a profit amount.posted in Questions & Answers
Thank you for the explanation and example.
-
RE: Close all trades (profitable and losable ones) when reached a profit amount.posted in Questions & Answers
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