Entry live in close session...it's possibile?

Questions about MultiCharts and user contributed studies.
turbofib
Posts: 213
Joined: 11 May 2013
Has thanked: 67 times
Been thanked: 1 time

Entry live in close session...it's possibile?

Postby turbofib » 28 Dec 2020

hi, i use chart 15 minutes interval and i want to buy the last minute of session ..
it's possibile? how can i code it? thank you

User avatar
TJ
Posts: 7740
Joined: 29 Aug 2006
Location: Global Citizen
Has thanked: 1033 times
Been thanked: 2221 times

Re: Entry live in close session...it's possibile?

Postby TJ » 28 Dec 2020

Yes it is possible.

But FIRST you must get your chart to align with your mind.

Your mind says ONE-minute analysis.
But your chart is geared for 15 minute interval.

What gives?

turbofib
Posts: 213
Joined: 11 May 2013
Has thanked: 67 times
Been thanked: 1 time

Re: Entry live in close session...it's possibile?

Postby turbofib » 28 Dec 2020

Yes it is possible.

But FIRST you must get your chart to align with your mind.

Your mind says ONE-minute analysis.
But your chart is geared for 15 minute interval.

What gives?
Ok..i've problem to write in english...
I ask you this question: it's possible to entry in position at close session? give me a solution if it exist ..thank

Salzburg
Posts: 140
Joined: 19 Sep 2018
Has thanked: 9 times
Been thanked: 35 times

Re: Entry live in close session...it's possibile?

Postby Salzburg » 29 Dec 2020

Yes it is possible.

But FIRST you must get your chart to align with your mind.

Your mind says ONE-minute analysis.
But your chart is geared for 15 minute interval.

What gives?
Ok..i've problem to write in english...
I ask you this question: it's possible to entry in position at close session? give me a solution if it exist ..thank
Hey there, why dont you change custom session time to end, one minute before it closes ? by doing that you should have no problem closing position "end of session" but in reality you close it one minute before real session closes.

turbofib
Posts: 213
Joined: 11 May 2013
Has thanked: 67 times
Been thanked: 1 time

Re: Entry live in close session...it's possibile?

Postby turbofib » 29 Dec 2020

Thanks for the reply...
I thought of this alternative but are you sure that by writing:
"
slb = sessionlastbar;
if slb [1] then buy next bar market; "
does it go live in the last minute? according to me it does the beginning of a new session

User avatar
syswizard
Posts: 295
Joined: 15 Dec 2012
Has thanked: 16 times
Been thanked: 28 times

Re: Entry live in close session...it's possibile?

Postby syswizard » 29 Dec 2020

Did you do this ? : why dont you change custom session time to end, one minute before it closes

if sessionlastbar then buy next bar market;

turbofib
Posts: 213
Joined: 11 May 2013
Has thanked: 67 times
Been thanked: 1 time

Re: Entry live in close session...it's possibile?

Postby turbofib » 29 Dec 2020

ok ..i try your solution
thanks


Return to “MultiCharts”