Trading system with Data1... DataN

Questions about MultiCharts and user contributed studies.
enricog
Posts: 11
Joined: 10 Dec 2021
Has thanked: 1 time

Trading system with Data1... DataN

Postby enricog » 03 Mar 2022

Good morning,

I would like to translate my Trading System on Multichart.
I am reading a lot but I am a bit confused.

Here same question:

1) I used several time frame in the code. In this case I read that I have to insert Data1 (the first with faster time frame) and data2... datan in the chart and can be also hidden.

2) In Trading System on every Time frame I used some indicators. Are these indicator used in Trading System must be inserted on the chart? or can be used directly on script?

3) I have a structure like this to translate:
Example:
if event 1 //this event is done when a new candle of Time frame 1min appears
{
Do operations on candle 1min
}

if event 2// this event is done when a new candle of Time frame 5min appears
{
Do operations on candle 5min
}

and so on with other Time frame.

Any help will be appreciated.
Thank you

Enrico
Last edited by enricog on 10 Mar 2022, edited 1 time in total.

User avatar
Kate MultiCharts
Posts: 591
Joined: 21 Oct 2020
Has thanked: 9 times
Been thanked: 148 times

Re: Trading system with Data1... DataN

Postby Kate MultiCharts » 10 Mar 2022

Hello Enrico,

The chart building logic is the same in MultiCharts and TS.

You’ll need to re-create the workspaces in MultiCharts manually, add required symbols in QuoteManager and create charts.

The indicator should be created in the PowerLanguage Editor (as in the Development Environment in TS) and compiled.

The files exported from TS (*.ela, *.eld, *.els) can be imported in MultiCharts.
However, not all the TS keywords and objects can be compiled, they’ll need to be re-created in MultiCharts.

For the study to be calculated in MultiCharts, it should be applied to a data series (on the chart or in the Scanner).

enricog
Posts: 11
Joined: 10 Dec 2021
Has thanked: 1 time

Re: Trading system with Data1... DataN

Postby enricog » 10 Mar 2022

Thank you for your answer.
However I meant with "TS" Trading System and not TS. Sorry for my post. Now I have corrected.
Again, any help will be appreciated.
Thank you!

bomberone1
Posts: 310
Joined: 02 Nov 2010
Has thanked: 26 times
Been thanked: 23 times

Re: Trading system with Data1... DataN

Postby bomberone1 » 18 Jul 2022

MC teams do you have any suggestions to simplify the use of the market scanner in the following activities:
1) use of different strategies for each single element of the list: make sure that the alarm conditions become real orders?
2) quick sending of manual orders (with stop, target, trailing, oco) for the selected element?


Return to “MultiCharts”