能否提供#Event类,以及external类语法的详细说明与范例? mc中对以上两类的说明都是:
A detailed description and usage examples will be presented in the documentation accompanying the next release of MultiCha ...
请教一个有关buy at stop单的问题 比如以下Code中:
==========================
{ ... }
if ... then
begin
buy ("EntryL") next bar at stop;
value1 = value1 + 1;
signal = 0 ...