Search found 44 matches

by filippo.milano
13 Jan 2020
Forum: MultiCharts
Topic: Last order status
Replies: 1
Views: 728

Last order status

Hi, i'm coding a signal and i like to know if it's possibile to have a variable that told you if the last order was triggered by a stoploss or by a takeprofit. i declare this: ..... Setprofittarget_pt(100); SetStopLoss_pt(200); .... I'd like to know if SetStopLoss has been taken or not, or the profi...
by filippo.milano
29 Oct 2019
Forum: MultiCharts
Topic: Which Computer to Buy?
Replies: 25
Views: 7199

Re: Multicharts 13 - when?

Hi guy, i have to buy a new computer and i don't if to buy an I9 9900k or an AMD Ryzen Threadripper 1950X. Please could you tell me an advise? Thanks in advance for your help

Filippo
by filippo.milano
27 Nov 2018
Forum: MultiCharts
Topic: Elder Volume Force Index %
Replies: 4
Views: 1627

Re: Elder Volume Force Index %

Hi TJ,
i think it should be like this:

[x - min(valori)]/[max(valori)-min(valori)]
or
[x/max(valori)]*100
by filippo.milano
27 Nov 2018
Forum: MultiCharts
Topic: Elder Volume Force Index %
Replies: 4
Views: 1627

Elder Volume Force Index %

Hi everyone, i'm trying to coding a Elder Volume Force Index in % mode but i don't know how to do... this is the code for regular force index: vars: FI (0); FI = Volume * (Close - Close[1]); plot1 (FI, "Force Index"); Does anyone can help me and know how can i plot a Force index %? I mean from 0 to ...
by filippo.milano
07 Nov 2018
Forum: User Contributed Studies and Indicator Library
Topic: My little contribution - Moving Averages
Replies: 5
Views: 10029

Re: My little contribution - Moving Averages

Laurent....
this website:
http://www.lecoindutrader.com/mes-indicateurs
is not working... blank page... anynews for the administrators about his job?
by filippo.milano
07 Nov 2018
Forum: MultiCharts
Topic: Variable Moving Average Calculation [SOLVED]
Replies: 7
Views: 3844

Re: Variable Moving Average Calculation [SOLVED]

Sorry, but it's not working tis code...
Could you please post the correct code for VMA and also for CMO function code?

Many thanks in advance

Filippo
by filippo.milano
09 Oct 2018
Forum: MultiCharts
Topic: Incorrect Backtests on Instruments with Negative Prices [SOLVED]
Replies: 15
Views: 6106

Re: Incorrect Backtests on Instruments with Negative Prices [SOLVED]

Hi,

sorry, just a question... i got the same problem, did you fix it?

thanks for your help

Filippo
by filippo.milano
24 Jan 2018
Forum: MultiCharts
Topic: Futures Continius - Custom Futures
Replies: 5
Views: 1777

Re: Futures Continius - Custom Futures

Sorry tj, i tryed also to put for my strategy quantity less then 1 but it doesn't work... like "buy 0.40 shares on this bar at Close" or like "sell 0.60 shares on this bar at Close" ... i just need the alert messages with the quantity from the strategy but if i put decimal quantity it doesn't work. ...
by filippo.milano
24 Jan 2018
Forum: MultiCharts
Topic: Futures Continius - Custom Futures
Replies: 5
Views: 1777

Re: Futures Continius - Custom Futures

Thanks TJ for your reply but i tryed but it doesn't work... even i put only one week
by filippo.milano
22 Dec 2017
Forum: MultiCharts
Topic: Futures Continius - Custom Futures
Replies: 5
Views: 1777

Futures Continius - Custom Futures

Hi everyone, when i open a continius futures custom i got always the following message: "Message: To construct Custom Futures please add the following: M contract for DB root for 2017 H contract for DB root for 2017 Z contract for DB root for 2017 ... " What can i do to fix it. Right now i can't fin...
by filippo.milano
31 May 2017
Forum: MultiCharts
Topic: Signal - time condition and crosses above
Replies: 5
Views: 1397

Re: Signal - time condition and crosses above

You were right the problem it's in the logic, i found some problems! Many thanks!!!! But, right now, in the same code i have another problem... in the code i use VolWAPValue and for the code, if i write something like VolWAPValue + var0 it's ok, but i write VolWAPValue - var0 i have problems. The si...
by filippo.milano
31 May 2017
Forum: MultiCharts
Topic: Signal - time condition and crosses above
Replies: 5
Views: 1397

