Thank You
A
Latest posts made by advanceriskway
-
Close orders using Multiple Close byposted in Questions & Answers
If you want to write a multiple close by, what do you have to do? -
Does anyone know how to create logic that do not allow the EA to place orders on every last week of every months?posted in Questions & Answers
Does anyone know how to create logic that do not allow the EA to place orders on every last week of every months?
Please kindly share, Thank you in advance!
-
RE: Is it possible to use betting: custom with base volume in money not lots ?posted in Questions & Answers
@l-andorrà I think it out. Calculate the lot size of the fixed amount, then put it in the base volume. That's it.
-
Is it possible to use betting: custom with base volume in money not lots ?posted in Questions & Answers
I usually take risks with a fixed amount of money but Betting: Custom Sequence uses fixed lots.
How can I use Betting: Custom Sequence with a fixed amount of money? Please advise. -
RE: Integrate with Line Notificationposted in Questions & Answers
@l-andorrà int res = WebRequest("POST", "https://notify-api.line.me/api/notify", headers, 0, data, data, headers);
I try to convert the code above to fxdreema.
-
RE: Integrate with Line Notificationposted in Questions & Answers
In the web request box, Where I can put "headers" to?