translate line in power language

If you don't know where to start, start here! Don't be afraid to ask questions.

Moderator: moderators

Post Reply
gingerone
rank: <50 posts
rank: <50 posts
Posts: 3
Joined: Thu Feb 25, 2021 2:00 pm
Reputation: 0

translate line in power language

Post by gingerone »

hallo
in easy language i wrote this:

condition1 = Close[1] <= lowsession(0,1) and Close >= lowsession(0,1);
Lows(1) doest not work

can y help me?

gingy
User avatar
TheRumpledOne
rank: 10000+ posts
rank: 10000+ posts
Posts: 15765
Joined: Sun May 14, 2006 9:31 pm
Reputation: 3050
Location: Oregon
Real name: Avery T. Horton, Jr.
Contact:

Re: translate line in power language

Post by TheRumpledOne »

gingerone wrote:hallo
in easy language i wrote this:

condition1 = Close[1] <= lowsession(0,1) and Close >= lowsession(0,1);
Lows(1) doest not work

can y help me?

gingy


Low[1]
IT'S NOT WHAT YOU TRADE, IT'S HOW YOU TRADE IT!

Please do NOT PM me with trading or coding questions, post them in a thread.
gingerone
rank: <50 posts
rank: <50 posts
Posts: 3
Joined: Thu Feb 25, 2021 2:00 pm
Reputation: 0

Re: translate line in power language

Post by gingerone »

thks
but Low[1] is the low of the previous session?
It seems doesn't work sorry
User avatar
TheRumpledOne
rank: 10000+ posts
rank: 10000+ posts
Posts: 15765
Joined: Sun May 14, 2006 9:31 pm
Reputation: 3050
Location: Oregon
Real name: Avery T. Horton, Jr.
Contact:

Re: translate line in power language

Post by TheRumpledOne »

gingerone wrote:thks
but Low[1] is the low of the previous session?
It seems doesn't work sorry


What are you trying to do? Just say it in plain language.
IT'S NOT WHAT YOU TRADE, IT'S HOW YOU TRADE IT!

Please do NOT PM me with trading or coding questions, post them in a thread.
gingerone
rank: <50 posts
rank: <50 posts
Posts: 3
Joined: Thu Feb 25, 2021 2:00 pm
Reputation: 0

Re: translate line in power language

Post by gingerone »

TheRumpledOne wrote:
gingerone wrote:hallo
in easy language i wrote this:

condition1 = Close[1] <= lowsession(0,1) and Close >= lowsession(0,1);
Lows(1) doest not work

can y help me?

gingy


Low[1]

THANK YOU!!! It's FINE!!
Post Reply