Signal - time condition and crosses above

Hi everyone, i will try to explain my problem. I'm building a signal. I have 2 condition: if time > 1200 and close crosses above var0 then begin buy end; whatching the graph it seems that the condition close crosses above var0 have to be true from time > 0000 So, if close crosses above var0 will be ...
by filippo.milano
08 Dec 2016
Forum: MultiCharts
Topic: Volume profile disappears
Replies: 1
Views: 876

Volume profile disappears

Hi everyone, i have this big problem. Volume profile of the day before disappears when in the morning i open MC. I have tested many days just to see that it wasn't just a problem of one day, but right now, after many days i can say yes, it's a problem! I use volume profile also of the day before so ...
by filippo.milano
21 Oct 2016
Forum: MultiCharts
Topic: Volume Profile two sessions a day [SOLVED]
Replies: 8
Views: 3454

Re: Volume Profile two sessions a day [SOLVED]

Arnie, did you know if there is somethings like order flow or the NOFT on MC?

Many thanks and have a nice weekend!
by filippo.milano
21 Oct 2016
Forum: MultiCharts
Topic: Volume Profile two sessions a day [SOLVED]
Replies: 8
Views: 3454

Re: Volume Profile two sessions a day [SOLVED]

Arnie, you are the number one!!!!!
In italy we say "Santo subito", which literally translated would be "Saint now!!!!"!!!

Thanks a lot, MC is a great platform but you need to work a little on it...

Have a good weekend and thanks again!!!

Filippo
by filippo.milano
21 Oct 2016
Forum: MultiCharts
Topic: Volume Profile two sessions a day [SOLVED]
Replies: 8
Views: 3454

Re: Volume Profile two sessions a day [SOLVED]

Thanks a lot guys!!!!! You really help me a lot!!!!! Really thank you!!! Just a question Arnie, how i can change the colors of the price if i have a single template but 3 sessions. I tried but i can't... i think you should have 3 differents templates like bensat show me... thanks again guys! Filippo
by filippo.milano
20 Oct 2016
Forum: MultiCharts
Topic: Volume Profile two sessions a day [SOLVED]
Replies: 8
Views: 3454

Volume Profile two sessions a day [SOLVED]

Hi everybody,

i'd like to see volume profile in 2 sessions everyday. I'd like to split the day session in 2, for 8 to 15:30 and from 15:30 to 23:00. So i can see today and the past days the volume profile for the European session and US session.

Thanks a lot for your help and support.

Filippo
by filippo.milano
14 Oct 2016
Forum: MultiCharts
Topic: vwap [SOLVED]
Replies: 3
Views: 1260

Re: vwap [SOLVED]

I tried, but i didn't find anything that can help me in plotting the vwap on the pricegraph...
maybe i don't know how and where to search... can you help me tj?

thanks.

Filippo
by filippo.milano
14 Oct 2016
Forum: MultiCharts
Topic: vwap [SOLVED]
Replies: 3
Views: 1260

vwap [SOLVED]

Hi everybody,
i'm looking for the vwap indicator plotted on pricegraph...
Anyone could help me?
Thanks in advance.

Filippo
by filippo.milano
29 Sep 2016
Forum: MultiCharts
Topic: Day Of the Week coding [SOLVED]
Replies: 2
Views: 1657

Day Of the Week coding [SOLVED]

Hi everybody,
someone could help me?
I just want to run a robot on monday...
do you know how to code it?
i tried coding:

Code: Select all

if dayfromdatetime = monday then ...
if dayofweek = monday then...
if dayofweekfromdatetime = monday then...
but there are all not working

thanks a lot in advance

Filippo
by filippo.milano
28 Sep 2016
Forum: MultiCharts
Topic: Order Flow Indicator [SOLVED]
Replies: 2
Views: 2977

Re: Order Flow Indicator [SOLVED]

Thanks Arnie for your answer!!!
I have both powerlanguage and .net MC so it could be fine having also for only one.
I know NT have it so i'd like to have it also for multicharts...
On the internet i didn't find nothing for MC for the moment...

Thanks a lot for your help!!!
by filippo.milano
21 Sep 2016
Forum: MultiCharts
Topic: Debug [SOLVED]
Replies: 5
Views: 1969

