Search found 50 matches

by chipeur_le_renard
07 Feb 2024
Forum: MultiCharts
Topic: high low of night session [SOLVED]
Replies: 2
Views: 181

high low of night session [SOLVED]

hi all traders I wrote an indicator to find the high of the night session...it works perfectly......like that Inputs: PlaceTextRight(true),StartTime2(0000),EndTime2(2330),OpenColor(white), decimales(0),TLSize(1),TLStyle(3); Variables: OpenTL(0),OpenTxt(0), HaveTLs (false),highday(0), TextStyleHoriz ...
by chipeur_le_renard
16 Jul 2021
Forum: MultiCharts
Topic: variable D
Replies: 2
Views: 697

Re: variable D

thx !!!!!!!!!!!!!!!!!!!!!!!!!!!!!
by chipeur_le_renard
16 Jul 2021
Forum: MultiCharts
Topic: variable D
Replies: 2
Views: 697

variable D

hi can anyone tell me what is the variable D at the end of this code ???? thx Inputs: LowVol(True), ClimaxUp(True), ClimaxDown(True), Churn(True), ClimaxChurn(False), LowVolColor(Yellow), ClimaxUpColor(Red), ClimaxDownColor(White), ChurnColor(Green), ClimaxChurnColor(Magenta), Color(Cyan), UseUpTick...
by chipeur_le_renard
15 Jul 2021
Forum: MultiCharts
Topic: OpenEntryPrice
Replies: 3
Views: 737

Re: OpenEntryPrice

thx ..i do that
by chipeur_le_renard
10 Jul 2021
Forum: MultiCharts
Topic: OpenEntryPrice
Replies: 3
Views: 737

OpenEntryPrice

hi everyone i try to write an indicator ..in this one i need to have the entry price of an open position ......but OpenEntryPrice can t be used in an indicator ...i try to find the same that i can used in an indicator .. my idea draw a line with the entry price +30 for a long or - 30 for a short tha...
by chipeur_le_renard
05 Apr 2021
Forum: MultiCharts
Topic: vertical line on chart [SOLVED]
Replies: 10
Views: 2322

Re: vertical line on chart [SOLVED]

thx TJ
by chipeur_le_renard
04 Apr 2021
Forum: MultiCharts
Topic: vertical line on chart [SOLVED]
Replies: 10
Views: 2322

Re: vertical line on chart [SOLVED]

sorry now it s perfect no ???
by chipeur_le_renard
03 Apr 2021
Forum: MultiCharts
Topic: vertical line on chart [SOLVED]
Replies: 10
Views: 2322

vertical line on chart [SOLVED]

hi can one of you explain how to draw a vertical line on a chart i post an example Inputs: Line1(True), LineTime1(0830), String LineColor1("Gray"), Line2(True), LineTime2(1100), String LineColor2("Red"), Line3(True), LineTime3(1515), String LineColor3("Gray"); Using elsystem.drawingobjects; Using el...
by chipeur_le_renard
06 Feb 2019
Forum: MultiCharts
Topic: bridge between MT and MC [SOLVED]
Replies: 13
Views: 4893

Re: bridge between MT and MC [SOLVED]

i dont know

sorry
by chipeur_le_renard
09 Oct 2018
Forum: MultiCharts
Topic: CFD and Interactive Brokers [SOLVED]
Replies: 3
Views: 1721

Re: CFD and Interactive Brokers [SOLVED]

i find an answer >>>>>>>>> Make a right-click on the chart -> Format Instruments... -> Settings tab -> Quote Field: Ask or Bid -> OK. Trades are not supported, only asks or bids.

yes that work

but now little problem in the dom...incrementation is bad
by chipeur_le_renard
09 Oct 2018
Forum: MultiCharts
Topic: CFD and Interactive Brokers [SOLVED]
Replies: 3
Views: 1721

CFD and Interactive Brokers [SOLVED]

hello

i have market permission and datas susbcription for cfd but nothing in quotemanager

i see quotes in tws

where is the problem ???

symbol IBDE30 for cfd of german index

thx for help


Image

Image
by chipeur_le_renard
21 Jun 2018
Forum: MultiCharts
Topic: countdown for contrats resolution [SOLVED]
Replies: 7
Views: 1997

Re: countdown for contrats resolution [SOLVED]

Image

with original code of crazynasdaq and set build volume on : trade volume ...all run fine

thx @rrams
by chipeur_le_renard
20 Jun 2018
Forum: MultiCharts
Topic: countdown for contrats resolution [SOLVED]
Replies: 7
Views: 1997

Re: countdown for contrats resolution [SOLVED]

