[MT4脚本] Elliot Waves
第13-20行,修改字体、字号、颜色
string Text1 = "A";// Enter Text to place on screen - leave only quotes to not print (i.e "A" > "" )
string Text2 = "B";// Enter Text to place on screen
string Text3 = "C";// Enter Text to place on screen
string Text4 = "D";// Enter Text to place on screen
string Text5 = "E";// Enter Text to place on screen
string Text_font = "Arial Bold"; // font of text
int Text_fontsize = 14; // size of text
color Text_color = Red; // color of text
页:
[1]