Re: Debug [SOLVED]

Thanks a lot for your help Alex.
I can't only find the MultiCharts User Manual in PDF format because the link was disabled.
Post #2 of this link viewtopic.php?f=16&t=6929

Can you help me?

Thanks again

F.
by filippo.milano
20 Sep 2016
Forum: MultiCharts
Topic: Debug [SOLVED]
Replies: 5
Views: 1969

Re: Debug [SOLVED]

Thanks Alex for your fast answer!!!
Does exist also a debug program for powerlanguage?

Please, could also give me some loops code examples for intraday trading?
I need to understand how it works for intraday trading system developing.

Thanks a lot!

Filippo
by filippo.milano
20 Sep 2016
Forum: MultiCharts
Topic: Debug [SOLVED]
Replies: 5
Views: 1969

Debug [SOLVED]

Hi everybody,

does exist a kind of debug for multicharts powerlanguage and .net?
by filippo.milano
14 Sep 2016
Forum: MultiCharts
Topic: Alert Multicharts [SOLVED]
Replies: 19
Views: 4766

Alert email and sound [SOLVED]

Hi everybody, i have a problem... i just need an alarm when the buy or sell condition are on. Someone could help me? This is an example of my code: if close > "moving average 30" then begin buy 1 contracts on this bar at close; alert(text("1 contracts long")); end; If close < "moving average 30" the...
by filippo.milano
14 Sep 2016
Forum: MultiCharts
Topic: Alert Multicharts [SOLVED]
Replies: 19
Views: 4766

Re: Alert Multicharts [SOLVED]

Code: Select all

if close > MA30 then begin
buy 1 contracts on this bar at close;
alert(text("1 contracts long"));
end;

If close < MA30 then begin
sell 1 contracts on this bar at close;
alert(text("1 contracts short"));
end;
this is an example, so you can understand
by filippo.milano
14 Sep 2016
Forum: MultiCharts
Topic: Alert Multicharts [SOLVED]
Replies: 19
Views: 4766

Re: Chart Alert Function [SOLVED]

Hi JoshM, sorry just a question, can you help me... I don't understand the logic of the alarm... i just want an email when my strategy goes at market but this funcion alarm i don't know why send me thousand of message after a condition it's on... an example of my code... if close > MA30 then begin b...
by filippo.milano
14 Sep 2016
Forum: MultiCharts
Topic: Alert Multicharts [SOLVED]
Replies: 19
Views: 4766

Re: Alert Multicharts [SOLVED]

I just need to have an alarm when the strategy buy or sell a contract, not for every bar after this!!!

My logic it's correct, the logic of the alarm is crazy!!!
by filippo.milano
14 Sep 2016
Forum: MultiCharts
Topic: Alert Multicharts [SOLVED]
Replies: 19
Views: 4766

Re: Alert Multicharts [SOLVED]

If i'm asking to help me TJ, it's just because ARE DAYS THAT I'M WORKING ON THIS!!! Sorry TJ if i'm asking your help, but i'm not a mastermind!!! I just need to know the logic of the alarm and this link (https://www.multicharts.com/trading-software/index.php/Once_per_bar_alert) that you gave me is n...
by filippo.milano
14 Sep 2016
Forum: MultiCharts
Topic: Alert Multicharts [SOLVED]
Replies: 19
Views: 4766

Re: Alert Multicharts [SOLVED]

Should i write something like this? Variables: IntraBarPersist alertAlreadyGiven(False); if (CheckAlert = True) then begin if (alertAlreadyGiven = False) and ...(my condition) then begin Alert(Text("Buy 1 contract!")); alertAlreadyGiven = True; end; if (BarStatus(1) = 2) then alertAlreadyGiven = Fal...
by filippo.milano
14 Sep 2016
Forum: MultiCharts
Topic: Alert Multicharts [SOLVED]
Replies: 19
Views: 4766

Re: Alert Multicharts [SOLVED]

I don't need an alarm every bars, or ticks, i need an alarm just when the conditions of the strategy are on then generate a sell or a buy and then generate an alarm to let me see that... why the alarm goes every bar and come out? Could you just see my code and exeplain me why the alarm goes out ever...
by filippo.milano
14 Sep 2016
Forum: MultiCharts
Topic: Alert Multicharts [SOLVED]
Replies: 19
Views: 4766

