When backtesting, if you change the TP value and SELL doesn't work, it only does Buy. What is the cause?
Latest posts made by Poowanas 0
-
When backtesting, if you change the TP value and SELL doesn't work, it only does Buy. What is the cause?posted in Bug Reports
-
RE: How can I set up an EA to avoid trading during Sideway RSI 48-52?posted in Questions & Answers
@ambrogio Thank you, Mr. Ambrogio and Mr. l'andorrà. This matter is very important to me. Thank you for helping me develop an EA. This problem took me a long time to think about. The society here is really good. Better than many of my friends in real life Thank you guys very much.
-
RE: How can I set up an EA to avoid trading during Sideway RSI 48-52?posted in Questions & Answers
Are there any other types of blog creation? That can avoid the Sideway graph period?
-
RE: How can I set up an EA to avoid trading during Sideway RSI 48-52?posted in Questions & Answers
@l-andorrà
If connect the block with the conditions as you said, it will not conform to concept 48-52, for example.Assuming a value of 53, the upper block will pass, while the lower block will not pass.
Suppose the value is 47, the upper block does not pass, while the lower block passes.
-
How can I set up an EA to avoid trading during Sideway RSI 48-52?posted in Questions & Answers

As shown in the picture, EMA 10,25,50 have similar values and RSI is between 48-52. I don't want the EA to work issuing orders during this period. What are the guidelines for using orders? Disturbing those who know Please help me.
In the picture it is TF 4H -
RE: I'm building multiple trading systems. Can I set the closing conditions? Separation belongs to anyone of it or not?posted in Questions & Answers
@jstap Thank you very much, I will try to do as you said.
-
RE: I'm building multiple trading systems. Can I set the closing conditions? Separation belongs to anyone of it or not?posted in Questions & Answers
I mean
Open order with condition A, I want to close the order with system A.
Open order with condition B I want to close the order with system B.
But as it is now, the A closing system closes both A and B orders.
or system B close closes both B and A , I also make the EA that I think only close the system It's also not bothering anyone who knows. Help me. Thank you very much. -
I'm building multiple trading systems. Can I set the closing conditions? Separation belongs to anyone of it or not?posted in Questions & Answers
I will trade both short and long. I will create a condition to close the order. How can they be separated? And how to structure commands in the program?