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

User avatar
igorad
Site Admin
Posts: 314
Joined: Mon Jun 06, 2022 8:19 am
Location: Ukraine

AllPivots for MT4

Hi,

Please check out the AllPivots indicator (version 6.6).

AllPivots_v6.6_600+.png


Regards,
Igor
You do not have the required permissions to view the files attached to this post.
User avatar
igorad
Site Admin
Posts: 314
Joined: Mon Jun 06, 2022 8:19 am
Location: Ukraine

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.


Image

Regards,
Igor
You do not have the required permissions to view the files attached to this post.
sashsz
Posts: 2
Joined: Thu Jan 11, 2024 6:21 am

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.
User avatar
igorad
Site Admin
Posts: 314
Joined: Mon Jun 06, 2022 8:19 am
Location: Ukraine

Re: AllPivots for MT4

sashsz wrote: Thu Jan 11, 2024 7:22 am 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.
Hi sashsz,

Could you please let me know for which pivots this occurs.

Regards,
Igor
sashsz
Posts: 2
Joined: Thu Jan 11, 2024 6:21 am

Re: AllPivots for MT4

Hello Igor,

I am using 2 instances of the indicator with DOTS and Camarilla.
User avatar
igorad
Site Admin
Posts: 314
Joined: Mon Jun 06, 2022 8:19 am
Location: Ukraine

Re: AllPivots for MT4

sashsz wrote: Fri Jan 26, 2024 6:31 pm Hello Igor,

I am using 2 instances of the indicator with DOTS and Camarilla.
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
jagadish123
Posts: 43
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.
jagadish123
Posts: 43
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
User avatar
igorad
Site Admin
Posts: 314
Joined: Mon Jun 06, 2022 8:19 am
Location: Ukraine

Re: AllPivots for MT4

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
Hi Jag,

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
jagadish123
Posts: 43
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!
Post Reply