Hi,
Please check out the AllPivots indicator (version 6.6).
Regards,
Igor
This info is for Premium Forum members and those who want to join. To join or renew, subscribe on this website. Support my work here or let me know your payment method. Thanks.
AllPivots for MT4
AllPivots for MT4
You do not have the required permissions to view the files attached to this post.
Re: AllPivots for MT4
Hi,
Please check out the updated AllPivots indicator with a new PointMultiplier parameter. This allows to calculate the rounded values of pivots more flexible in comparison with the NumberOfDigits parameter. For example, it helps to plot the Fibo Absolute(or Static) in pips on the crypto symbols. There is also an option to display a label with the Pivots name in the lower left corner of the main chart.
Regards,
Igor
Please check out the updated AllPivots indicator with a new PointMultiplier parameter. This allows to calculate the rounded values of pivots more flexible in comparison with the NumberOfDigits parameter. For example, it helps to plot the Fibo Absolute(or Static) in pips on the crypto symbols. There is also an option to display a label with the Pivots name in the lower left corner of the main chart.
Regards,
Igor
You do not have the required permissions to view the files attached to this post.
Re: AllPivots for MT4
Hello team!
There is something wrong with v6.7. It takes roughly twice as much CPU than v6.6. I am testing it on 10 charts with 1 indicator instance.
There is something wrong with v6.7. It takes roughly twice as much CPU than v6.6. I am testing it on 10 charts with 1 indicator instance.
Re: AllPivots for MT4
Hello Igor,
I am using 2 instances of the indicator with DOTS and Camarilla.
I am using 2 instances of the indicator with DOTS and Camarilla.
Re: AllPivots for MT4
Hi sashsz,
It looks like this happens because I use a bit different function to round the pivot point values:
double RoundToPoint(double value,int idigits) { return(NormalizeDouble(MathRound(value/point)*point,idigits)); }
instead of NormalizeDouble().
Regards,
Igor
-
- Posts: 66
- Joined: Sat Dec 31, 2022 8:21 am
Re: AllPivots for MT4
Hi Igor,
Weekly pivots are not plotting on M1 TF, I have 20000 bars in chart
2024.07.21 16:28:03.268 AllPivots_v6.7 pub 600+ US100.U24,M1: ERROR: Not enough bars on chart to calculate floor_p ,W1 for (Length+Maxperiod)=6!
Request to look into this. Also pls set this for MT5.
Weekly pivots are not plotting on M1 TF, I have 20000 bars in chart
2024.07.21 16:28:03.268 AllPivots_v6.7 pub 600+ US100.U24,M1: ERROR: Not enough bars on chart to calculate floor_p ,W1 for (Length+Maxperiod)=6!
Request to look into this. Also pls set this for MT5.
-
- Posts: 66
- Joined: Sat Dec 31, 2022 8:21 am
Re: AllPivots for MT4
It showing the values after I add 50000 to chart, but this made huge delay in loading and moving the chart price seems delaying. Please help
Re: AllPivots for MT4
Hi Jag,jagadish123 wrote: ↑Sun Jul 21, 2024 11:13 am It showing the values after I add 50000 to chart, but this made huge delay in loading and moving the chart price seems delaying. Please help
To see W1 pivots on the M1 chart you need to have 10080 bars for each week. Therefore you can set Length=1 to minimize the required number of bars.
Also could you please post your .set file?
Regards,
Igor
-
- Posts: 66
- Joined: Sat Dec 31, 2022 8:21 am
Re: AllPivots for MT4
Understood. M1 is resolved.
Getting error for D1 when selected Probability Levels option
2024.07.24 20:38:12.133 AllPivots_v6.8 600+ US100.U24,H4: ERROR: Not enough bars on chart to calculate prob ,D1 for (Length+Maxperiod)=102!
Getting error for D1 when selected Probability Levels option
2024.07.24 20:38:12.133 AllPivots_v6.8 600+ US100.U24,H4: ERROR: Not enough bars on chart to calculate prob ,D1 for (Length+Maxperiod)=102!