Any questions from newcomers on MQL4 and MQL5, help and discussion on algorithms and codes - page 801
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
There isa tickvalue in the declared variables, but it is not involved in the calculation.Where should it be?
There isa tickvalue in the declared variables, but it is not involved in the calculation.Where should it be?
when determining the breakeven level tickvalue is required to account for swap and commissions in that very level.
But in the code you took it is not there, maybe the transactions are fast, swaps are not formed or are extremely small, so you can just comment it out ;-)
when determining the breakeven level tickvalue is required to account for swap and commissions in that very level.
but in the code you took it is not there, probably transactions are fast, swaps are not formed or are very small, so you can just comment it out;-)
Thank you) Swap and commission are written in the variablesumsvop, how to take into account swap and consequently where is this tick price?
Thank you), how do you account for the swap and consequently where does this tick price go?
think about it.
You have the volume of the position and you know its loss on the balance sheet (swaps and commissions). How many points should be corrected?
Think about it.
You have the volume of the position and you know the loss on the balance sheet (swaps and commissions). How many points should be adjusted?
It is clear that swaps and commissions should be adjusted in points. How does the price of a tick affect this?
It is clear that swap and commission need to be translated into points. How is the price of a tick involved?
You have it in your code. And it was its application that raised the question.
already push the F1 to
You have it in your code. And it was its application that raised the question.
So I'm asking how it(tickvalue) is involved in the formula for converting money into points.
I have tick quotes in csv format, how can I get them into MT5 tester?
There is a cool csv2fxt script for MT4 for example, is there an analogue for 5?