Search found 3 matches

by ariliveitup
06 Aug 2011
Forum: MultiCharts FAQ
Topic: Your MultiCharts will now use up to 3G of virtual memory
Replies: 8
Views: 7998

Re: Your MultiCharts will now use up to 3G of virtual memory

When i try to install MASM32, I get the following error as attached. I uninstalled my antivirus software just to get this feature of multicharts working, I have spent 100+ hours in the last 6 months trying to make Portfolio Level testing work with Multicharts but always get the memory exception This...
by ariliveitup
29 May 2011
Forum: MultiCharts
Topic: setPercentTrailing Question.
Replies: 1
Views: 834

setPercentTrailing Question.

I have a sample code to test the setPercentTrailing. The following is the code. if date = 1110527 and time = 1137 then begin buy ("test buy") 1 shares next bar market; end; if marketposition <> 0 then begin setstopcontract; setstoploss(500); setpercenttrailing(200, 50); end; The symbol I used was +G...
by ariliveitup
23 May 2011
Forum: MultiCharts
Topic: Simulating Stops using 1 min data
Replies: 1
Views: 710

Simulating Stops using 1 min data

Information: 1. Running a backtest on GC using 1 min bars for 4 years of data 2. Every entry has a pre-decided stop and profit target 3. My logic for simulating stops right now is as follows: a. if High or Low > or < than Stop Price, Execute Stop next bar market 4. However in real market conditions,...

Go to advanced search