@l-andorrà Thank you for you answer. I will be try.
Posts made by drwasin
-
RE: Multiple TF and Multiple Strategies in the same time.posted in Questions & Answers
-
Multiple TF and Multiple Strategies in the same time.posted in Questions & Answers
Hello.
Now I plan to take the method used in trading and adapt it to Forex EA, which involves trading multiple strategies at the same time and then closing all orders when the total profit reaches the target.Can you give an example of closing an order and preventing it from opening again?
For example, open Buy at Strategy A, open Buy at Strategy B, open Buy at Strategy C in the same TF, then close the orders together when get profit goal. I tried the "IF Trade" block, it allows me to open one order at a time. (Which actually has more than that) but when not used, that open the same orders over and over again.Thank you.
-
RE: Read data from google Sheet ?posted in Questions & Answers
@l-andorrà Thank you for your help, I know it's out of the area that FXDreema can do normally that will be used custom code and Google APi.
-
RE: Read data from google Sheet ?posted in Questions & Answers
@jstap Thank you for your advice and I will wait for you work Thank you very much. My idea is collect some data online and used fxdreema to read it. In case of text file or MySql data, do you have some tutorial about it ?
-
Read data from google Sheet ?posted in Questions & Answers
Hello fxdreema expert. I would like to read some data from google sheet (such as account no. or indicators value) and used it in Fxdreema. Could you have some example or tutorial about this topic ? Thank you for your help.
I will try.