
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
Zero divide only when MarketInfo(Pair[j], MODE_POINT)=0.
This shouldn't happen... Is history loaded on all pairs? Try to open all 14 pairs in the terminal.
I wonder why, if you leave only 2 pairs, e.g. Pair[0]="EURUSD"; Pair[1]="GBPJPY";
it does not work ???
Who knows, doesn't say; who says, doesn't know. A stockbroker's rule of thumbI'll ask again. Are you sure that the block:
Sorts the Price[] array correctly?
Or did I miss one more loop somewhere? ;)
Or it (block) has another purpose?
I don't know if it would help. I first take the EURUSD (most quotes, I think) time interval, e.g. 1 hour. And then the rest of the symbols are the interval via iBarShift.
Then for each symbol I calculate not the movement in points, but points multiplied by their price (at 1.0 lot).
And I take two buffers - the total profit of seven points in buy and seven points in sell (green and red symbols in T101)
I want to add more buffers - H4 and daily intervals.
And in general, gentlemen, not to bury all over the world - who is interested, go to the site of Victor (vinin) - there have been a lot of chatter and bargaining has gone a little, maybe something will be added.
And sorting, by the way, already worked out (see Comment() )
I'll ask again. Are you sure that the block:
Sorts the Price[] array correctly?
Or did I miss one more loop somewhere? ;)
Or it (the block) has another purpose?
Yes, it is.
Do I have an error there that I can't see?