Counter contrats in MC use same datafeed so it s my code which is wrong
by chipeur_le_renard
20 Jun 2018
Forum: MultiCharts
Topic: countdown for contrats resolution [SOLVED]
Replies: 7
Views: 1997

Re: countdown for contrats resolution [SOLVED]

Hello tj

Interactive brokers
by chipeur_le_renard
20 Jun 2018
Forum: MultiCharts
Topic: countdown for contrats resolution [SOLVED]
Replies: 7
Views: 1997

countdown for contrats resolution [SOLVED]

hi a few months ago i find a solution to have this on screen (ticks resolution)..all credits to crazynasdaq https://i.goopics.net/mg4jm.png and the code : //CrazyNasdaq tick countdown counter //october 17th 2016 inputs: TXT.dimension(22), TXT.color(black), TXT.Background(yellow), TXT.Position.Vert(1...
by chipeur_le_renard
14 Jan 2018
Forum: MultiCharts
Topic: bridge between MT and MC [SOLVED]
Replies: 13
Views: 4893

Re: bridge between MT and MC [SOLVED]

No..... Impossible
by chipeur_le_renard
20 Sep 2017
Forum: MultiCharts
Topic: INDICATOR WITH CANDLES
Replies: 12
Views: 2983

Re: INDICATOR WITH CANDLES

thx smoky

i write this indicator now and i come back in few days

regards
by chipeur_le_renard
19 Sep 2017
Forum: MultiCharts
Topic: INDICATOR WITH CANDLES
Replies: 12
Views: 2983

Re: INDICATOR WITH CANDLES

if i try close of data1.....wrong expression.. how to have close of dataX in a variable ??
thx
by chipeur_le_renard
15 Sep 2017
Forum: MultiCharts
Topic: INDICATOR WITH CANDLES
Replies: 12
Views: 2983

Re: INDICATOR WITH CANDLES

Image

first code...


Image

your code...
by chipeur_le_renard
15 Sep 2017
Forum: MultiCharts
Topic: INDICATOR WITH CANDLES
Replies: 12
Views: 2983

Re: INDICATOR WITH CANDLES

Var: EURUSD( Close Data1 ), EURUSD.h( H, Data1 ), EURUSD.L( L, Data1 ), USDJPY( Close Data2 ), USDJPY.h( H, Data2 ), USDJPY.L( L, Data2 ), GBPUSD( Close Data3 ), GBPUSD.h( H, Data3 ), GBPUSD.L( L, Data3 ), USDCAD( Close Data4 ), USDCAD.h( H, Data4 ), USDCAD.L( L, Data4 ), USDSEK( Close Data5 ), USD...
by chipeur_le_renard
14 Sep 2017
Forum: MultiCharts
Topic: INDICATOR WITH CANDLES
Replies: 12
Views: 2983

INDICATOR WITH CANDLES

