How can I read signal info inside a chart

Questions about MultiCharts and user contributed studies.
strelow

How can I read signal info inside a chart

Postby strelow » 29 May 2014

Hello

I´m trying to find how watching a chart get the information about signal and date . I mean if occurs sell or buy arrows using a signal I can read the date to use in my code ? I dont know the sintaxe rules .

Something like that:

if C.Signal[cont]=buy then begin
DayIn= Date[Cont];
ValueIn= C[Cont];
end;

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

Re: How can I read signal info inside a chart

Postby TJ » 29 May 2014

Hello
I´m trying to find how watching a chart get the information about signal and date . I mean if occurs sell or buy arrows using a signal I can read the date to use in my code ? I dont know the sintaxe rules .
Something like that:
if C.Signal[cont]=buy then begin
DayIn= Date[Cont];
ValueIn= C[Cont];
end;
You can start here:
viewtopic.php?f=16&t=6929

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

Re: How can I read signal info inside a chart

Postby TJ » 29 May 2014

ps.
[FAQ] How to Post Codes (that people can read)
viewtopic.php?f=16&t=11713


Return to “MultiCharts”