How to modify the self made formula prompt in the Great Wisdom Software Error LINE8 C1001 Syntax Err

Updated on Financial 2024-04-10
9 answers
  1. Anonymous users2024-02-07

    There may be one less), it's better to take a look at the source code.

  2. Anonymous users2024-02-06

    Buy:=mr and not(ref(mr,1)),coloryellow;

    Because there is an equal sign in the front, the coloryellow about the color in the back is redundant, so change it like this.

    buy:=mr and not(ref(mr,1));

    If there are similar situations in the future, change them according to this idea.

  3. Anonymous users2024-02-05

    The error is in the third line, one more',', remove it will not prompt an error, and so on.

  4. Anonymous users2024-02-04

    There is an extra comma at the end. Just a semicolon will do. You try again.

  5. Anonymous users2024-02-03

    aa:=vol/((high-low)*2-abs(close-open));

    Buy:if(close>open,aa*(high-low),if(closeopen,0-aa*((high-close)+(open-low)),if(close:buy+sell,color00ffff,linethick0;

    stickline(in/out<0,0,in/out,4,0),colorff6600;

    stickline(in/out<0,0,in/out,3,0),colorff9900;

    stickline(in/out<0,0,in/out,0),colorffcc00;

    stickline(in/out<0,0,in/out,0),colorcyan;

    stickline( 0,0,4,0),color000099;

    stickline(0,0,3,0),color0000cc;

    stickline( 0,0,0,0,0),color0000ff;

    stickline( 0,0,0,0),colorcc66ff;

  6. Anonymous users2024-02-02

    All I can tell you about the advanced statement that defines the order is one more parenthesis or one less here, and the meaning is completely different.

  7. Anonymous users2024-02-01

    mid:=(3*close+low+open+high)/6;

    Bull line: (20*mid+19*ref(mid,1)+18*ref(mid,2)+17*ref(mid,3)+16*ref(mid,4)+15*ref(mid,5)+14*ref(mid,6)+13*ref(mid,7)+12*ref(mid,8)+11*ref(mid,9)+10*ref(mid,10)+9*ref(mid, 11)+8*ref(mid,12)+7*ref(mid,13)+6*ref(mid,14)+5*ref(mid,15)+4*ref(mid,16)+3*ref(mid,17)+2*ref(mid,18)+ref(mid,20)) 210,colorred;

    Horse line: MA (cattle line, 6), colorgreen;

    cross (cattle line, horse line);

  8. Anonymous users2024-01-31

    Friend, your formula is debugged through. Please see the attached drawing.

  9. Anonymous users2024-01-30

    1. The content of the revised formula:

    diff1:=ema(close,16)-ema(close,58),colorwhite;

    dea1:=ema(diff1,88),coloryellow;

    macd1:2*(diff1-dea1)*100;

    mamacd1:ma(macd1,5),colorwhite;

    dwx:llv(macd1,20);

    gwx:hhv(mamacd1,20),colorred;

    diff:=ema(close,8)-ema(close,26),colorwhite;

    dea:=ema(diff,50),coloryellow;

    macd:2*(diff-dea)*100;

    mamacd:ma(macd,5),colorwhite;

    stickline(macd1mamacd,macd1*,0,4,0),coloryellow;

    stickline(macd<0,mamacd,macd1,4,0),colorgreen;

    stickline(macd1>mamacd1 and macd>mamacd,0,macd1,4,0),colorred;

    xg:macd1>mamacd1 and macd>mamacd and (ref(macd,1)2, I passed the test with Tongdaxin, I didn't see a special function in this formula, it should be common with great wisdom;

Related questions
5 answers2024-04-10

On the day of the subscription date of the new shares, you can directly enter the subscription**, and submit the issuance** and the subscription quantity. >>>More

8 answers2024-04-10

Great Wisdom Classic Software Description:

Key features of the software: >>>More

21 answers2024-04-10

There are two ways to add a custom formula:

The first way, source code addition, is the source code you copy on the Internet, specific operations: >>>More

16 answers2024-04-10

I know the situation you said Mine also has this situation Only in the free version of this problem There is no such problem in the charge I have three machines One paid 2 free 2 free 2 free are this situation The normal charge is caused by the great wisdom upgrade I called the customer service ** He told a temporary solution When you just log in to choose the server, there is a communication setting Go in Change the port inside from 6188 to 5188 OK At this time, the server is still unknown Don't pay attention to him Choose the fastest server you usually use to go in I can go in this way these days I see that the great wisdom has been upgraded today I guess it may be improving this problem don't worry, it will be fine soon.

21 answers2024-04-10

Hehe, if you take a closer look, there are instructions in it.