logo
Welcome Guest! To enable all features please Login or Register.

Notification

Icon
Error

Options
Go to last post Go to first unread
psyfer  
#1 Posted : Sunday, March 25, 2012 6:26:03 AM(UTC)
psyfer

Rank: Newbie

Groups: Registered, Registered Users
Joined: 3/25/2012(UTC)
Posts: 8

Hi Guys, i need some help here, after entering all the condition to my expert advisor which i created, and i press preview And this appear Unable to display Expert Commentary, the following error was found: A text string must end with a ' " ' To edit the Commentary, go to Tools | Expert Advisor, edit this Expert, and click on the Commentary tab. i have checked that i close all the " as i am able to close the editor. i cant have my commentary please help, anyone?
wabbit  
#2 Posted : Sunday, March 25, 2012 8:07:29 AM(UTC)
wabbit

Rank: Advanced Member

Groups: Registered, Registered Users, Subscribers, Unverified Users
Joined: 10/28/2004(UTC)
Posts: 3,111
Location: Perth, Western Australia

Was thanked: 16 time(s) in 16 post(s)
Post the code. wabbit [:D]
psyfer  
#3 Posted : Sunday, March 25, 2012 8:28:55 AM(UTC)
psyfer

Rank: Newbie

Groups: Registered, Registered Users
Joined: 3/25/2012(UTC)
Posts: 8

{Upside Gap Two Crows}\ WriteIf((ref(white(),-3) AND ref(bigwhite(),-2) AND ref(black(),-1) AND black() AND (ref(C,-1)>ref(C,-2)) AND ((O<ref(O,-1)) AND (O>ref(C,-2))) AND (O<ref(C,-1)) AND (O>ref(C,-2))),"The Upside Gap Two Crows Pattern has occured.")\
psyfer  
#4 Posted : Sunday, March 25, 2012 8:35:45 AM(UTC)
psyfer

Rank: Newbie

Groups: Registered, Registered Users
Joined: 3/25/2012(UTC)
Posts: 8

apparently, the posting is not accurately there is some symbols missing. the code for the whole expert is relatively long. i have spotted the exact spot of the advisor where the problem comes in which is under the one above.
wabbit  
#5 Posted : Sunday, March 25, 2012 8:36:03 AM(UTC)
wabbit

Rank: Advanced Member

Groups: Registered, Registered Users, Subscribers, Unverified Users
Joined: 10/28/2004(UTC)
Posts: 3,111
Location: Perth, Western Australia

Was thanked: 16 time(s) in 16 post(s)
Please use the proper tags to post your code.


wabbit [:D]

psyfer  
#6 Posted : Sunday, March 25, 2012 8:42:00 AM(UTC)
psyfer

Rank: Newbie

Groups: Registered, Registered Users
Joined: 3/25/2012(UTC)
Posts: 8

*{Upside Gap Two Crows}\ WriteIf((ref(white(),-3) AND ref(bigwhite(),-2) AND ref(black(),-1) AND black() AND (ref(C,-1)>ref(C,-2)) AND ((O<ref(O,-1)) AND (O>ref(C,-2))) AND (O<ref(C,-1)) AND (C<ref(C,-2)))*,"The Upside Gap Two Crows Pattern has occured.")*
wabbit  
#7 Posted : Sunday, March 25, 2012 8:42:13 AM(UTC)
wabbit

Rank: Advanced Member

Groups: Registered, Registered Users, Subscribers, Unverified Users
Joined: 10/28/2004(UTC)
Posts: 3,111
Location: Perth, Western Australia

Was thanked: 16 time(s) in 16 post(s)
Code:
{Upside Gap Two Crows}\
WriteIf((ref(white(),-3) AND ref(bigwhite(),-2) AND ref(black(),-1) AND black() AND (ref(C,-1)>ref(C,-2)) AND ((O<ref(O,-1) and (O><ref(o,-1)) and=" (o=">ref(C,-2))) AND (O<ref(c,-1)) and=" (o="><ref(C,-1) and (O>ref(c,-2))) and (O<ref(c,-1)) and (O>ref(C,-2))),"The Upside Gap Two Crows Pattern has occurred.")\


