Welcome, Guest: Register On Nairaland / LOGIN! / Trending / Recent / New
Stats: 3,167,054 members, 7,866,976 topics. Date: Friday, 21 June 2024 at 09:05 AM

Lockdown: What's Your Daily Routine? - Family (6) - Nairaland

Nairaland Forum / Nairaland / General / Family / Lockdown: What's Your Daily Routine? (22775 Views)

What Has The Lockdown Opened Your Eyes To? / Coronavirus Lockdown: 10 Ways To Beat Boredom / My Daily Routine As A Lagos Father (2) (3) (4)

(1) (2) (3) (4) (5) (6) (7) (8) (9) (Reply) (Go Down)

Re: Lockdown: What's Your Daily Routine? by Nobody: 3:09pm On Apr 11, 2020
Re: Lockdown: What's Your Daily Routine? by oyinda1599(f): 3:09pm On Apr 11, 2020
Formulating cosmetics.
Re: Lockdown: What's Your Daily Routine? by youngestgrad(m): 3:10pm On Apr 11, 2020
segunjowo:
// Coding in mql4-language is what I do now, apart from working from home via Skype. See my current work below:
//+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
#property indicator_chart_window
#property indicator_buffers 1
#property indicator_color1 Red
//---- indicator parameters
extern int ExtDepth=1800;
extern int ExtDeviation=5;
extern int ExtBackstep=7;
//---- indicator buffers
double ExtMapBuffer[];
double ExtMapBuffer2[];
//+++++++++++++++++++++++++++++++++++
//+------------------------------------------------------------------+
//| Custom indicator initialization function |
//+------------------------------------------------------------------+
int init()
{
IndicatorBuffers(2);
//---- drawing settings
SetIndexStyle(0,DRAW_SECTION);
//---- indicator buffers mapping
SetIndexBuffer(0,ExtMapBuffer);
SetIndexBuffer(1,ExtMapBuffer2);
SetIndexEmptyValue(0,0.0);
ArraySetAsSeries(ExtMapBuffer,true);
ArraySetAsSeries(ExtMapBuffer2,true);
//ObjectGetDouble(0,"Fibo",OBJPROP_PRICE,0);
// ObjectGetDouble(0,"Fibo",OBJPROP_PRICE,1);
//---- indicator short name
IndicatorShortName("Fibodrawer"wink;
//---- initialization done
return(0);
}
//+------------------------------------------------------------------+
//| |
//+------------------------------------------------------------------+
int deinit()
{
ObjectDelete("Fibo"wink;
}
//+------------------------------------------------------------------+
//| |
//+------------------------------------------------------------------+
int start()
{
int shift, back,lasthighpos,lastlowpos;
double val,res;
double curlow,curhigh,lasthigh,lastlow;
//ObjectGetDouble(0,"Fibo",OBJPROP_PRICE,0)
//ObjectGetDouble(0,"Fibo",OBJPROP_PRICE,1)
//if(ObjectCreate(...))Alert()
//----low
for(shift=Bars-ExtDepth; shift>=0; shift--)
{
val=Low[Lowest(NULL,0,MODE_LOW,ExtDepth,shift)];
if(val==lastlow) val=0.0;
else
{
lastlow=val;
if((Low[shift]-val)>(ExtDeviation*Point)) val=0.0;
else
{
for(back=1; back<=ExtBackstep; back++)
{
res=ExtMapBuffer[shift+back];
if((res!=0)&&(res>val)) ExtMapBuffer[shift+back]=0.0;
}
}
}
ExtMapBuffer[shift]=val;
//--- high
val=High[Highest(NULL,0,MODE_HIGH,ExtDepth,shift)];
if(val==lasthigh) val=0.0;
else
{
lasthigh=val;
if((val-High[shift])>(ExtDeviation*Point)) val=0.0;
else
{
for(back=1; back<=ExtBackstep; back++)
{
res=ExtMapBuffer2[shift+back];
if((res!=0)&&(res<val)) ExtMapBuffer2[shift+back]=0.0;
}
}
}
ExtMapBuffer2[shift]=val;
}
// final cutting
lasthigh=-1; lasthighpos=-1;
lastlow=-1; lastlowpos=-1;
//----
for(shift=Bars-ExtDepth; shift>=0; shift--)
{
curlow=ExtMapBuffer[shift];
curhigh=ExtMapBuffer2[shift];
if((curlow==0)&&(curhigh==0)) continue;
//---
if(curhigh!=0)
{
if(lasthigh>0)
{
if(lasthigh<curhigh) ExtMapBuffer2[lasthighpos]=0;
else ExtMapBuffer2[shift]=0;
}
//---
if(lasthigh<curhigh || lasthigh<0)
{
lasthigh=curhigh;
lasthighpos=shift;
}
lastlow=-1;
}
//----
if(curlow!=0)
{
if(lastlow>0)

Right now, my head is full. No food. No sex. Just drink water and code.......
You are coding just for fun?
Re: Lockdown: What's Your Daily Routine? by Nobody: 3:11pm On Apr 11, 2020
XhosaNostra:



Proof grin
What have you been up to, yourself?
Re: Lockdown: What's Your Daily Routine? by Nobody: 3:11pm On Apr 11, 2020
orunmila144:
lmao do you know with these details you supplied someone can clean out your account ? This post was a test
No be if the details dey genuine.
Re: Lockdown: What's Your Daily Routine? by orunmila144: 3:12pm On Apr 11, 2020
comshots:
No be if the details dey genuine.
oh ok lol grin
Re: Lockdown: What's Your Daily Routine? by Denique(f): 3:13pm On Apr 11, 2020
Eat

Bathe and brush my mouth (no time table for this undecided)

WhatsApp- reading status and updating mine plus a few chats(cos chats are becoming boring undecided)

Nairaland

Instagram

Write & watch Tv
Write & watch Tv
Write & watch Tv
Write & watch Tv

Eat

Fantasize

Repeat the process till night

Bathe before bedtime when I can manage to sleep cos I don't know how to sleep at noon embarassed
Re: Lockdown: What's Your Daily Routine? by Soleye24(m): 3:15pm On Apr 11, 2020
Mykel51:

You can use your phone...Pydroid on playstore..

I am using itel 1408, it can't do d stuff. Thanks for your contribution
Re: Lockdown: What's Your Daily Routine? by GAZZUZZ(m): 3:16pm On Apr 11, 2020
Fagbo , jeun , ......

1 Like

Re: Lockdown: What's Your Daily Routine? by XhosaNostra(f): 3:17pm On Apr 11, 2020
Ricchcream:


Ooh lah lah tongue
Re: Lockdown: What's Your Daily Routine? by XhosaNostra(f): 3:18pm On Apr 11, 2020
Ricchcream:
What have you been up to, yourself?


Been getting fat.
Re: Lockdown: What's Your Daily Routine? by classicfrank4u(m): 3:20pm On Apr 11, 2020
Iceyjays:
Eat

Sleep

Trade forex

Stream movies on Netflix

Read triller novels, especially from mario puzo and jhc.


Sometimes watch porn



REPEAT
Baba teach me Fx na undecided
Re: Lockdown: What's Your Daily Routine? by Nobody: 3:24pm On Apr 11, 2020
XhosaNostra:



Ooh lah lah tongue
Lol. I know the packs is just what it is for you. No effect on you. +, You like your men thicker and sturdier...

1 Like

Re: Lockdown: What's Your Daily Routine? by Nobody: 3:25pm On Apr 11, 2020
XhosaNostra:



Been getting fat.
Lol. Lucky you. That's not an easy thing for me to achieve, even if I become a Caterpillar.

1 Like

Re: Lockdown: What's Your Daily Routine? by Nobody: 3:26pm On Apr 11, 2020
cr7lomo:


So u wash everyday...as per drycleaner
I wash the clothes I used to workout. But it's okay. I understand your plight. �
Re: Lockdown: What's Your Daily Routine? by legalwealth(m): 3:30pm On Apr 11, 2020
GAZZUZZ:
Fagbo , jeun , ......

Igbolabi Foodie

Wehdone

Kwantinu

grin
Re: Lockdown: What's Your Daily Routine? by bolaji3071(m): 3:34pm On Apr 11, 2020
RAGGA40:
I ave this more than 100 times, u don't look hungry how do u surf d internet. Use d money u use in surfing nairaland nd buy urself food and stop decieving urself.
I don't look hungry because I am using freebasics to browse nl? Ok.

3 Likes

Re: Lockdown: What's Your Daily Routine? by Galapagous(m): 3:44pm On Apr 11, 2020
CAPSLOCKED:
WAKE UP, REPLY MENTIONS, AND THEN PROCEED TO XVIDS TO SPEND THE REMAINING HOURS OF THE DAY.
Bahdt guy
Re: Lockdown: What's Your Daily Routine? by IWTSAAC28: 3:45pm On Apr 11, 2020
Eat
Sleep
Wake up
Eat
Surf the net
Eat
Sleep


Note: Na Lockdown cause am.

1 Like

Re: Lockdown: What's Your Daily Routine? by femi4: 3:46pm On Apr 11, 2020
Jh0wsef:
Daily Routine? I am a freelance designer. and I earn whatsoever. I earned yesterday, still earning today. It's a skill I decided to come alive a year ago. And thank God for perseverance. I've improved greatly.

I've been mentioning, things are not getting friendly at all
Day by day. New cases arise. The lockdown might seem to continue, DON'T BE IDLE IN YOUR HOMES!


learn a skill today! Be a creative designer and earn!


Join the Ongoing Creative Designers Masterclass Today!
More info here


Check out on IG @kuanvevo



https://www.nairaland.com/5751671/covid-19-why-sit-home-nothing#87701486
ITK, give us your daily routine. If you are really making money, you don't need to advertise IG handle
Re: Lockdown: What's Your Daily Routine? by Nigeriapen(m): 3:47pm On Apr 11, 2020
Full List Of 13 Nigerians Who Died Of Coronavirus Abroad



https://www.youtube.com/watch?v=XYhqUgZO9hs
Re: Lockdown: What's Your Daily Routine? by odovonnestor: 3:48pm On Apr 11, 2020
I will suggest we get books and read.


You can challenge yourself to read at least 3 books during the period lock down.

1 Like

Re: Lockdown: What's Your Daily Routine? by abayskia(m): 3:55pm On Apr 11, 2020
All day nacking...
Nacking
Nacking
Nacking
Nacking
Nacking
Nacking
Nacking
Re: Lockdown: What's Your Daily Routine? by Nobody: 3:56pm On Apr 11, 2020
Wake,up pray browse shower eat sleep wakeup eat sleep wakeup eat sleep till d following day
Re: Lockdown: What's Your Daily Routine? by jeph19(m): 4:02pm On Apr 11, 2020
Exercises
Bible study
Pray
Eat
Social media
Nairaland
Read (actually bought 6 new books to read b4 the lockdown)
Repeat over again
Re: Lockdown: What's Your Daily Routine? by Nobody: 4:03pm On Apr 11, 2020
Wake,up
pray
browse
shower
eat
sleep
wakeup
eat
sleep
wakeup
eat
sleep till d following day
Re: Lockdown: What's Your Daily Routine? by cray91(m): 4:03pm On Apr 11, 2020
@ strike back, blacklist and Homeland - that's whatsup �
StrikeBack:
Eat
Sleep
Bath
Strikeback
Blacklist
Read
Read
Homeland



Repeat
Re: Lockdown: What's Your Daily Routine? by gowonmaharajah(m): 4:07pm On Apr 11, 2020
eat. read novels. got load of em PDF. sleep listen to radio. bath....lobatan
Re: Lockdown: What's Your Daily Routine? by StrikeBack(m): 4:08pm On Apr 11, 2020
Biglittlelois:



kiss kiss kiss
You sabi better thing.. any other one you can suggest
Re: Lockdown: What's Your Daily Routine? by Cikoloko(m): 4:10pm On Apr 11, 2020
teresafaith:
wake up 5am (early riser) lie for bed, go through my phone, if there's light watch cartoon.
Baff myself and my child.
When 10 nack, carry my bag with child go my place of work, since we no open, sit down for my neighbor shop(drycleaner) we go talk, watch film, when 4 nack, carry my self and my property go house. When my neighbours see me na so so hailing.
Sunday; at home thorough out the day
as i see you eeeee���you go sabi amebo
Re: Lockdown: What's Your Daily Routine? by Cikoloko(m): 4:11pm On Apr 11, 2020
Ifyjos:
Eat
Tv
Phone
Bleep
Eat
Nap
Eat
Bleep
Eat
Phone
Bleep
Sleep
u go soon get belly���

1 Like

Re: Lockdown: What's Your Daily Routine? by XhosaNostra(f): 4:11pm On Apr 11, 2020
Ricchcream:
Lol. I know the packs is just what it is for you. No effect on you. +, You like your men thicker and sturdier...


Yeah, but I'm still a vooman now & I appreciate a nekkid man when I see one grin

(1) (2) (3) (4) (5) (6) (7) (8) (9) (Reply)

Couple Welcome Twins After 11 Years Of Marriage And 22 Years Of Friendship. PICS / How Can I Continue To Love My Wife / Should I Leave My Cheating Wife, Or Have An Affair Of My Own

(Go Up)

Sections: politics (1) business autos (1) jobs (1) career education (1) romance computers phones travel sports fashion health
religion celebs tv-movies music-radio literature webmasters programming techmarket

Links: (1) (2) (3) (4) (5) (6) (7) (8) (9) (10)

Nairaland - Copyright © 2005 - 2024 Oluwaseun Osewa. All rights reserved. See How To Advertise. 28
Disclaimer: Every Nairaland member is solely responsible for anything that he/she posts or uploads on Nairaland.