Search found 7 matches

by siou83
01 Sep 2020
Forum: MultiCharts
Topic: OANDA - UNABLE TO CONNECT TO NETWORK LOGON DEMO [SOLVED]
Replies: 13
Views: 3239

OANDA - UNABLE TO CONNECT TO NETWORK LOGON DEMO [SOLVED]

Dear MC Support, I have been using MC since last year. I have a demo account with OANDA, and in the past it was very straightfwd to connect to it and get access to historical FX Data. Aftre a few months of not using the platform i tried connecting to OANDA, the usual way but i get the following erro...
by siou83
24 Dec 2019
Forum: MultiCharts
Topic: TURNOVER variable [SOLVED]
Replies: 7
Views: 1536

Re: TURNOVER variable [SOLVED]

Thank you for the above!
by siou83
20 Dec 2019
Forum: MultiCharts
Topic: TURNOVER variable [SOLVED]
Replies: 7
Views: 1536

Re: TURNOVER variable [SOLVED]

I am looking at a daily chart at the moment
by siou83
20 Dec 2019
Forum: MultiCharts
Topic: TURNOVER variable [SOLVED]
Replies: 7
Views: 1536

Re: TURNOVER variable [SOLVED]

Hi TJ,

thanks for your quick reply!

So how could i do that?

assume i define Turnover as follows:

vars: Turnover(0)

Turnover = C * Volume

How can i then calculate the moving average of the past 10 weeks of the above variable?
by siou83
19 Dec 2019
Forum: MultiCharts
Topic: TURNOVER variable [SOLVED]
Replies: 7
Views: 1536

TURNOVER variable [SOLVED]

Hi , I want to create a turnover variable (defined as Close Price * Volume) and save the data as an array. Then from that array i would like to be able to calculate average values, for example what is the average turnover over the past month, or 10 weeks etc. Any ideas on how i can create something ...
by siou83
13 Nov 2019
Forum: MultiCharts
Topic: Implementing a simple Donchian Channel Strategy - Issues with entry [SOLVED]
Replies: 3
Views: 1298

Re: Implementing a simple Donchian Channel Strategy - Issues with entry [SOLVED]

Thank you TJ -i actually figured it out myself yesterday - the sell short command was indeed the issue. Here is the corrected code that works fine now (have included an RSI filter as well) inputs: Price(Close), RSIlength(20), atrlength(14), TgtATR(1.5), StpATR(1.5); vars: ATR(0), RSIVAL(0), CurrentE...
by siou83
12 Nov 2019
Forum: MultiCharts
Topic: Implementing a simple Donchian Channel Strategy - Issues with entry [SOLVED]
Replies: 3
Views: 1298

Implementing a simple Donchian Channel Strategy - Issues with entry [SOLVED]

Hi All, I have coded the below simple strategy, which seeks to buy everytime price is higher than the 20 day High and sell everytime price is lower than the 20 day low. It seems to be working from the long side - but it doesnt open any short trades. Any ideas on what i might be doing wrong. If you l...

Go to advanced search