Re: Alert Multicharts [SOLVED]

I don't understand because the logic it's correct, also in the graph i see all ok but the alarm no... i figured out that when the strategy set up on a new entry and generate it on the graph i can see all ok, the entry it's fine but the alarm start and every bar, after that, generate a new alarm... I...
by filippo.milano
14 Sep 2016
Forum: MultiCharts
Topic: Alert Multicharts [SOLVED]
Replies: 19
Views: 4766

Re: Alert Multicharts [SOLVED]

maybe i should write something like this: condition1 = ... and marketposition = 0; if condition1 then begin buy ( "Long" ) this bar at Close; alertActive = true; end; If condition1 and alertActive = true then begin Alert(text("Long 1 contratto S&P")); alertActive = false; end;
by filippo.milano
14 Sep 2016
Forum: MultiCharts
Topic: Alert Multicharts [SOLVED]
Replies: 19
Views: 4766

Re: Alert Multicharts [SOLVED]

I just need the message and the email. I'm not going real with multicharts for the moment, but thanks.
Anyway, on the graph the message are correct but the alert (mail and pushup) are not, they come out every bar, i just need they come out excately when message come out on the graph.

Many thanks
by filippo.milano
14 Sep 2016
Forum: MultiCharts
Topic: Alert Multicharts [SOLVED]
Replies: 19
Views: 4766

Alert Multicharts [SOLVED]

Hi, i'm coding an alert just to receive an email and computer alert when conditions are on, but the push message on the video arrive every minute or 5 minutes, it dipends on the graph and also the mail arrive every 1/5 minute... i don't know what happens with my code it seems the alarm it's always o...
by filippo.milano
12 Sep 2016
Forum: MultiCharts
Topic: Order Flow Indicator [SOLVED]
Replies: 2
Views: 2977

Order Flow Indicator [SOLVED]

Hi, anyone have or know where i can found the order flow indicator for multicharts? noft and analitics?
Many thanks in advance.

Filippo
by filippo.milano
30 May 2016
Forum: MultiCharts .NET
Topic: Resolution monitor 4k
Replies: 1
Views: 2100

Resolution monitor 4k

Hi,
i just bought an asus laptop with a monitor with 4k resolution i can't see very well MC. Is it possible to fix it?
Many thanks!

Filippo
by filippo.milano
22 Jan 2015
Forum: MultiCharts
Topic: Supertrend [SOLVED]
Replies: 19
Views: 11708

Re: Supertrend [SOLVED]

Foto 2
by filippo.milano
22 Jan 2015
Forum: MultiCharts
Topic: Supertrend [SOLVED]
Replies: 19
Views: 11708

Re: Supertrend [SOLVED]

Hi Alex,
sorry for my english.
As you can see in the attached files, graphs seem slightly different . Your looks more rounded , smooth for having set the same values .

Thanks

Filippo
by filippo.milano
22 Jan 2015
Forum: MultiCharts
Topic: Supertrend [SOLVED]
Replies: 19
Views: 11708

Re: Supertrend [SOLVED]

Hi Alex,
many thanks for your quick answer!
I tried to add the indicator in Multicharts, but while Supertrend indicator is working, the Supertrend is not working. The compiling returns some errors.

Please, may you help me?

Thanks a lot!

Filippo
by filippo.milano
22 Jan 2015
Forum: MultiCharts
Topic: Supertrend [SOLVED]
Replies: 19
Views: 11708

Supertrend [SOLVED]

Hi,
I can't see Supertrend in the study. Please, do someone have the code for powerlanguage and powerlanguage.NET?

Many thanks in advance!

Filippo
by filippo.milano
06 Jan 2015
Forum: MultiCharts
Topic: WEBANK
Replies: 3
Views: 1117

Re: WEBANK

It's incredible that MC do not support leverage trades.
But, anyway, do you know when MC will be implemented?

Thanks

Filippo
by filippo.milano
06 Jan 2015
Forum: MultiCharts
Topic: WEBANK
Replies: 3
Views: 1117

WEBANK

Hi, could someone help me? WeBank broker allows 3 types of buying and selling orders. Buy and Sell (regular, no leverage), Buy_Intraday and Sell_Intraday (10x leverage), Buy_Overnight and Sell_Overnight (4x leverage). MC talks with WeBank with java platform T3 Open. T3 Open is ready to receive all 3...

Go to advanced search