Any rookie question, so as not to clutter up the forum. Professionals, don't pass by. Nowhere without you - 6. - page 553
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
In mathematics, 0 is 0, and in your case 0 is some price from which everything started.
If the opening price is 1.3926 as splxgf suggested, then 0 will be at 1.3926/123*100=1.1322 or 1.3926/1.23=1.1322.
1% of this price move would be (1.3926-1.1322)/100=0.0026
Further, I hope, you will figure it out by yourself.
Dear Sirs, this is nonsense. Fibo is built on 2 points, read what I wrote earlier. You cannot calculate anything from one point 1.3926. Look at when the EUR was at 1.13 :)
The reference price is the 0 level of Fibo (minimum/maximum of 4H, day, week, month, year...) and it is a completely specific price and not a mathematical 0. Zero and 100% Fibo are minimum and maximum of price for the period. Then also 23% as an entry point from 0 level is understandable and the TP at 38% etc.
In this case, it is a different matter and can be solved on the level of elementary mathematics with percentages.
PercentStep=(OrderTakeProfit-OrderOpenPrice)/(138-23) - This would be 1% in parrots. Frankly speaking, sometimes you will have to swap the operands depending on the order type or modulo.
Then
StoplossLevel = OrderOpenPrice + PercentStep*(51-23) //LevelWLoss in Kim's terms, but this should be calculated for each order
MoveStoplossLevel = OrderOpenPrice + PercentStep*(76-23) //LevelProfit - see above.
Thank you very much for your reply and the formula. I will give it a try.
I can't get the value of the fourth buffer. What am I doing wrong?
I can't get the value of the fourth buffer. What am I doing wrong?
I had several loops in my example. Got rid of the unnecessary ones?
Hello.
Can you please tell me why in the EA settings window I can't check the "Allow DLL calls" box?
In the terminal settings it is also enabled. It is OK on other EAs.
I am trying to write this EA myself. It uses iCustom indicator and iCustom needs to access DLL.
Thanks for the help.
I had several loops in my example. Did you get rid of unnecessary ones?
The third and fourth buffers don't count. I don't know where the error is. My knowledge in this area is not enough.
It would be nice not to put everything into different buffers, but calculate the main part like this:
but in this case there's nothing at all.I've tried different ways, but if I do this:
The third and fourth buffers don't count. I don't know where the error is. My knowledge in this area is not enough.
It would be good not to mold everything into different buffers, and calculate the main part like this:
but in this case there's nothing at all.According to your formula, the result will be 1 or -1. Is this true or are you expecting a different result?
According to your formula, the result will be 1 or -1. Is this true or do you expect a different result?
Yes, the third buffer will be 1 or -1. And the fourth buffer calculates the moving average of these parameters.
In the third buffer, the value that divides is multiplied by 100, but this is not a problem.
Yes, the third buffer will be 1 or -1. And the fourth buffer calculates the moving average of these parameters.
In the third buffer, the value that divides is multiplied by 100, but this is not a problem.