How to Create Day/Night package in Mikrotik Queues
What to do?
1. Create a queue for Day (5MB) and Night (10MB)
2. Create a script for Day (enable Day & disable Night queue) and Night (enable Night & disable Day queue)
3. Create a schedule for Day (8.00 AM=08.00 o’clock) and Night (8.00 PM=20.00 o’clock)
1. Create a queue for Day (5MB) and Night (10MB)
1.1 create queue for Day :
1 2 3 | Queue Name: queue_Day The IP address for Queue: 192.168.1.100 (it's may vary according to you ) Bandwidth : upload =5MB & download=5MB |

1.2 Create queue for Night :
1 2 3 | Queue Name: queue_Night The IP address for Queue: 192.168.1.100 (it's may vary according to you ) Bandwidth : upload =10MB & download=10MB |

2. Create a script for Day and Night
2.1 Create a Script for Day :
1 2 3 | Name: script_Day Source:/queue simple enable queue_Day /queue simple disable queue_Night |

2.2. Create a Script for Night:
1 2 3 | Name: script_Day Source:/queue simple enable queue_Night /queue simple disable queue_Day |

3. Create a schedule for Day and Night
3.1. Create Schedule for Day:
1 2 3 4 | Name: schedule_Day Start Time:08:00:00 Interval :1d 00:00:00 or 24:00:00 ; after 1 Day On event: script_Day; the name of the script that should be run |

3.2. Create Schedule for Night
1 2 3 4 | Name: schedule_Night Start Time:20:00:00 Interval :1d 00:00:00 or 24:00:00 ; after 1 Day On event: script_Night; the name of the script that should be run |

I hope it has been a useful article.
is this method will work on pppoe and hotspot network
Hello, yes it works.