HI CREW how to draw an indicator with candles i have this one >>> Inputs: EURUSD( Close Data1 ), USDJPY( Close Data2 ), GBPUSD( Close Data3 ), USDCAD( Close Data4 ), USDSEK( Close Data5 ), USDCHF( Close Data6 ); Vars: USDx(0); USDx = 50.14348112*Power(EURUSD,(-0.576))*Power(USDJPY,0.136)*Power(GBPUS...
by chipeur_le_renard
08 Sep 2017
Forum: MultiCharts
Topic: bridge between MT and MC [SOLVED]
Replies: 13
Views: 4893

Re: bridge between MT and MC [SOLVED]

Image

with mt4 all run thx FXXXX
by chipeur_le_renard
08 Sep 2017
Forum: MultiCharts
Topic: bridge between MT and MC [SOLVED]
Replies: 13
Views: 4893

Re: bridge between MT and MC [SOLVED]

https://img11.hostingpics.net/pics/700431UniversBourse.png THX FOR HELP to FXXX that work fine with MT4...for some raisons i must have data from mt5 and it s not possible ...i try =MT ALONE OR =MT4 or =MT5 IN FIELDS BUT SEE SCREENSHOT......nothing happen any idea for mt5 dll ok in mt5 to the bridge...
by chipeur_le_renard
06 Sep 2017
Forum: MultiCharts
Topic: bridge between MT and MC [SOLVED]
Replies: 13
Views: 4893

Re: bridge between MT and MC [SOLVED]

and in realtime too ?
by chipeur_le_renard
06 Sep 2017
Forum: MultiCharts
Topic: bridge between MT and MC [SOLVED]
Replies: 13
Views: 4893

bridge between MT and MC [SOLVED]

hi guys

i try to find some informations about bridge from MT to mc but nothing here

so can anyone know how to have MT 4 or 5 datas into quotemanager ?

best regards
by chipeur_le_renard
24 Feb 2017
Forum: MultiCharts
Topic: countdown for Change-Based Charts
Replies: 7
Views: 1787

Re: countdown for Change-Based Charts

all is here >>>>>> The bar is closed once the tick with a price, bringing the current bar's total number of price changes to the defined number, has been received. The first tick of the following group forms the next bar’s Open component. that s the calculation of MC ..need the same but visual count...
by chipeur_le_renard
24 Feb 2017
Forum: MultiCharts
Topic: countdown for Change-Based Charts
Replies: 7
Views: 1787

Re: countdown for Change-Based Charts

yes

100 changes for example ..... countdown beginning at new bar from 100 to 1 ..then new bar and new countdown from 100 to 1 ......

like countdown volume or for ticks or for time...
by chipeur_le_renard
24 Feb 2017
Forum: MultiCharts
Topic: countdown for Change-Based Charts
Replies: 7
Views: 1787

Re: countdown for Change-Based Charts

hello tj documentation of MC >>>>>>> Each bar in a change-based chart is based on a tick group that consists of successive ticks over a defined number of price changes. The first tick of the group forms the bar's Open component, the tick with the highest price forms the bar's High component, the tic...
by chipeur_le_renard
24 Feb 2017
Forum: MultiCharts
Topic: countdown for Change-Based Charts
Replies: 7
Views: 1787

countdown for Change-Based Charts

hi guys

all of us have countdown for ticks, for minutes..... ..but for change resolution on a chart ??? need help



https://www.multicharts.com/trading-sof ... sed_Charts

best regards
by chipeur_le_renard
19 Oct 2016
Forum: MultiCharts
Topic: counter ticks location in corner of windows [SOLVED]
Replies: 4
Views: 2906

Re: counter ticks location in corner of windows [SOLVED]

great job !!!!!!!!!!!!!!!!!!!!!!!!!!
by chipeur_le_renard
19 Oct 2016
Forum: MultiCharts
Topic: counter ticks location in corner of windows [SOLVED]
Replies: 4
Views: 2906

Re: counter ticks location in corner of windows [SOLVED]

great thx to ben and crazynasdaq

very good education from both you two

kind regards
by chipeur_le_renard
16 Oct 2016
Forum: MultiCharts
Topic: counter ticks location in corner of windows [SOLVED]
Replies: 4
Views: 2906

counter ticks location in corner of windows [SOLVED]

hello all

can anyone help me to always have a contdown timer in the corner of my MC windoxs ..

like screenshot

impossible to me to do that

thx for help

regards
by chipeur_le_renard
26 Sep 2016
Forum: MultiCharts
Topic: INDICATOR LIKE TICKS NYSE [SOLVED]
Replies: 5
Views: 2450

Re: INDICATOR LIKE TICKS NYSE [SOLVED]

i go to see this code and understand how i can do

thx for your help

kind regards
by chipeur_le_renard
24 Sep 2016
Forum: MultiCharts
Topic: INDICATOR LIKE TICKS NYSE [SOLVED]
Replies: 5
Views: 2450

Re: INDICATOR LIKE TICKS NYSE [SOLVED]

i want an indicator like ticks nyse but only with 10 quotes..my 10 quotes

thx TJ
by chipeur_le_renard
24 Sep 2016
Forum: MultiCharts
Topic: INDICATOR LIKE TICKS NYSE [SOLVED]
Replies: 5
Views: 2450

INDICATOR LIKE TICKS NYSE [SOLVED]

HELLO every one it s too difficult fo me to read an indicator like ticks nyse but with 10 quotes ..for example add all changes in these 10 quotes and see a moving average of change...up or down or a canddle every minute... for exemple google uptrend ibm uptrend facebook downtrend ....mm go up... thx...
by chipeur_le_renard
24 Sep 2016
Forum: MultiCharts
Topic: BARS CHART in color [SOLVED]
Replies: 7
Views: 2818

Re: BARS CHART in color [SOLVED]

Code: Select all


vars: drawcolor(DarkGray);

drawcolor=iff(open<close,Green,Red);
if open=close then drawcolor=DarkGray;

PlotPaintBar(High,Low,Open,Close,"",drawcolor);


thx ben for help

see this one

the iff fonction is very nice

kind regards
by chipeur_le_renard
23 Sep 2016
Forum: MultiCharts
Topic: BARS CHART in color [SOLVED]
Replies: 7
Views: 2818

Re: BARS CHART in color [SOLVED]

all run well now

kind regards and have a nice day !!!!!!!!!
by chipeur_le_renard
23 Sep 2016
Forum: MultiCharts
Topic: BARS CHART in color [SOLVED]
Replies: 7
Views: 2818

Re: BARS CHART in color [SOLVED]

thx
by chipeur_le_renard
23 Sep 2016
Forum: MultiCharts
Topic: BARS CHART in color [SOLVED]
Replies: 7
Views: 2818

Re: BARS CHART in color [SOLVED]

thx ben

very very cool

kind regards
by chipeur_le_renard
23 Sep 2016
Forum: MultiCharts
Topic: BARS CHART in color [SOLVED]
Replies: 7
Views: 2818

BARS CHART in color [SOLVED]

hi

does anyone have code to paint bar chart like on screenshot ???

at right>>>> bar chart from MC

at left>>>>> bars chart from ATAS

i need ATAS format in MC

thx for help

regards
by chipeur_le_renard
16 Sep 2016
Forum: MultiCharts
Topic: how to reset this indicator for every candle ?? [SOLVED]
Replies: 4
Views: 1447

Re: how to reset this indicator for every candle ?? [SOLVED]

inputs: HL_OFFSET(3), DECIMALS(2), Text_Attr(2), HIGH_TEXT("High "), LOW_TEXT("Low "), Texts("Calibri"), Texts_Size(12), LEFT_RIGHT(" "),Bars.Back(2); vars: Hid(0), Lid(0), RID(0), bar2.h(0),bar2.l(0); If LastBarOnChart and BarStatus = 1 then begin ; bar2.h = high[1]+(0.25); bar2.l = low[1]-(0.25);...
by chipeur_le_renard
16 Sep 2016
Forum: MultiCharts
Topic: how to reset this indicator for every candle ?? [SOLVED]
Replies: 4
Views: 1447

Re: how to reset this indicator for every candle ?? [SOLVED]

i add code in my first meassage but nothing happen !!!!

regards
by chipeur_le_renard
16 Sep 2016
Forum: MultiCharts
Topic: how to reset this indicator for every candle ?? [SOLVED]
Replies: 4
Views: 1447

how to reset this indicator for every candle ?? [SOLVED]

[img]Univers%20bourse.png[/img][spoiler=][/spoiler] hello every one i have a little problem with this code for ES i need the last high + .25 and the last low -.25 of high[1] and low [1] all is running perfect but when i have a new candle i cannot reset the screen and i have tha last value + new valu...
by chipeur_le_renard
13 Jul 2014
Forum: MultiCharts
Topic: Multicharts Cursor [SOLVED]
Replies: 6
Views: 2104

Re: Multicharts Cursor [SOLVED]

see screenshot

wonderful tj
by chipeur_le_renard
13 Jul 2014
Forum: MultiCharts
Topic: Multicharts Cursor [SOLVED]
Replies: 6
Views: 2104

Re: Multicharts Cursor [SOLVED]

here is new code inputs:Bars.Back(1),Color(white),Font.Size(10),Decimal(4); variables: id.txt.h(0),id.txt.L(0),id.arw.H(-1),id.arw.L(-1),bar2.h(0),bar2.l(0),offset(0),mic(0),mic2(0); if bartype_ex = 2 then offset = barinterval * 100 else if bartype_ex = 3 then offset = barinterval * 10000 else if ba...
by chipeur_le_renard
13 Jul 2014
Forum: MultiCharts
Topic: Multicharts Cursor [SOLVED]
Replies: 6
Views: 2104

Re: Multicharts Cursor [SOLVED]

good news

terrific tj....you give me the answer !!!!!!!

look to screeshot !!!!!!!!!

i post all code when he finish to write it

thx tj thx thx thx
by chipeur_le_renard
13 Jul 2014
Forum: MultiCharts
Topic: Multicharts Cursor [SOLVED]
Replies: 6
Views: 2104

Re: Multicharts Cursor [SOLVED]

thx tj but i don t understand your answer

where to put this answer ?? in my code ??

regards

michael
by chipeur_le_renard
13 Jul 2014
Forum: MultiCharts
Topic: Multicharts Cursor [SOLVED]
Replies: 6
Views: 2104

Multicharts Cursor [SOLVED]

hi all i try to have only 4 digits of YM symbol (see screenshot) here is the code to do this: inputs:Bars.Back(1),Color(white),Font.Size(10),Decimal(4); variables: id.txt.h(0),id.txt.L(0),id.arw.H(-1),id.arw.L(-1),bar2.h(0),bar2.l(0),offset(0); if bartype_ex = 2 then offset = barinterval * 100 else ...

Go to advanced search