Reply

EasyLanguage compilation errors

2 replies

aass

Customer, bbp_participant, community, 6 replies.

Visit profile

3 years ago #258120

Hello,

Pseudocode generated:

LongEntrySignal = FUZZY Logic. Variable is true if min 66 % conditions (7 out of 11) are correct:
– Not OSMA(Subchart1, D1,LongOSMAFastEMA, LongOSMASlowEMA, LongOSMASignalPeriod)[10]

EasyLanguage generated:

136   // FUZZY Logic. Variable is true if min 66 % conditions (7 out of 11) are correct
137   cond[0] = (SQ_OSMA(Close of Data2, LongOSMAFastEMA, LongOSMASlowEMA, LongOSMASignalPeriod)[10] = false);

—— Compiled with error(s): ——
Types are not compatible
line 137, column 11

It happens with SQ_OSMA, SQ_HeikenAshi and others “SQ” functions,

0

tomas262

Administrator, sq-ultimate, 2 replies.

Visit profile

3 years ago #258215

Hello,

we will check the code of the exported strategy. Please attach the SQX file or send to [email protected]

Thanks

0

aass

Customer, bbp_participant, community, 6 replies.

Visit profile

3 years ago #258444

Hello,

Here you are.

Thanks.

Attachments:
You must be logged in to view attached files.

0

Viewing 2 replies - 1 through 2 (of 2 total)