It's ok I'll do it myself from my phone.

wabbit [:D]
psyfer  
#8 Posted : Sunday, March 25, 2012 8:43:28 AM(UTC)
psyfer

Rank: Newbie

Groups: Registered, Registered Users
Joined: 3/25/2012(UTC)
Posts: 8

sorry i dont get what you meant by proper tags
wabbit  
#9 Posted : Sunday, March 25, 2012 8:46:23 AM(UTC)
wabbit

Rank: Advanced Member

Groups: Registered, Registered Users, Subscribers, Unverified Users
Joined: 10/28/2004(UTC)
Posts: 3,111
Location: Perth, Western Australia

Was thanked: 16 time(s) in 16 post(s)
For starters, have a look at my signature block...


wabbit [:D]

psyfer  
#10 Posted : Sunday, March 25, 2012 8:48:08 AM(UTC)
psyfer

Rank: Newbie

Groups: Registered, Registered Users
Joined: 3/25/2012(UTC)
Posts: 8

Code:
WriteIf((ref(white(),-3) AND ref(bigwhite(),-2) AND ref(black(),-1) AND black() AND (ref(C,-1)>ref(C,-2)) AND ((O<ref(O,-1)) AND (O>ref(C,-2))) AND (C<ref(C,-1)) AND (C>ref(C,-2))),"The Upside Gap Two Crows Pattern has occured.")
but still some symbols doesnt appear
wabbit  
#11 Posted : Sunday, March 25, 2012 8:56:10 AM(UTC)
wabbit

Rank: Advanced Member

Groups: Registered, Registered Users, Subscribers, Unverified Users
Joined: 10/28/2004(UTC)
Posts: 3,111
Location: Perth, Western Australia

Was thanked: 16 time(s) in 16 post(s)
Life's too short....


Code:

{Upside Gap Two Crows}
WriteIf(
ref(white(),-3) AND
ref(bigwhite(),-2) AND
ref(black(),-1) AND
black() AND
ref(C,-1)>ref(C,-2) AND
O<ref(O,-1) AND
O>ref(C,-2) AND
O<ref(C,-1),
"The Upside Gap Two Crows Pattern has occurred.")



wabbit [:D]

psyfer  
#12 Posted : Sunday, March 25, 2012 9:09:13 AM(UTC)
psyfer

Rank: Newbie

Groups: Registered, Registered Users
Joined: 3/25/2012(UTC)
Posts: 8

wabbit, i have paste your coding in but still unable to work same error persist
wabbit  
#13 Posted : Sunday, March 25, 2012 9:12:21 AM(UTC)
wabbit

Rank: Advanced Member

Groups: Registered, Registered Users, Subscribers, Unverified Users
Joined: 10/28/2004(UTC)
Posts: 3,111
Location: Perth, Western Australia

Was thanked: 16 time(s) in 16 post(s)
It works here on MS8 and MS9... I haven't got 10 or 11 loaded on this machine. What version are you using? Legit, copied or borrowed?

Have you included ALL of your commentary code?



wabbit [:D]

psyfer  
#14 Posted : Sunday, March 25, 2012 9:22:18 AM(UTC)
psyfer

Rank: Newbie

Groups: Registered, Registered Users
Joined: 3/25/2012(UTC)
Posts: 8

i am using v10, borrowed my code is relatively long i have pm you
wabbit  
#15 Posted : Sunday, March 25, 2012 9:34:43 AM(UTC)
wabbit

Rank: Advanced Member

Groups: Registered, Registered Users, Subscribers, Unverified Users
Joined: 10/28/2004(UTC)
Posts: 3,111
Location: Perth, Western Australia

Was thanked: 16 time(s) in 16 post(s)
So....

You don't have a legitimate copy of the Equis product and yet you ask for help on the Equis forum?

You ask for help and have been requested to post your code, which you didn't and only posted a small section of poorly written code which didn't contain any errors?


Flabbergasted!

wabbit [:D]

Users browsing this topic
Guest (Hidden)
Forum Jump  
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.