Errors, bugs, questions - page 1819

You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
Hello. Wondering about a very sensitive issue. I need an answer or advice and there's no one to ask.
...
A coupon is not a discount. A coupon fully covers the cost of a service or product.
And we're not going to start a discount war.
Okay. Thank you. (chuckles)
Hello. Wondering about a very sensitive issue. I need an answer or advice, but I have no one to ask.
The question is - how to deal with taxation when trading binary?
I don't know if it is necessary to record income or not.
[Hidden advertisement removed by Artyom Trishkin]
I am already worried about it.
Can you tell me whether it is necessary to record the income in any way?
If so, who exactly how and where?
Is there a way to avoid paying taxes, if so, how do I do it?
Make sure you pay your taxes - an analogy with a betting shop.
Forum on trading, automated trading systems and trading strategy testing
Bugs, bugs, questions
fxsaber, 2017.02.09 09:12
By the way, why when placing a pending order via OrderSend does it return true as soon as the order state becomes ORDER_STATE_STARTED, instead of waiting for ORDER_STATE_PLACED?
It's not asynchronous OrderSendAsync.
Response from SR.
Синхронный метод ожидает подтверждения выполнения торгового запроса - конечного состояния торгового запроса. Транзакции изменения ордеров, сделок и позиций приходят асинхронно относительно транзакций торгового запроса.
Who understands the answer, please clarify. Still don't understand why it's considered normal for OrderSend
Forum on trading, automated trading systems and strategy testing
FORTS. Questions on execution
fxsaber, 2017.02.09 08:56
Do I understand correctly that in this case OrderSend returned true almost instantly, but 65 seconds were observed(ENUM_ORDER_STATE)::OrderGetInteger(ORDER_STATE) == ORDER_STATE_STARTED?
Response from the SR
Who understands the answer, please clarify. Still don't understand why it is considered normal for OrderSend
When after a successful OrderSend nothing can be done with this order because it is STARTED.The SR is probably unable to verify your statement.
I need to understand whether this is a normal situation or not. If not, I'll make up a reproduction code.
By design it should be like the SR, but in practice... You know how.
Well then it is not clear why the SRs thought there was no bug and closed the application. I guess they didn't understand the problem. I will reopen it.
...
void OnTick(){
Comment(Somevalue);
}
The MQL5 program outputs a comment:"1487811600"
Why is this happening? How to output the correct string value?