Topic: using custom indicator data from MT4

Hi,

Is it possible to use custom indicator data for building the strategy rather than coding it in c#. Such functionality has e.g
StrategyQuant. It would allow for painless use of MT4 indicators pool.

regards, Krzysztof

Re: using custom indicator data from MT4

wow, I thought there were enough indicators already.

Re: using custom indicator data from MT4

No, indi has to be coded in C# and that's really the only viable way. I looked at SQ external data option and it's quite limited, it only works in development phase, for trading there needs to be yet another solution, which leads to complexity and more chance for critical errors. Importing the data is not the easiest either and still requires basic code knowledge to set it up.

krzysiaczek99 wrote:

Hi,

Is it possible to use custom indicator data for building the strategy rather than coding it in c#. Such functionality has e.g
StrategyQuant. It would allow for painless use of MT4 indicators pool.

regards, Krzysztof