Format signal: Entries & Exits

Questions about MultiCharts and user contributed studies.
wullenweber helmut
Posts: 60
Joined: 21 Dec 2007
Has thanked: 3 times
Been thanked: 9 times

Format signal: Entries & Exits

Postby wullenweber helmut » 05 Nov 2009

Meanwhile, using the function I_CLOSEDEQUITY, it is easy to plot an indicator like

Code: Select all

{Indicator: Equitycurve 04.11.2009}
var: EQT(0), InitCapital(10000);
EQT = InitCapital + I_CLOSEDEQUITY;
Plot1(EQT,"Net Equity",black,Default,2);
to see the equitycurve together with the signal in a chart.

Is there any switch to turn off the display of the arrows, signal labels, # of contracts, so that a MC user is able to see the chart off the underlying in subchart 1 and the equitycurve in subchart 2?

User avatar
TJ
Posts: 7742
Joined: 29 Aug 2006
Location: Global Citizen
Has thanked: 1033 times
Been thanked: 2222 times

Postby TJ » 05 Nov 2009

right click on chart,

select Format Signal

wullenweber helmut
Posts: 60
Joined: 21 Dec 2007
Has thanked: 3 times
Been thanked: 9 times

Postby wullenweber helmut » 06 Nov 2009

How can I switch off arrow and tick?

wullenweber helmut
Posts: 60
Joined: 21 Dec 2007
Has thanked: 3 times
Been thanked: 9 times

Postby wullenweber helmut » 06 Nov 2009

In the window Format Signal -> Inputs only 4 input variables are displayed without grabbing your mouse and scroll down. It would be more comfortabele for users working with more than 4 inputs to have a larger window here, specially because underneath there is enough space.


Return to “MultiCharts”