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
Did I make it sound that complicated? The DC earns money on spreads and commissions, the programmer earns money writing code.
One of the traders says that we should save on spreads and commissions (not pay as much as possible).
The other trader says that it is not fair to write the code for the money (if possible, do not pay).
They both take care of their own wallet. They don't seem to differ from each other...
Only you, as a programmer, support the first and argue with the second proving him wrong.I understand the trader who wants to find a cheaper programmer. I also understand the trader who is looking for better trading conditions. What is the problem? What is wrong with wanting to save money?
But here it is a different story. To think through your own algorithm to make it work more effectively with orders, and thereby increase the profit of the system - means to be a good developer. In my opinion, one can neglect several pips only at the stage of rough testing of an idea.
I understand a trader who wants to find a cheaper programmer. I also understand the trader who is looking for better trading conditions. What is the problem? What is wrong with wanting to save money?
But here it is a different story. To think through your own algorithm to make it work more effectively with orders, and thereby increase the profit of the system - means to be a good developer. I think we can neglect several pips only at the stage of rough testing of an idea.
Fine. And somehow I understand your reluctance to write for free more. No problem either...
In general, I'm not against trying to save money, but not to the point of madness. You can't put the savings on the spread at the head of trading...
I don't mind trying to save money in general, but not to the point of being insane. You can't put the savings on the spread at the centre of trading...
If you do the math, it's not that crazy. But I'm not trying to convince.
If you do the maths, it's not that daft. But I'm not trying to convince.
You have to count the profits, not the costs.
If you save costs, it is very easy to make losses. If the TS is designed to bear expenses, but it gives a profit, then this is a good TS, because in a different scenario, it may make a loss.
In fact, there is no judging of winners!
Can't page 7 to the current page be moved to a separate topic (you could even link to it like "Further discussion here") and continue what it was created for in this thread?
You have to count the profits, not the costs.
When you save costs, it is very easy to make losses. If the TS is designed to incur expenses, but at the same time it gives income, then it is a good TS, because in another scenario, it may make a loss.
And in general, winners are not judged!
I do not understand what this comment is about.
Is it about the unimportance of commission size for super profitable strategies?
Let us open 5 EURUSD and 5 USDJPY orders at random. Now let's take a look at the AmountOrders innocuous code and imagine the following scenario
Here is a confirmation of what we have said
Result
The same ticket may get out twice in a harmless loop of order counting!
The same ticket can get out twice in an innocuous order counting cycle!
To put all doubts to rest, do the following.
Install the Expert Advisor
Launch the script
And we observe that the EA selects the same orders under different indices. And this can lead to complete failure of the trading logic.
the EA selects the same orders under different indices. And this can lead to a complete breakdown of the trading logic.
So, this is the main issue in its entirety! How to arrange the loop of orders? For example, how to correctly write such a function?
This thread started with specifying the necessity of some repeated actions when there is a pause in the search cycle. A pause of about a millisecond is enough here to see the effect.
So far such a crutch.
But there is no certainty that it will always work correctly.
To put all doubts to rest, do the following.
Install the Expert Advisor
Run the script
And we see that the EA selects the same orders under different indices. And this can lead to complete failure of the trading logic.
I have changed
We have changed the script without alerts.