Reply

Code: the most basic transaction signal to avoid deformation

1 replies

ls3400219

Customer, bbp_participant, community, 5 replies.

Visit profile

2 years ago #274045

Now the trading strategy code output by sqx: MT4 MT5 MC ts.. 1 there is a problem that the signal is deformed on the trading platform. 2 for trading platforms in other languages, it is very difficult to transplant the strategy. I tried to transplant it to c#, but failed.

I suggest that the sqx output trading strategy become a basic code function. The contents of this function are independent of the trading platform and only related to the input data. For example, the output value of
signal = signal (open, high, low, close, vol)
is similar to the sequence of -1 -1 1 1 1-1-1-1, indicating the direction of position.

In this way, if this function is written in Java or c# or C + +, it can be compiled into a DLL like file for other platforms to call. This perfectly solves the problem of signal deformation.

1

tomas262

Administrator, sq-ultimate, 2 replies.

Visit profile

2 years ago #274175

Hello,
you can read the logic of the code from the “Pseudo code” presentation. If you have any further ideas for this please post a feature request into our roadmap using this link https://roadmap.strategyquant.com/projects/sq4/tasks/new (you might need to register first using our website)

0

Viewing 1 replies (of 1 total)