Search found 10 matches

by Dan122
31 Aug 2021
Forum: MultiCharts
Topic: Autotrade not Working
Replies: 1
Views: 401

Autotrade not Working

Autotrade panel.png I´m starting to autotrade, after some years with MC. I´m using esignal as data source, IB as broker and I trade futures. The orders are supposed to be sent to get the opening price. At 17:45 EST I have all the data locally then I run the signal (and enable autotrade) and the ord...
by Dan122
19 Oct 2012
Forum: MultiCharts
Topic: Price from a given RSI [SOLVED]
Replies: 3
Views: 1692

Re: Price from a given RSI [SOLVED]

Thanks for your answer Andrew. I wasn´t clear about the question. Suppose I have the closing price of the previous day, and I want a RSI value of 10. What will the price that corresponds to that value? I don´t think it´s possible to set this kind of reverse approach with multiple bars RSI, but with ...
by Dan122
17 Oct 2012
Forum: MultiCharts
Topic: Price from a given RSI [SOLVED]
Replies: 3
Views: 1692

Price from a given RSI [SOLVED]

Does anyone have the code to calculate the price from a given two bars RSI value?
It probably showed up in this forum but I couldn’t find it.
Thanks
Daniel
by Dan122
01 Oct 2012
Forum: MultiCharts
Topic: Esignal on demand [SOLVED]
Replies: 2
Views: 1506

Esignal on demand [SOLVED]

I´m having problems to set up esignal on demand in MC. I found a patch - MC_IB_FREE in this forum but it gives me an error message: Product: MultiCharts Discretionary Trader Path: ERROR: '' doesn't exists When I try it. The Quote Manager is able to connect to esignal data manager, but it grabs 3 or ...
by Dan122
28 Jun 2012
Forum: MultiCharts
Topic: Weird precision limit
Replies: 3
Views: 975

Re: Weird precision limit

As Roman (from the support teem) showed me, the problem was in the Quote Manager,
set exchange & ECN settings - price scale to 1/100.

Thanks
Daniel
by Dan122
26 Jun 2012
Forum: MultiCharts
Topic: Weird precision limit
Replies: 3
Views: 975

Re: Weird precision limit

Thanks for the answer For example - If I buy at the close for 49, set the limit to 49.40, next day it open at 49.80, therefore it is supposed to sell at 49.80 (the open number) or 49.40 (the limit number). The high of the day is 50.30. Multicharts is selling at 50 in both the workspace/graphics and ...
by Dan122
26 Jun 2012
Forum: MultiCharts
Topic: Weird precision limit
Replies: 3
Views: 975

Weird precision limit

Why “sell next bar at 49 limit;” gives the same result as

“sell next bar at 49.65 limit;” ??

(I´m working with OHLC end-of-day data)

Does the limit order rounds to the lowest integer?

Is that a way to avoid that?

Thanks
by Dan122
06 Jun 2012
Forum: MultiCharts
Topic: How to rank stocks?
Replies: 5
Views: 1840

Re: How to rank stocks?

Henry Thanks for your answer, If I use close it works perfectly well, but if I use the RSI value it doesn’t. inputs: Price( Close ), Length( 14 ), OverSold( 20 ) ; variables: MyRSI( 0 ) ; MyRSI = RSI( Price, Length ) ; condition1 = Currentbar > 1 and MyRSI < OverSold ; if condition1 then Buy ( " MyR...
by Dan122
01 Jun 2012
Forum: MultiCharts
Topic: How to rank stocks?
Replies: 5
Views: 1840

Re: How to rank stocks?

Henry, I will use it in the portfolio backtester. The portfolio has 40 instruments, from those 10 will show and entry point in a given day. I need to choose 3 stocks (from this poll) based on the smallest RSI.
thanks
Daniel
by Dan122
01 Jun 2012
Forum: MultiCharts
Topic: How to rank stocks?
Replies: 5
Views: 1840

How to rank stocks?

I´m a newbee to Easylanguage coming from AB, and I’m not a professional coder. My question is fairly simple. I have 10 possible entries in one day. I want to rank then by RSI, to use 3 of them. I used PortfolioEntriesPriority=(100-RISI); and it didn’t work. Is it strings the way to go? Is there any ...

Go to advanced search