Search found 9 matches

by fltngpnt
11 Feb 2023
Forum: MultiCharts
Topic: Problem with Portfolio_OpenPositionProfit
Replies: 5
Views: 638

Re: Problem with Portfolio_OpenPositionProfit

Thank you! That did the trick.
by fltngpnt
11 Feb 2023
Forum: MultiCharts
Topic: Problem with Portfolio_OpenPositionProfit
Replies: 5
Views: 638

Re: Problem with Portfolio_OpenPositionProfit

Thanks for your reply, but I’m not sure how it’s relevant to my question. TP is short for Take Profit, SL is short for Stop Loss.
by fltngpnt
11 Feb 2023
Forum: MultiCharts
Topic: Problem with Portfolio_OpenPositionProfit
Replies: 5
Views: 638

Problem with Portfolio_OpenPositionProfit

I came up with what I thought was a simple signal to close a position when the open profit of the entire portfolio passes a certain level, but when I apply the signal to my portfolio strategy it never triggers during backtesting. It triggers fine when I use a different exit condition, so I'm guessin...
by fltngpnt
15 Nov 2022
Forum: MultiCharts
Topic: IOG=false yet Portfolio Manager sends automated orders intrabar
Replies: 1
Views: 358

IOG=false yet Portfolio Manager sends automated orders intrabar

I'm running a signal on multiple instruments in Portfolio Manager. All of the tradeable instruments are on 5-min. bars. The signal references multiple other instruments, as well as the trading instruments at different time frames (3-min and 15-min), for its calculations. My script has Intrabar Order...
by fltngpnt
15 Nov 2022
Forum: MultiCharts
Topic: Jurik MA availability
Replies: 7
Views: 1173

Re: Jurik MA availability

Since there seems to be interest in this indicator, I was able to contact the seller at this email address: nfs@nfsmith.net The price for the Jurik MA and a suite of other MA-based indicators was $205. For my purposes it was worth the cost. I would act fast, though, because they seem to be winding d...
by fltngpnt
27 Oct 2022
Forum: MultiCharts
Topic: Issue with DOM_ calls
Replies: 1
Views: 374

Issue with DOM_ calls

I'm using MC 14.0 with a CQG depth of market data feed. When I insert calls for DOM data (whether it's asksize, bidsize, bidprice, askprice) I get only intermittent returns, and many returns are simply zero. When I use the boilerplate code for DOM_IsConnected: Variables: var0(0); If DOM_IsConnected ...
by fltngpnt
14 Jul 2022
Forum: MultiCharts
Topic: Jurik MA availability
Replies: 7
Views: 1173

Jurik MA availability

I went over to the Jurik Research website (www.jurikres.com) to see about buying the JMA for MultiCharts. It says they're winding down business but that you can still order over email. So I emailed, but the mail was undeliverable, and called, but the phones are disconnected. Does anybody know of oth...
by fltngpnt
22 Jun 2022
Forum: MultiCharts
Topic: PowerLanguage equivalent for PineScript na(x)?
Replies: 3
Views: 770

PowerLanguage equivalent for PineScript na(x)?

Hi all,

I'm a relative newbie to PL and wondering if there's a function equivalent to the na(x) (NotANumber boolean) function found in PineScript, or if there's some quick and easy way to code one. My searches in the Keyword Reference and here haven't been very fruitful.

Thanks!

Go to advanced search