Search found 6 matches

by Giosuè
04 Dec 2020
Forum: MultiCharts
Topic: Pattern scanner
Replies: 8
Views: 1374

Re: Pattern scanner

You forgot to add the input statement to the PtnBaseSA function: inputs: numeropattern(numericsimple); Thank you very much.. but it keeps giving me error: ------ Compiled with error(s): ------ Bracket '[' expected line 18, column 6 '(' Expected line 18, column 6 "opend0 = opens(0);" I think that th...
by Giosuè
04 Dec 2020
Forum: MultiCharts
Topic: Pattern scanner
Replies: 8
Views: 1374

Re: Pattern scanner

You forgot to add the input statement to the PtnBaseSA function:

Code: Select all

inputs: numeropattern(numericsimple);
Thank you very much..
but it keeps giving me error:

------ Compiled with error(s): ------
Bracket '[' expected
line 18, column 6
'(' Expected
line 18, column 6

"opend0=opens(0);"
by Giosuè
03 Dec 2020
Forum: MultiCharts
Topic: Pattern scanner
Replies: 8
Views: 1374

Re: Pattern scanner

hello, is there anybody who can help me?
by Giosuè
03 Dec 2020
Forum: MultiCharts
Topic: Pattern scanner
Replies: 8
Views: 1374

Re: Pattern scanner

Thank you very much TJ, so i write the code correctly.. I specify that the function code gives me an error while the strategy code is correct. I hope for your help!! Thank you very much //Function :Pattern Base "PtnBaseSA" Var: opend0(0), opend1(1), highd0(0), highd1(0); Array: definizioneptn[4](0)...
by Giosuè
02 Dec 2020
Forum: MultiCharts
Topic: Pattern scanner
Replies: 8
Views: 1374

Re: Pattern scanner

Thank you very much TJ, so i write the code correctly.. //Function :Pattern Base "PtnBaseSA" Var: opend0(0), opend1(1), highd0(0), highd1(0); Array: definizioneptn[4](0); opend0=opens(0); opend1=opens(1); highd0=highs(0); highd1=highs(1); definizioneptn[1] = ((highd0-opend0)>((highd1-opend1)*1)); de...
by Giosuè
02 Dec 2020
Forum: MultiCharts
Topic: Pattern scanner
Replies: 8
Views: 1374

Pattern scanner

Hello, I have to program a code in powerlanguage for Multicharts where in the strategy optimization phase it makes me a scanner with the various price patterns. The problem I can't write the code correctly .. can anyone help me? //Function :Pattern Base "PtnBaseSA" Var: opend0(0), opend1(1), highd0(...

Go to advanced search