[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Interprocess communication between AFL and .NET



PureBytes Links

Trading Reference Links

My .NET system creates parameters, sends them to AB, runs the AFL,
gets the results from the backtester, adjusts the parameters and
repeats many times. I'm currently using the Windows clipboard
(ClipboardSet(values)) as the interprocess communication mechanism
between AFL and .NET and it works OK. It just seems a bit clunky.

Is there a better way to do this? I need to drive AB/AFL from .NET,
not the other way around. If it matters, the .NET app is a console
application and doesn't have a GUI.

Thanks,

Dave