Search found 7745 matches

by TJ
17 Oct 2012
Forum: MultiCharts
Topic: iqfeed intraday bar volume [SOLVED]
Replies: 9
Views: 3160

Re: iqfeed intraday bar volume [SOLVED]

You are welcome.

Good trading to you.
by TJ
17 Oct 2012
Forum: MultiCharts FAQ
Topic: [FAQ] EasyLanguage / PowerLanguage
Replies: 11
Views: 42325

(11) [FAQ] Volume Value Incorrect

(11) [FAQ] Volume Value Incorrect hi, i used the following code: Print(Volume); I read the log file, the volume data is never the same as the volume in the Volume Avg indicator . Please look up the definition and usage examples of the following keywords: https://www.multicharts.com/trading-software...
by TJ
17 Oct 2012
Forum: MultiCharts
Topic: iqfeed intraday bar volume [SOLVED]
Replies: 9
Views: 3160

Re: iqfeed intraday bar volume [SOLVED]

I don't mean using resolution "1 Tick". I meant to replace the keyword VOLUME with TICKS in your code: Print(GetSymbolName, " ", (Date+19000000):0:0, " ", Time:0:0, " OHLC[", Open:0:2, " ", High:0:2, " ", Low:0:2, " ", Close:0:2, "] ", " Vol ", TICKS:0:0); ps. look up the definition for TICKS . It i...
by TJ
17 Oct 2012
Forum: MultiCharts
Topic: Price from a given RSI [SOLVED]
Replies: 3
Views: 1737

Re: 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 It will be the same code as the regular RSI. Just set the period to 2. From your PowerLanguage Editor, File > Open select Function > RSI For ex...
by TJ
17 Oct 2012
Forum: MultiCharts
Topic: iqfeed intraday bar volume [SOLVED]
Replies: 9
Views: 3160

Re: iqfeed intraday bar volume [SOLVED]

Use TICKS
by TJ
17 Oct 2012
Forum: MultiCharts
Topic: incorrect volume data in signal [SOLVED]
Replies: 3
Views: 1217

Re: incorrect volume data in signal [SOLVED]

ps. Read the code in the Volume Avg indicator, see which keyword it uses.
by TJ
17 Oct 2012
Forum: MultiCharts
Topic: incorrect volume data in signal [SOLVED]
Replies: 3
Views: 1217

Re: incorrect volume data in signal [SOLVED]

hi, i used the following to debug my signal: Print(File("C:\Korlog.txt"),CurrentDate,CurrentTime,RSI(c,lengthP),c,Volume); I read the log file, closing price, and RSI are correct bar by bar (according to the chart), but volume data is never correct and I tried to add the Volume Avg indicator and th...
by TJ
15 Oct 2012
Forum: MultiCharts
Topic: delaying orders [SOLVED]
Replies: 2
Views: 1057

Re: delaying orders [SOLVED]

hi, i'm using multicharts 6 and i'm wondering, if i can delay sending out my orders? say, signal generated is 11:15:00, but i want to send it out at 11:15:10, possible? Why are you using Multicharts 6? Please upgrade to the latest version. EasyLanguage is very powerful; you can pretty well program ...
by TJ
15 Oct 2012
Forum: MultiCharts
Topic: IQFeed for backtesting, how to disable real-time? [SOLVED]
Replies: 8
Views: 3333

Re: IQFeed for backtesting, how to disable real-time? [SOLVED]

Please create a chart of the symbols you want to analyze. On rereading your post, I see you recommending creating just one chart. Maybe I misunderstood your advice. Is it possible to create a chart for a large number of symbols? -Mike Just create one chart with one symbol, then click your mouse in ...
by TJ
15 Oct 2012
Forum: MultiCharts
Topic: IQFeed for backtesting, how to disable real-time? [SOLVED]
Replies: 8
Views: 3333

Re: IQFeed for backtesting, how to disable real-time? [SOLVED]

I am using IQFeed as a historical intraday quote source for Portfolio Backtester. In Quote Manager I have added a set of instruments using menu item Instrument / Add Symbol / From Data Source / IQFeed, and each of the instruments has "Collect R/T data without plotting" set to Off and "Fields to Col...
by TJ
15 Oct 2012
Forum: MultiCharts
Topic: Multicharts - Custom Indicators and STRATEGIES [SOLVED]
Replies: 6
Views: 3333

Re: Multicharts - Custom Indicators and STRATEGIES [SOLVED]

Thank you very much TJ, for your prompt response. Do we have a PDF manual for the below commands AND all the other commands of Multicharts? Example: Restoring User Data For Windows Vista or Windows 7, paste the following command: %allusersprofile%\TS Support\MultiCharts ; For Windows XP paste the f...
by TJ
15 Oct 2012
Forum: MultiCharts
Topic: Multicharts - Custom Indicators and STRATEGIES [SOLVED]
Replies: 6
Views: 3333

Re: Multicharts - Custom Indicators and STRATEGIES [SOLVED]

Hello, I have 5 below queries for Multicharts 8 and Multicharts Net. ... 5- NT has a Strategy Analyzer, where I can edit and create new strategies on NT provided indicators. I there anything like Strategy Analyzer in Multicharts, to create my own custom strategies, on Multicharts provided indicator...
by TJ
15 Oct 2012
Forum: MultiCharts
Topic: Multicharts - Custom Indicators and STRATEGIES [SOLVED]
Replies: 6
Views: 3333

Re: Multicharts - Custom Indicators and STRATEGIES [SOLVED]

Hello, I have 5 below queries for Multicharts 8 and Multicharts Net. .. 3- I own Multicharts and Multicharts NET versions. My query is do these 2 different products provided by Multicharts (if installed on same computer) use the same database or 2 different databases? If I download 120 days of tick...
by TJ
15 Oct 2012
Forum: MultiCharts
Topic: Multicharts - Custom Indicators and STRATEGIES [SOLVED]
Replies: 6
Views: 3333

Re: Multicharts - Custom Indicators and STRATEGIES [SOLVED]

Hello, I have 5 below queries for Multicharts 8 and Multicharts Net. 2- I have IQFeed datafeed connected to Multicharts. With IQFeed, I can download 120 days of tick data after market hours. I have Multicharts installed on 2 computers, even though I connect only one at a time. My query is as follow...
by TJ
15 Oct 2012
Forum: MultiCharts
Topic: Multicharts - Custom Indicators and STRATEGIES [SOLVED]
Replies: 6
Views: 3333

Re: Multicharts - Custom Indicators and STRATEGIES [SOLVED]

Hello, I have 5 below queries for Multicharts 8 and Multicharts Net. 1- How do I delete my own custom indicator or strategy in Multicharts 8 and MC Net versions? (I could not find that option in Power Editor). Thanks & Regards, Mohi From PowerLanguage Editor, File > Open simply highlight the indica...
by TJ
13 Oct 2012
Forum: User Contributed Studies and Indicator Library
Topic: Multicharts Strategies
Replies: 3
Views: 3904

Re: Multicharts Strategies

Hello, Just as several free indicators are available in "User Contributed Studies and Indicator Library", is there any place where few strategies/ signals Library is available on this website. Thanks & Regards, Mohi [updated 20130719] There are over 150 strategies inside your PowerLanguage Editor.
by TJ
13 Oct 2012
Forum: MultiCharts
Topic: VPOC problem !!!
Replies: 2
Views: 1301

Re: VPOC problem !!!

Hi I found two VPOC indicators, but they don't plot the same. Can someone help to determine which one is correct or whether they are just have different parameters??? Below the two codes and a picture attached. thx & appreciate any help on this! Here to first... ... Do you have a definition of VPOC...
by TJ
13 Oct 2012
Forum: MultiCharts
Topic: Kase Indicator
Replies: 1
Views: 1958

Re: Indicator

I am a first time checking out this forum. Any one has code for kase filter with power pivor or kase easy entry system? thanks You have to give a bit more information on what you are looking for. EasyLanguage is easy; most of the filters or pivots can coded, all you need is a definition of filters ...
by TJ
12 Oct 2012
Forum: MultiCharts FAQ
Topic: [FAQ] EasyLanguage / PowerLanguage
Replies: 11
Views: 42325

(10) [FAQ] Scanner -- Multi data series ?

(10) [FAQ] Scanner -- Multi data series ? Hi there, May I write indicator code to get data2 information on market scanner? I would like to compare 5 stock, could I write indicator to get the close of data2 to data5 in order to do some calculation. Thanks! Charles Only data1 is available in the scan...
by TJ
11 Oct 2012
Forum: MultiCharts
Topic: cut loss concept
Replies: 5
Views: 1236

Re: cut loss concept

hi, i'm rather new to MC, and right now i'm using MC6, would like to make sure something before things go live (broker has no demo server) ... Thanks! You can use InteractiveBroker's Demo System. It is free. It continuously stream old data all day long. You can use it to test your logic and execute...
by TJ
11 Oct 2012
Forum: MultiCharts
Topic: cut loss concept
Replies: 5
Views: 1236

Re: cut loss concept

hi, i'm rather new to MC, and right now i'm using MC6, would like to make sure something before things go live (broker has no demo server) right now, i use the following to stop loss: SetStopContract; SetStopLoss(200); i can put these 2 lines anywhere in the signal script ?? how about i have multip...
by TJ
10 Oct 2012
Forum: MultiCharts
Topic: Allocate dedicated reserved word for horizontal lines
Replies: 4
Views: 1434

Re: Allocate dedicated reserved word for horizontal lines

Hello there, since I want to automatically calculate and display the lock limits defined for some futures contracts (e.g. commodity futures at CME), I use "tl_new" to calculate and display those lock limits (generic example): ... Or is the example provided just badly coded? If so, any suggestions o...
by TJ
10 Oct 2012
Forum: MultiCharts
Topic: Number of Decimal Places from Instrument [SOLVED]
Replies: 4
Views: 1476

Re: Number of Decimal Places from Instrument [SOLVED]

Is there a way to get the number of decimal places used by an instrument.
e.g. The ES would be 2, for GBP/USD it would be 4 etc.

Any suggestions?

Code: Select all

decimal = Log(PriceScale) / Log(10) ;
by TJ
09 Oct 2012
Forum: MultiCharts
Topic: Issue With Conditional Statement Execution
Replies: 8
Views: 1566

Re: Issue With Conditional Statement Execution

Thanks TJ. I simplified and seperated my statements and it seems to work.
That's good to hear!
by TJ
09 Oct 2012
Forum: MultiCharts
Topic: Issue With Conditional Statement Execution
Replies: 8
Views: 1566

Re: Issue With Conditional Statement Execution

you have to create a table to debug this condition: if ((GetAppInfo(aiRealTimeCalc)=0 and DH<> 0 and DL<>0) or(GetAppInfo(aiRealTimeCalc)=0 AND(((PS =1 and PS2 = 1) or (PS=2 and PS2 = 2)) and (H[1]<H) and (L[1]>L)))) then begin put each sub-conditions in an excel worksheet and go through them one by...
by TJ
09 Oct 2012
Forum: MultiCharts
Topic: Issue With Conditional Statement Execution
Replies: 8
Views: 1566

Re: Issue With Conditional Statement Execution

Hey TJ, Yes i have walked through all of the permutations but no luck. If I understand properly, Power Language executes the code from Top to Bottom. So it shouldn't be doing this looping thing. Not necessary from top to bottom, You have brackets, the inner brackets execute first. My suggestion: Co...
by TJ
08 Oct 2012
Forum: MultiCharts
Topic: Issue With Conditional Statement Execution
Replies: 8
Views: 1566

Re: Issue With Conditional Statement Execution

Hi, I wrote some code that is conditional on whether the calculation is for real time data or historical data, and some conditional values. The issue I'm having is that when the values DH=0 and DL = 0 are true, the code executes the second statement (correct). But once it has done that, and changed...
by TJ
07 Oct 2012
Forum: MultiCharts
Topic: Reload a 10 Ticks chart
Replies: 2
Views: 908

Re: Reload a 10 Ticks chart

Hello, I have a workspace with 6 charts of EURUSD in different resolution. I have a 10 Ticks chart, how can I reload only that one chart and not the others ? I have tried
.rld glob, res=10 Ticks
that did not work

Thank you
View > Reload
by TJ
05 Oct 2012
Forum: MultiCharts
Topic: electronic hours on ecbot [SOLVED]
Replies: 6
Views: 1967

Re: electronic hours on ecbot [SOLVED]

My futures charts (bonds, e-mini) are set for electronic sessions, but the charts do not show electronic hour prices.

see post #4
viewtopic.php?f=16&t=6845
by TJ
05 Oct 2012
Forum: MultiCharts
Topic: Cancellation of unfilled limit orders on every tick
Replies: 4
Views: 1368

Re: Cancellation of unfilled limit orders on every tick

Hi Andrew, thanks for your prompt reply. Yes I am referring to auto trading. I am in IOG mode. What do you mean by maintain order? Same order name and price? 1) if my order is buy "STRATEGY 1 BUY" next bar at 1.0001 limit, in the next tick, I MAINTAIN it at buy "STRATEGY 1 BUY" next bar at 1.0001 l...
by TJ
05 Oct 2012
Forum: MultiCharts
Topic: Dummy question: What is "expert commentary"? [SOLVED]
Replies: 5
Views: 2133

Re: Dummy question: What is "expert commentary"? [SOLVED]

Hello

I read some post that was talking about "Expert Commentary". But, was is it exactly
I have not found a link that explain it.

Is it to post some commentary above a bar?

Martin :)
Have you tried the Wiki?
by TJ
04 Oct 2012
Forum: MultiCharts
Topic: Basic Average Indicator
Replies: 1
Views: 766

Re: Basic Average Indicator

I was looking into an indicator which provided the average for each bar in a basic chart. Nothing fancy, just take the price for each tick, and divide by total ticks (volume). I looked at all the different average indicators, and there were none like the one I wanted. It was rather simple with TS, ...
by TJ
04 Oct 2012
Forum: MultiCharts
Topic: Plot Composite Index ?? [SOLVED]
Replies: 9
Views: 2613

Re: Plot Composite Index ?? [SOLVED]

Thanks! but that only uses two symbols. I would like the plot my own index, using 100 stocks with different weightings. For example, MyIndex =.25 * AAPL(close) + .50 * IBM(close) + .25 * GOOG(close) Any ideas would be appreciated! 1. Load the 100 stocks into your chart as 100 data serieses. 2. crea...
by TJ
04 Oct 2012
Forum: MultiCharts FAQ
Topic: [FAQ] EasyLanguage / PowerLanguage
Replies: 11
Views: 42325

(9) [FAQ] How do I make a Spread Chart?

(9) [FAQ] How do I make a Spread Chart? You can plot the spread between 2 instruments with the built-in indicator Spread-Diff . You can also plot the ratio with the built-in indicator Spread-Ratio . Additional readings in Wiki Spread and Pair Trading https://www.multicharts.com/trading-software/ind...
by TJ
04 Oct 2012
Forum: MultiCharts
Topic: Plot Composite Index ?? [SOLVED]
Replies: 9
Views: 2613

Re: Plot Composite Index ?? [SOLVED]

Hi, I am looking to do the same thing, but the link to the solution is dead. Is there a replacement link? thanks!
You can use the indicator "Spread - Diff".
by TJ
04 Oct 2012
Forum: User Contributed Studies and Indicator Library
Topic: MC equivalent of EL "TradesToday" ?
Replies: 11
Views: 5087

Re: MC equivalent of EL "TradesToday" ?

I did add it as a function. Just can't seem to compile it, getting the same error message.
What is the name you used for this function?
by TJ
04 Oct 2012
Forum: User Contributed Studies and Indicator Library
Topic: MC equivalent of EL "TradesToday" ?
Replies: 11
Views: 5087

Re: MC equivalent of EL "TradesToday" ?

I am not using any function, just trying to compile the above code and getting the error with the compile process.
The above code is a function.
When you add it to the PowerLanguage Editor, please select it as a function.
by TJ
04 Oct 2012
Forum: User Contributed Studies and Indicator Library
Topic: MC equivalent of EL "TradesToday" ?
Replies: 11
Views: 5087

Re: MC equivalent of EL "TradesToday" ?

04.10.12 10:16:37
------ Build started: ------
Study: "TradesToday" (Function)
Please wait ....
------ Compiled with error(s): ------
Compile error
errLine 0, errColumn 0, errLineEnd 0, errColumnEnd 0
causal study: (Function)
What is the function name you are using?

It should be "TradesToday".
by TJ
04 Oct 2012
Forum: User Contributed Studies and Indicator Library
Topic: MC equivalent of EL "TradesToday" ?
Replies: 11
Views: 5087

Re: MC equivalent of EL "TradesToday" ?

I am getting Compile error with the above code in MC8.

Any idea?
You have to post a screenshot of your error message.
by TJ
02 Oct 2012
Forum: MultiCharts
Topic: cannot add any instrument with Interactive brokers [SOLVED]
Replies: 6
Views: 2523

Re: cannot add any instrument with Interactive brokers [SOLVED]

Hi I am connected to TWS but I cannot get a single symbol to work. Using MultiCharts64 Version 8.0 Release (Build 5622). When I add a symbol in symbol mapping I always get Custom future window(not that any future works either..) Whats wrong? thx From MultiCharts File > New > Quotemanager Window Fro...
by TJ
02 Oct 2012
Forum: MultiCharts
Topic: MULTICHARTS 8.0 RELEASE
Replies: 143
Views: 53694

Re: MULTICHARTS 8.0 RELEASE

Henry, in one case it was a brand new workspace and 5 minute @ES# chart and I just manually added a text drawing stating "Hello". That was enough to reproduce the issue on a different computer and I didn't keep the workspace. Regards, ABC ABC, I was unable to reproduce it. The problem can be caused...
by TJ
01 Oct 2012
Forum: MultiCharts
Topic: Resetting a Once...Begin...End expression [SOLVED]
Replies: 3
Views: 1437

Re: Resetting a Once...Begin...End expression [SOLVED]

Thanks TJ. Took a little while but was able to get this to finally work. Plotted out current bar and playonce and found out that it was not working correctly until I changed the playonce variable to Intrabarpersist. Now working on setting time functions to change the volume levels at different poin...
by TJ
30 Sep 2012
Forum: MultiCharts
Topic: Lack of execution on data1 when using data2 for calculations
Replies: 9
Views: 1841

Re: Lack of execution on data1 when using data2 for calculat

I have used the custom contract. Back adjusted for the YM, which i am trying to trade for this. This is fine. also when i just use 1 data stream it trades fine. The only problem is shifting from 1 data stream to 2 data streams in order to actually execute on the current front month contract. I just...
by TJ
30 Sep 2012
Forum: MultiCharts
Topic: Bonds settings [SOLVED]
Replies: 29
Views: 7322

Re: Bonds settings [SOLVED]

You have to match the Min. Movement with the Price Scale.

To find the correct settings, go to

Tools > Symbol Dictionary > Data Source: esignal

Double click on the Root you are searching for (eg. ZB) and copy that settings.
by TJ
30 Sep 2012
Forum: MultiCharts
Topic: 2 instrument in same chart [SOLVED]
Replies: 2
Views: 1296

Re: 2 instrument in same chart [SOLVED]

Can the MC display 2 instrument in same chart (not splitted windows) with different price scale one on left side and one on right side ? Yes. This is one of the unique features of MultiCharts -- displaying multi-instruments, with different price scale and resolutions, on the same chart. To set the ...
by TJ
29 Sep 2012
Forum: MultiCharts
Topic: Interactive Brokers Data Feed Questions [SOLVED]
Replies: 6
Views: 3932

Re: Interactive Brokers Data Feed Questions [SOLVED]

IB streams data in 250~300 millisecond increments. Any trades happened in between are aggregated together and sent out as one price. That means IB streams data roughly 3 to 4 times per second. 99% of the people do not notice the difference. In most real life scenario, it does not affect the market i...
by TJ
29 Sep 2012
Forum: MultiCharts
Topic: Downloading VIX historical data from IB/TWS
Replies: 4
Views: 2055

Re: Downloading VIX historical data from IB/TWS

Has anyone had any luck download the CBOE Volatility Index data from TWS? If so, would you please share the method and symbol that works? I've tried the obvious tickers like VIX and $VIX, but I don't get a positive response from the TWS. All VIX ETFs and ETNs that I have seen don't precisely track ...
by TJ
29 Sep 2012
Forum: MultiCharts
Topic: Chart Ratios [SOLVED]
Replies: 2
Views: 1254

Re: Chart Ratios [SOLVED]

Is there a way in MC64 to chart ratios of 2 seperate instruments like the ratio charts I see at stockcharts? Please review this Wiki article: Spread and Pair Trading https://www.multicharts.com/trading-software/index.php/Spread_and_Pair_Trading You should be able to plot the spread with the built-i...
by TJ
28 Sep 2012
Forum: MultiCharts
Topic: Opening MC [SOLVED]
Replies: 2
Views: 1392

Re: Opening MC [SOLVED]

I would like to open MC code to add some additional functions. I plan on using C# to write the additional code. Has anyone done anything like this?

Rick
Search for SDK or DLL or DLLs and you will find many discussions in this forum.
by TJ
28 Sep 2012
Forum: MultiCharts
Topic: Interactive Brokers Data Feed Questions [SOLVED]
Replies: 6
Views: 3932

Re: Interactive Brokers Data Feed Questions [SOLVED]

Hi there, I used MultiCharts with Interactive Brokers as broker and data feed. While request more chart or more stock on real time market scanner, I will see K bar lag on chart or waiting for market data message on screen. While checking Quote Manager, I see the following message: Historical Market...
by TJ
27 Sep 2012
Forum: MultiCharts
Topic: Auto Trend line drawing? [SOLVED]
Replies: 1
Views: 1707

Re: Auto Trend line drawing? [SOLVED]

Hello,
Does MC provide auto trend line drawing functionality or is there auto trend line indicator code available?
Thanks
There is an indicator called "Trendlines Automatic". It is included with MultiCharts.
by TJ
27 Sep 2012
Forum: MultiCharts
Topic: Resetting a Once...Begin...End expression [SOLVED]
Replies: 3
Views: 1437

Re: Resetting a Once...Begin...End expression [SOLVED]

try this:

Code: Select all

var:
Intrabarpersist playonce(0);

if condition = true
and playonce <> currentbar then
begin
playonce = currentbar;

{-- put your alert here --}

end;
by TJ
27 Sep 2012
Forum: MultiCharts
Topic: Problem with maxbarback with different data resolution [SOLVED]
Replies: 8
Views: 2832

Re: Problem with BarBack Reference [SOLVED]

Thx, I am kind of seeing the problem now, but I have one more question is that, at the same time, I am applying RSI(9) for the 1 min chart together with MACD(5, 34, 5) with the 5 min chart. By executing such strategy, I have to set the max bar back to 9 for the RSI, however, since RSI(9) for Data1(...
by TJ
26 Sep 2012
Forum: MultiCharts
Topic: Problem with maxbarback with different data resolution [SOLVED]
Replies: 8
Views: 2832

Re: Problem with BarBack Reference [SOLVED]

Hello Tj, I have read the MaxBarBack already.. but still doesn't help, I still don't know what's going on with the error message I attached. In the Code, I use MACD only. However, without 2 data series and apply with MACD the maxbarback I can be use is 1. Thanks. Why do you want to set the maxbarsb...
by TJ
26 Sep 2012
Forum: MultiCharts
Topic: Why is my text doubled?
Replies: 32
Views: 6183

Re: Why is my text doubled?

TodayOnly if true plots only lines for today. If false then plots lines for all days in the chart. Right now it is executing 3 times per TL being drawn, 12 in total: twice to delete previous days TLs and Text objects and once to assign a condition to plot today's TLs and Text objects. Well, why are...
by TJ
26 Sep 2012
Forum: MultiCharts
Topic: Problem with maxbarback with different data resolution [SOLVED]
Replies: 8
Views: 2832

Re: Problem with BarBack Reference [SOLVED]

Problem as attached error message!! Data1 with 1 minute resolution and indiciator MACD(5, 34, 5) and Data2 with 5 miniute resolution with indicator MACD(5, 34, 5). When I set the MaxBarBack Reference to 6 or something like that, then the strategy entry will depend on the Data2's 5min resolution sig...
by TJ
26 Sep 2012
Forum: MultiCharts
Topic: Back-testing Tutorials, Documentation or Assistance?
Replies: 9
Views: 1914

Re: Back-testing Tutorials, Documentation or Assistance?

Bingo! Thanks.

I had emailed an MC contact a couple days and was told there were no webinars or documentation, but to try the forum here, or even Big Mike's. Thanks again TJ.
yw
by TJ
26 Sep 2012
Forum: MultiCharts
Topic: Back-testing Tutorials, Documentation or Assistance?
Replies: 9
Views: 1914

Re: Back-testing Tutorials, Documentation or Assistance?

TJ, thanks again. I certainly understand that trading is serious business and I'm not looking for short-cuts. If you knew me, you'd realize that is not how I conduct myself in all that I do. If however there are training / educational tools out there I'm not aware of, I'd like to know about those a...
by TJ
26 Sep 2012
Forum: MultiCharts FAQ
Topic: [FAQ] Autotrade / Backtest / Optimization
Replies: 23
Views: 39660

10) Backtest results different from Live Trading

[FAQ] Backtest results different from Live Trading Question: Is there a wiki for 'IntrabarOrderGeneration' strategy coding development/execution and debug? I have a 1min strategy with IntrabarOrderGeneration=true and I have noticed quite a big difference between live results and back tested results...
by TJ
26 Sep 2012
Forum: MultiCharts
Topic: Lack of execution on data1 when using data2 for calculations
Replies: 9
Views: 1841

Re: Lack of execution on data1 when using data2 for calculat

Look up these in Wiki:

Custom Futures
Continuous Futures Contract
by TJ
26 Sep 2012
Forum: MultiCharts
Topic: Lack of execution on data1 when using data2 for calculations
Replies: 9
Views: 1841

Re: Lack of execution on data1 when using data2 for calculat

I trade HSI, which is a monthly contract. I have no problem with data1/data2.
by TJ
26 Sep 2012
Forum: MultiCharts
Topic: Lack of execution on data1 when using data2 for calculations
Replies: 9
Views: 1841

Re: Lack of execution on data1 when using data2 for calculat

I have tried those techniques as outlined in the post you linked. I even referenced reading them in the first post. However the execution is still lacking. Can you please explain to me how to fix that problem. I understand that you can execute that way but the strategy wont even though all the calc...
by TJ
26 Sep 2012
Forum: MultiCharts
Topic: Back-testing Tutorials, Documentation or Assistance?
Replies: 9
Views: 1914

Re: Back-testing Tutorials, Documentation or Assistance?

Not so much what button to push per se, but some sort of a step by step of even the most basic of back-tests, like a buy and sell based upon let's say an EMA cross, Keltner Channel event. What is the sequence or steps needed to create a back-test, and execute it, over a specific time period against...
by TJ
26 Sep 2012
Forum: MultiCharts
Topic: Why is my text doubled?
Replies: 32
Views: 6183

Re: Why is my text doubled?

The only difference I can see between my code and the one in the link in post #2 is in the conditional statements. I can't see where I am creating the TL and Text more than once. The drawing of the TL and Text seem to me, to be the same between both studies. Am I on the right track? The only differ...
by TJ
26 Sep 2012
Forum: MultiCharts
Topic: partial backfilling of missing data [SOLVED]
Replies: 1
Views: 767

Re: partial backfilling of missing data [SOLVED]

I'm trading EURUSD on tick charts through IB. I put my computer to sleep during the night with MC still open. When I wake my computer up in the morning, MC will print one huge bar covering the period from when it stopped collecting data the previous day and where it started collecting data when the...
by TJ
26 Sep 2012
Forum: MultiCharts
Topic: Back-testing Tutorials, Documentation or Assistance?
Replies: 9
Views: 1914

Re: Back-testing Tutorials, Documentation or Assistance?

Thank you TJ. Not exactly what I was looking for, but it's a start I suppose... Unlike most here, I plan to use MC for equities & ETF's, swing trading generally, back-testing daily data, going back months... Would be nice to see even the most basic of back-tests, step-by-step, to see how it was est...
by TJ
26 Sep 2012
Forum: MultiCharts
Topic: Back-testing Tutorials, Documentation or Assistance?
Replies: 9
Views: 1914

Re: Back-testing Tutorials, Documentation or Assistance?

It seems that there are no webinars dedicated to backtesting, and unless I missed it, I don't see any specific documentation that provides examples, and step-by-step instructions. I will have some time pretty soon to finally start playing with this feature, and I thought it would be helpful to watc...
by TJ
25 Sep 2012
Forum: MultiCharts
Topic: TS ELD files can be imported and used in MultiChar [SOLVED]
Replies: 25
Views: 5799

Re: TS ELD files can be imported and used in Multi [SOLVED]

I downloaded MC from AMP trading, but did not see the functions to import the ELD indicators from TS, it seems to be the complete version that will expire in 30 days. Which tab controls the import function
I have never used the AMP version.
I don't know if there is any difference.
by TJ
25 Sep 2012
Forum: MultiCharts
Topic: Lack of execution on data1 when using data2 for calculations
Replies: 9
Views: 1841

Re: Lack of execution on data1 when using data2 for calculat

I have created a strategy that uses daily bars. however contracts do not last 200 days so i needed to use data2 to do those calculations however because the current contract does not have 200 days it wont put in an order. I dont understand why not it should execute on data1 (the current contract) a...
by TJ
25 Sep 2012
Forum: MultiCharts
Topic: TS ELD files can be imported and used in MultiChar [SOLVED]
Replies: 25
Views: 5799

Re: TS ELD files can be imported and used in Multi [SOLVED]

hi TJ Actually, I have just downloaded the demo version but did not see an option to import ELD Are you referring to FXCM's demo? If you have downloaded the software from here, that is not a handicapped demo, it is a FULL version with all the abilities and functionalities as the paid MultiCharts. T...
by TJ
25 Sep 2012
Forum: MultiCharts
Topic: TS ELD files can be imported and used in MultiChar [SOLVED]
Replies: 25
Views: 5799

Re: TS ELD files can be imported and used in Multi [SOLVED]

hi TJ Thanks very much, I never realized that MC was so similar to TS, even the color of the chart and the black background color is the same, this is really Great. If I am running the free software with my broker, do you know if I will have the ability to import my ELD indicators or is that only a...
by TJ
25 Sep 2012
Forum: MultiCharts
Topic: TS ELD files can be imported and used in MultiChar [SOLVED]
Replies: 25
Views: 5799

Re: TS ELD files can be imported and used in Multi [SOLVED]

Can anyone explain how to import TS 8.7 ELD indicators into Multichart, the video link below no longer works thanks ------------------------- 2) MultiCharts is highly compatible with EasyLanguage. TS ELD files can be imported and used in MultiCharts. Click the link below to see a video tutorial on ...
by TJ
24 Sep 2012
Forum: MultiCharts
Topic: Why is my text doubled?
Replies: 32
Views: 6183

Re: Why is my text doubled?

I have changed all of my TL and Text codes to the following, of course incrementing the value number, but I still get doubled text. ... Of course you are still getting double text. You have multiple problems in the code, there is no magic bullet that can solve all the problem at once. You must solv...
by TJ
23 Sep 2012
Forum: MultiCharts
Topic: Why is my text doubled?
Replies: 32
Views: 6183

Re: Why is my text doubled?

I already asked you a question regarding this in Post #13 but you never replied. Should I assign a value to it? If so, does it have to be an unused value like ID13 or do I assign it ID1 because it's part of that section? It is required to assign the Text_New reserved word to a variable so that the ...
by TJ
23 Sep 2012
Forum: MultiCharts
Topic: Why is my text doubled?
Replies: 32
Views: 6183

Re: Why is my text doubled?

I have read it. I know you are trying to teach me and I do appreciate it but there comes a time when a student is just not getting it, that maybe a teacher should explain what is not working in the code and why. Maybe you have done that, but obviously I am not getting it. I am not trying to teach y...
by TJ
23 Sep 2012
Forum: MultiCharts
Topic: Why is my text doubled?
Replies: 32
Views: 6183

Re: Why is my text doubled?

Code: Select all

Text_New(Date, Time + Text_Offset, HighDay, "OR High");
//I know what this is doing but I don't know to what ID
see post #5
by TJ
23 Sep 2012
Forum: MultiCharts
Topic: Why is my text doubled?
Replies: 32
Views: 6183

Re: Why is my text doubled?

Please add comments to ALL the codes. EVERY SINGLE LINE ! No exceptions. If you don't know what the line is doing, delete it. Why are we doing this exercise? Each line of code is telling the computer to perform an action for us. We have to know exactly WHAT we are telling the computer. Ever heard of...
by TJ
23 Sep 2012
Forum: MultiCharts
Topic: Why is my text doubled?
Replies: 32
Views: 6183

Re: Why is my text doubled?

ps. Put some space (blank lines) between codes. They are free, and makes reading easier.
by TJ
23 Sep 2012
Forum: MultiCharts
Topic: Why is my text doubled?
Replies: 32
Views: 6183

Re: Why is my text doubled?

TL_SetStyle(ID1, IB_Style);
TL_SetSize(ID1, IB_LineSize);
Text_New(Date, Time + Text_Offset, HighDay, "OR High");
Text_SetStyle(ID1, 0, 1);
Where did this ID1 come from ???
by TJ
23 Sep 2012
Forum: MultiCharts
Topic: Why is my text doubled?
Replies: 32
Views: 6183

Re: Why is my text doubled?

Thanks for the help TJ. I understand I need a conditional statement so that my trendline and text is only created once but I can't even think in English what type of statement I need. I suppose what I want is that once Time equals my StartTime then start drawing the TL and Text but just keep extend...
by TJ
23 Sep 2012
Forum: MultiCharts
Topic: Multicharts Missing Modified Schiff Pitchfork [SOLVED]
Replies: 3
Views: 1393

Re: Multicharts Missing Modified Schiff Pitchfork [SOLVED]

I had been drawing them by eye, but I was starting to get nervous about my precision. That's a good trick to use the gann box. I just draw the box from pivot A to B and move the tail to the center of the box. Still, MS Ptichfork should be included in any premium charting package. I wouldn't worry t...
by TJ
23 Sep 2012
Forum: MultiCharts
Topic: Multicharts Missing Modified Schiff Pitchfork [SOLVED]
Replies: 3
Views: 1393

Re: Multicharts Missing Modified Schiff Pitchfork [SOLVED]

I really need to be able to add a modified schiff pitchfork to a chart. All of my other charting packages have this ability (ToS, mbt desktop, NT and ensign). Is it possible to get a plugin or create a custom drawing tool to do this? I use the Gann Square to calculate the Schiff shift, then draw th...
by TJ
23 Sep 2012
Forum: MultiCharts
Topic: Why is my text doubled?
Replies: 32
Views: 6183

Re: Why is my text doubled?

Thanks for the links. I didn't that documentation existed. I've applied the Text_SetLocation to my code but it still prints twice. I checked the format drawings and I also see that each trendline is being printed twice. Will it keep printing a trendline and text every time a bar is completed? If so...
by TJ
22 Sep 2012
Forum: MultiCharts
Topic: Why is my text doubled?
Replies: 32
Views: 6183

Re: Why is my text doubled?

Start reading; there is no short cut.

The essential EasyLanguage programming guide
Creating a Text Object ....pg. 112
Moving a Text Object .... pg. 113


https://www.multicharts.com/multicharts ... mentation/
by TJ
22 Sep 2012
Forum: MultiCharts
Topic: Why is my text doubled?
Replies: 32
Views: 6183

Re: Why is my text doubled?

Thanks for the encouragement but all I did was find some code and then modify it to suit my needs. I understand what the code in the link is doing but it seems to be doing the same thing as my code. He sets a trend line and then sets text and plots the style and location. I can't really see where h...
by TJ
22 Sep 2012
Forum: MultiCharts
Topic: Why is my text doubled?
Replies: 32
Views: 6183

Re: Why is my text doubled?

I don't understand why I am getting doubled text like in the attachment. Code is posted below. ... You are learning fast and trying hard. Good going! Take a look at this example. This code is by a professional programmer, there are lots to learn here. http://www.tradersxchange.com/viewtopic.php?f=3...
by TJ
20 Sep 2012
Forum: MultiCharts
Topic: How to launch a strategy on hundreds stocks ​
Replies: 12
Views: 3299

Re: How to launch a strategy on hundreds stocks ​

I don't know... but Henry knows

@Henry
What means exactly ETA?
You know I'm French, so...
ETA = Estimated Time of Arrival (Heure prévue d'arrivée)
by TJ
19 Sep 2012
Forum: MultiCharts
Topic: Paintbar and Alert study [SOLVED]
Replies: 22
Views: 3773

Re: Paintbar and Alert study [SOLVED]

Ok I see what the issue was. For some reason, even though I had changed the inputs in the code in PLE, it did not change it in the indicator that was on my chart. Now it is working great. I really do appreciate the help and I apologize for being slow. I am a total noob when it comes to Easylanguage...
by TJ
19 Sep 2012
Forum: MultiCharts
Topic: Paintbar and Alert study [SOLVED]
Replies: 22
Views: 3773

Re: Paintbar and Alert study [SOLVED]

Thanks for all the help. So I am using bar type 1 so I should change my code to inputs: Criteria( Ticks >= 2000 ) , AlertCondition( true ) ; if Criteria then begin PlotPaintBar( High, Low, "CustomPB" ) ; Alert ; end else NoPlot( 1 ) ; if AlertCondition then Alert ; I tried this but it does not achi...
by TJ
19 Sep 2012
Forum: MultiCharts
Topic: Paintbar and Alert study [SOLVED]
Replies: 22
Views: 3773

Re: Paintbar and Alert study [SOLVED]

read the code carefully...
I have modified it for your easy understanding


if BarType >= 2 and BarType < 5 then use this code:
Plot1( Volume, "Volume" )

or else
for all the other BarType (e.g. BarType=1), use this code:
Plot1( Ticks, "Volume" ) ;
by TJ
19 Sep 2012
Forum: MultiCharts
Topic: Paintbar and Alert study [SOLVED]
Replies: 22
Views: 3773

Re: Paintbar and Alert study [SOLVED]

Ok I am using bar type 1. Does that mean I have to change the volume indicator to if BarType >= 1 and BarType < 5 then Plot1( Volume, "Volume" ) else Plot1( Ticks, "Volume" ) ; No. You do not change the code. This indicator is supplied by MultiCharts.
by TJ
19 Sep 2012
Forum: MultiCharts
Topic: Paintbar and Alert study [SOLVED]
Replies: 22
Views: 3773

Re: Paintbar and Alert study [SOLVED]

Have you checked the bartype you are using?
I am using OHLC 1 minute bars. I don't know where to see what value that type of bar is.
https://www.multicharts.com/trading-sof ... _Reference
by TJ
19 Sep 2012
Forum: MultiCharts
Topic: Paintbar and Alert study [SOLVED]
Replies: 22
Views: 3773

Re: Paintbar and Alert study [SOLVED]

It's the default Volume study in MC.

Code: Select all

if BarType >= 2 and BarType < 5 then
Plot1( Volume, "Volume" )
else
Plot1( Ticks, "Volume" ) ;
Have you checked the bartype you are using?
by TJ
19 Sep 2012
Forum: MultiCharts
Topic: Paintbar and Alert study [SOLVED]
Replies: 22
Views: 3773

Re: Paintbar and Alert study [SOLVED]

Bypass the fluff and read what is applicable. I have trimmed the fluff for you for easy reading. Still does not help me as I have no understanding of what to do next. Volume Returns the volume of the current bar. For ... time-based charts with resolutions of 24 hours or less : - the volume traded on...
by TJ
19 Sep 2012
Forum: MultiCharts
Topic: Paintbar and Alert study [SOLVED]
Replies: 22
Views: 3773

Re: Paintbar and Alert study [SOLVED]

Still does not help me as I have no understanding of what to do next.
Please post the code for your subchart #2 indicator.
by TJ
19 Sep 2012
Forum: MultiCharts
Topic: Paintbar and Alert study [SOLVED]
Replies: 22
Views: 3773

Re: Paintbar and Alert study [SOLVED]

Sorry. What I am trying to achieve is for a bar to be painted and a sound alert to go off, every time volume trades above 2000 contracts on a 1 minute chart but the chart resolution does not really matter. I do not understand what the indicator is doing as it coded right now. Please take my suggest...
by TJ
19 Sep 2012
Forum: MultiCharts
Topic: Paintbar and Alert study [SOLVED]
Replies: 22
Views: 3773

Re: Paintbar and Alert study [SOLVED]

You have to be more specific. What do you mean by: "not working well"? I attached a chart to show what the indicator is doing. It paints bars that do not meet the criteria. You have to be more specific than that. What do you mean by "do not meet the criteria"? I am not playing words with you, this ...
by TJ
19 Sep 2012
Forum: MultiCharts
Topic: Paintbar and Alert study [SOLVED]
Replies: 22
Views: 3773

Re: Paintbar and Alert study [SOLVED]

You have to be more specific.
What do you mean by: "not working well"?


Suggestion

Look up the definition of:

Volume
Ticks


ps. it is a legacy thing.
by TJ
18 Sep 2012
Forum: MultiCharts FAQ
Topic: [FAQ] Autotrade / Backtest / Optimization
Replies: 23
Views: 39660

9) Autotrade Lost Connection

[FAQ] Autotrade Lost Connection Question: We use some simple strategy - it opened position and some times later connection was lost and autotrading off - we turn it on manually. Strategy after turning on don't show position (it has it - it was still open at account) and don't manage it . Strategy w...
by TJ
17 Sep 2012
Forum: MultiCharts
Topic: Setting the color of all text labels on a chart to one color [SOLVED]
Replies: 9
Views: 2567

Re: Setting the color of all text labels on a chart to one c [SOLVED]

Never mind...D'oh!

I finally de-fogged and saw what you meant: use High_text and Low_text as the IDs

Thanks, TJ!
OK !
by TJ
17 Sep 2012
Forum: MultiCharts
Topic: how to buy / sell on data2 [SOLVED]
Replies: 20
Views: 5106

Re: how to buy / sell on data2 [SOLVED]

What is your chart resolution? 100 refers to the 100th bar. Are you using 1 tick bar? yes, i'm using 1 tick bar. I don't need a chart at all for this. I'm saving the value returned from LinearRegValue into a txt file in my portfolio backtester. If you don't use a chart for this, how/where do you ap...
by TJ
17 Sep 2012
Forum: MultiCharts
Topic: Setting the color of all text labels on a chart to one color [SOLVED]
Replies: 9
Views: 2567

Re: Setting the color of all text labels on a chart to one c [SOLVED]

I guess I wasn't clear: there are two text label objects IDs per day (High_text and Low_text). If the chart has ten days of data, there will be twenty text objects. If the chart has 30 days of data there will be sixty text objects. The objective is to set all the text objects to color=blue when the...
by TJ
17 Sep 2012
Forum: MultiCharts
Topic: Setting the color of all text labels on a chart to one color [SOLVED]
Replies: 9
Views: 2567

Re: Setting the color of all text labels on a chart to one c [SOLVED]

It was arbitrary: the Text_SetColor function requires two input parameters, ID and color. I didn't find any other function or sample code showing how to set the color for all text objects. Seems like it ought to be easy. The computer can read your mind. But you must let it read your mind. If you pu...
by TJ
17 Sep 2012
Forum: MultiCharts
Topic: Setting the color of all text labels on a chart to one color [SOLVED]
Replies: 9
Views: 2567

Re: Setting the color of all text labels on a chart to one c [SOLVED]

I guess I wasn't clear: there are two text label objects IDs per day (High_text and Low_text). If the chart has ten days of data, there will be twenty text objects. If the chart has 30 days of data there will be sixty text objects. The objective is to set all the text objects to color=blue when the...
by TJ
17 Sep 2012
Forum: MultiCharts
Topic: how to buy / sell on data2 [SOLVED]
Replies: 20
Views: 5106

Re: how to buy / sell on data2 [SOLVED]

Hello Martingale, Please try the code with the "if symbolname=" addition below: the problem seems like the each strategy didn't start calculating my LinearRegValue function at the right tick. i.e. I use LinearRegValue(P1,100,0), it should start showing something at 100th tick but it didn't. i'm con...
by TJ
17 Sep 2012
Forum: MultiCharts
Topic: Setting the color of all text labels on a chart to one color [SOLVED]
Replies: 9
Views: 2567

Re: Setting the color of all text labels on a chart to one c [SOLVED]

The error is in these lines. Check your object ID.

Code: Select all

High_text = Text_new(Date,TextOffsetTime,Plot_high,numtostr(Plot_high,decimals));
Text_SetColor(1, blue);
Low_text = Text_new(Date,TextOffsetTime,Plot_low ,numtostr(Plot_low,decimals));
Text_SetColor(2, blue);
by TJ
17 Sep 2012
Forum: MultiCharts
Topic: MultiCharts automated order execution: Enter and Exit [SOLVED]
Replies: 7
Views: 1755

Re: MultiCharts automated order execution: Enter and Exit [SOLVED]

It can be done on the regular MultiCharts.
It will require some advanced level programming.
It is not difficult, it just require some time and careful planning.
by TJ
17 Sep 2012
Forum: MultiCharts
Topic: MultiCharts automated order execution: Enter and Exit [SOLVED]
Replies: 7
Views: 1755

Re: MultiCharts automated order execution: Enter and Exit [SOLVED]

Hey all, I would like to put a "require order execution" for my entries and an automatic order execution for my exits. I was told I might be able to do this through MultiCharts.NET but I would like to have this in the normal MultiCharts build. If something like this is available can you please poin...
by TJ
17 Sep 2012
Forum: MultiCharts
Topic: TS missing 2 days of Minute data [SOLVED]
Replies: 2
Views: 1212

Re: TS missing 2 days of Minute data [SOLVED]

make sure this box is checked.

File > Preferences > Data Server Mode > Download Missing Historical Data
by TJ
16 Sep 2012
Forum: MultiCharts
Topic: Best computer for Genetic Algo optimization [SOLVED]
Replies: 27
Views: 8743

Re: Best computer for Genetic Algo optimization [SOLVED]

What is the best computer type for Genetic Algo (GA) optimization? ... Also are you guys going to implement grid computing architecture in the future where I can have multiple computers crunch on a GA optimization? .... Grid computing is not a plug and play solution, it requires a middleware to div...
by TJ
16 Sep 2012
Forum: MultiCharts
Topic: Backup user data [SOLVED]
Replies: 1
Views: 1000

Re: Backup user data [SOLVED]

From the process mentioned in the FAQ "How to backup user data". I am not clear if the backup of the "Database" folder also backs up all workspaces and associated charts. Can you pls confirm. Thank you Workspace location can be moved by the user. Please check where you are saving your wsp now: You ...
by TJ
15 Sep 2012
Forum: MultiCharts
Topic: Exporting to Excel [SOLVED]
Replies: 1
Views: 891

Re: Exporting to Excel [SOLVED]

Is there a way to export the Trade Analysis/Performance Report to excel?

Wiki has most of the answers.

look under
Saving Performance Report
https://www.multicharts.com/trading-sof ... nce_Report
by TJ
15 Sep 2012
Forum: MultiCharts FAQ
Topic: [FAQ] SMS Alert (Text message)
Replies: 10
Views: 8785

Re: TEXT Alerts

Further thoughts... First , I won't say email/text alert is a " Time Critical " service. You cannot depend on the email/SMS as a realtime trading tool ; it was never designed as a trading tool, it is merely an "after thought" information tool . Second , there are too many things outside of MultiChar...
by TJ
15 Sep 2012
Forum: MultiCharts FAQ
Topic: [FAQ] SMS Alert (Text message)
Replies: 10
Views: 8785

Re: TEXT Alerts

Hello,TJ, Thanks for the suggestion. I tried the test you suggested on my desktop. This time,I got it at my receiving email account right away. But I don't see any record in my "sent" folder at my GMX email at all. I guess there are some outside environment reasons that will influence the speed of ...
by TJ
15 Sep 2012
Forum: MultiCharts FAQ
Topic: [FAQ] SMS Alert (Text message)
Replies: 10
Views: 8785

Re: TEXT Alerts

Hello,TJ, Thanks for the suggestion. I tried the test you suggested on my desktop. This time,I got it at my receiving email account right away. But I don't see any record in my "sent" folder at my GMX email at all. I guess there are some outside environment reasons that will influence the speed of ...
by TJ
14 Sep 2012
Forum: MultiCharts FAQ
Topic: [FAQ] SMS Alert (Text message)
Replies: 10
Views: 8785

Re: TEXT Alerts

Hello, I agree MC is not a phone company so sending email alert function should be enough. The problem is the email alert is received several hours later. Currently I am using GMX email for email alert to deliver, and most of the time I got the email 2-3 hours later. It might be due to GMX's mail s...
by TJ
14 Sep 2012
Forum: MultiCharts
Topic: style templates and measuring two points [SOLVED]
Replies: 3
Views: 1393

Re: style templates and measuring two points [SOLVED]

I've been using MC for a couple months and I have 2 things I have not been able to figure out. ... 2. MT also has a nice feature where you hit ctrl-F and are able to measure the distance between two points. Does MC have a way to do this? thanks Check out the Drawing Tools They do some measurements ...
by TJ
14 Sep 2012
Forum: MultiCharts
Topic: MouseClick order entry question [SOLVED]
Replies: 4
Views: 1440

Re: MouseClick order entry question [SOLVED]

Nevermind, I see that I need to attach a trading account to the strategy.

The alternative question still apply though :)
Look into the settings in Format Signal. There are many options you can choose from.
by TJ
14 Sep 2012
Forum: MultiCharts
Topic: MouseClick order entry question [SOLVED]
Replies: 4
Views: 1440

Re: MouseClick order entry question [SOLVED]

Hello, I am trying to see if I can minimize the amount of clicks for an order entry so I decided to try out the MouseClick functions. I'm testing it out on HSI futures (so no decimals on the price). However, no orders get generated with my code and I'm not too sure where the error is. I used the pr...
by TJ
13 Sep 2012
Forum: MultiCharts
Topic: style templates and measuring two points [SOLVED]
Replies: 3
Views: 1393

Re: style templates and measuring two points [SOLVED]

I've been using MC for a couple months and I have 2 things I have not been able to figure out. 1. Is there anyway to save 'style' templates? I know how to save study templates, but I also have a couple different types of charts with certain style combinations that I want to use over and over. I kno...
by TJ
13 Sep 2012
Forum: MultiCharts
Topic: Where can I find definition, use and example of functions [SOLVED]
Replies: 5
Views: 1909

Re: Where can I find definition, use and example of function [SOLVED]

i downloaded the powerlanguage.chm. but why linearRegValue or LinearReg is not in the help file? when I move my mouse over LinearReg, comment does pop up saying this is built-in function. thanks The MultiCharts powerlanguage.chm contains explanation to keywords. Explanation of functions are in the ...
by TJ
13 Sep 2012
Forum: MultiCharts
Topic: Current position label missing [SOLVED]
Replies: 1
Views: 919

Re: Current position label missing [SOLVED]

How do I get the chart to show the Current position label ? One of my charts show it but the other does not.... see screenshot below. Thank you
ORDERLABELMISSING.png
Right click on the white space of the Chart Trading Panel,

select Format Chart Trading
by TJ
13 Sep 2012
Forum: MultiCharts
Topic: Plot Overlay Problem in MC64 Release Version
Replies: 6
Views: 1511

Re: Plot Overlay Problem in MC64 Release Version

The problem only appears when you run the chart online for a few minutes during active trading without modifying it or clicking on it. As the chart scrolls to accommodate new data on the right, the gaps appear on the left.
Ok I see it now.
by TJ
13 Sep 2012
Forum: MultiCharts
Topic: Any reason why Price marker not appearing [SOLVED]
Replies: 3
Views: 1144

Re: Any reason why Price marker not appearing [SOLVED]

Hello

A workspace is displaying 3 charts with the same scales. On the first charts, price marker is not displayed.

Martin
Right click on chart, select Visual Order

send the instrument to the back
by TJ
13 Sep 2012
Forum: MultiCharts
Topic: Any reason why Price marker not appearing [SOLVED]
Replies: 3
Views: 1144

Re: Any reason why Price marker not appearing [SOLVED]

Hello

A workspace is displaying 3 charts with the same scales. On the first charts, price marker is not displayed.

Martin
Right click on the scale; choose the item to be scaled.
by TJ
13 Sep 2012
Forum: MultiCharts
Topic: Will this signal works on EURUSD? [SOLVED]
Replies: 4
Views: 1398

Re: Will this signal works on EURUSD? [SOLVED]

I am doing a signal based on EURUSD, the idea was, set a priceX, e.g. 1.29000, and set a step say every 25 pips. and a buffer zone for going long , e.g. 5 pips. so if price reach 1.29000+-step then sell; if price reach 1.29000+-step+buffer zone pips then buy. In details is Sell @1.29000;1.29250;1.2...
by TJ
12 Sep 2012
Forum: MultiCharts
Topic: Plot Overlay Problem in MC64 Release Version
Replies: 6
Views: 1511

Re: Plot Overlay Problem in MC64 Release Version

I am using MultiCharts64 Version 8.0 Release (Build 5622) Here is my screenshot. It looks ok on my computer. I zoomed right in, then zoomed right out, and zoomed right in again. The chart still looked intact. Maybe others can give it a try and report their findings. http://www.multicharts.com/discus...
by TJ
12 Sep 2012
Forum: MultiCharts
Topic: Plot Overlay Problem in MC64 Release Version
Replies: 6
Views: 1511

Re: Plot Overlay Problem in MC64 Release Version

Can you check one setting:

Format Window > X - Time Scale > Settings

Please see if the Bar Spacing are the same pixels.
by TJ
11 Sep 2012
Forum: MultiCharts
Topic: Up Volume Down Volume [SOLVED]
Replies: 16
Views: 4759

Re: Up Volume Down Volume [SOLVED]

Questions

1) does iqfeed offer historic upvol and downvol?
see post #4
2) if not, how do I save the data realtime?
see post #8
by TJ
10 Sep 2012
Forum: MultiCharts
Topic: Currentbar on Indicator doesnt match currentbar on series [SOLVED]
Replies: 14
Views: 3008

Re: Currentbar on Indicator doesnt match currentbar on serie [SOLVED]

Yeah, the plot on the indicator starts 21 bars after the data series. Is there a way to tell the indicator to get the current bar of a specific series or indicator?
I am not sure if I understand what you are looking for.
by TJ
10 Sep 2012
Forum: MultiCharts
Topic: Currentbar on Indicator doesnt match currentbar on series [SOLVED]
Replies: 14
Views: 3008

Re: Currentbar on Indicator doesnt match currentbar on serie [SOLVED]

When you move your mouse over a bar on a chart you will see information about that bar. The barnumber is one of those pieces of information. It should match what was output to the file in my code example. The barnumber in the file is about 20 bars behind the chart, but I expect them to be equal. di...
by TJ
10 Sep 2012
Forum: MultiCharts
Topic: Currentbar on Indicator doesnt match currentbar on series [SOLVED]
Replies: 14
Views: 3008

Re: Currentbar on Indicator doesnt match currentbar on serie [SOLVED]

What do you mean by "20 bars behind the series bar when I mouse over it on the chart."?
by TJ
10 Sep 2012
Forum: MultiCharts
Topic: Currentbar on Indicator doesnt match currentbar on series [SOLVED]
Replies: 14
Views: 3008

Re: Currentbar on Indicator doesnt match currentbar on serie [SOLVED]

Currentbar on my custom chalkin osc indicator doesn't match currentbar on series. Why don't these numbers match? Example: if LastBarOnChart then begin FileDelete(filepath); FileAppend( filepath , NumToStr(currentbar,0) + "," + NumToStr(Date,0) + "," + NumToStr(time_s,0) ); end; So, when I check the...
by TJ
10 Sep 2012
Forum: MultiCharts
Topic: MC 8.1 -- DOM, MD indicators, etc.,
Replies: 42
Views: 18338

Re: Version 8.1

I heard 8.1 is coming out soon...

What are the new features in 8.1?

When will it be released?
release date:
see post #31
by TJ
09 Sep 2012
Forum: MultiCharts
Topic: MarketScanner Indicator looking for PushPop.dll [SOLVED]
Replies: 4
Views: 1617

Re: MarketScanner Indicator looking for PushPop.dll [SOLVED]

i am totally ignorant but does globalvariable do the same as pushpop? i could recode the indicator and substitute one for the other?
Pushpop is ancient.
Yes, you should use globalvariable. The 64 bit globalvariable is already installed with your MultiCharts64.
by TJ
09 Sep 2012
Forum: MultiCharts
Topic: how to buy / sell on data2 [SOLVED]
Replies: 20
Views: 5106

Re: how to buy / sell on data2 [SOLVED]

i think so, surprised to know such a widely used software cant handle spread trading correctly.
Please review and support this project management request:
https://www.multicharts.com/pm/viewissu ... _no=MC-494
by TJ
09 Sep 2012
Forum: MultiCharts
Topic: how to buy / sell on data2 [SOLVED]
Replies: 20
Views: 5106

Re: how to buy / sell on data2 [SOLVED]

another problem arise from this is bid ask spread. if we notice 2 ticker has 4 set of data as each has bid, ask. let's say we long data1 / short data2 at market order the pair trading strategy will enter the position by long data1 at ask1 and short data2 at bid2, when exit it needs to short data1 a...
by TJ
09 Sep 2012
Forum: MultiCharts
Topic: how to buy / sell on data2 [SOLVED]
Replies: 20
Views: 5106

Re: how to buy / sell on data2 [SOLVED]

if I have 2 data for 2 different symbol in my chart and want to buy on data1 and sell on data2, how to do this in PL. do I write buy "data1" at market; sell "data2" at market; You can only trade on data1. TJ, is there another way to work with spread? can we do that in portfolio backtester? Please r...
by TJ
09 Sep 2012
Forum: MultiCharts
Topic: how to buy / sell on data2 [SOLVED]
Replies: 20
Views: 5106

Re: how to buy / sell on data2 [SOLVED]

if I have 2 data for 2 different symbol in my chart and want to buy on data1 and sell on data2, how to do this in PL.

do I write

buy "data1" at market;
sell "data2" at market;
You can only trade on data1.
by TJ
09 Sep 2012
Forum: MultiCharts
Topic: MarketScanner Indicator looking for PushPop.dll [SOLVED]
Replies: 4
Views: 1617

Re: MarketScanner Indicator looking for PushPop.dll [SOLVED]

Hello...I have an old TS RadarScreen indicator installed in MC8 64bit...when I place it into MarketScanner it gives 'error' in study can't find dll 'PushPop.dll' I have the PushPop.dll file but not sure what folder to copy it to? Thanks B PushPop is a 32 bit DLL, it won't work in MultiCharts64. The...
by TJ
08 Sep 2012
Forum: MultiCharts
Topic: what keyword to use to get bid and ask price of data [SOLVED]
Replies: 11
Views: 2345

Re: what keyword to use to get bid and ask price of data [SOLVED]

i c, so there's no way to get bid and ask from data1, except plot bid,ask separately in the chart and refer them as data2,data3.
right?
You can get bid and ask from data1, in real time, by using the following keywords:

InsideAsk
InsideBid
by TJ
08 Sep 2012
Forum: MultiCharts
Topic: what keyword to use to get bid and ask price of data [SOLVED]
Replies: 11
Views: 2345

Re: what keyword to use to get bid and ask price of data [SOLVED]

InsideBid

Quote Field

Will return the current best Bid.

Quote Field = real time price

current best Bid = real time best bid


ie. not for historical use
by TJ
08 Sep 2012
Forum: MultiCharts
Topic: what keyword to use to get bid and ask price of data [SOLVED]
Replies: 11
Views: 2345

Re: what keyword to use to get bid and ask price of data [SOLVED]

thanks TJ I loaded bid and ask into my symbol and checked them by editing data, but why when I plot insidebid of data1, it only plot 0. what does this mean by ' Quote Fields cannot be referenced historically. ' I tried buy, but seems 'buy' refer to the action of buying is there another keyword that...
by TJ
08 Sep 2012
Forum: MultiCharts
Topic: what keyword to use to get bid and ask price of data [SOLVED]
Replies: 11
Views: 2345

Re: what keyword to use to get bid and ask price of data [SOLVED]

I tried buy, but seems 'buy' refer to the action of buying

is there another keyword that I can use in PLE to get buy or ask or data?
Look up:

InsideAsk
InsideBid
by TJ
06 Sep 2012
Forum: MultiCharts
Topic: How to use Daily chart to trade ? [SOLVED]
Replies: 6
Views: 2592

Re: How to use Daily chart to trade ? [SOLVED]

But how to code to re-calculate at say, 5 minutes before close , when it is a daily chart ?
Thanks.
You are trading intraday, you have to add an intraday data series to your chart.


Reading material:
Getting Started with TS EasyLanguage
Multi-data strategy... pg. 34
by TJ
06 Sep 2012
Forum: MultiCharts
Topic: Global Setting
Replies: 3
Views: 856

Re: Global Setting

Hello all, I am running Multicharts v.8. Does anyone know where there might be global settings for things like contract amounts and such. IE) If no matter what I never wanted to have more than 10 future contracts going at once. Thanks, Mitch The Wiki has pretty well all the basic answers you are lo...
by TJ
06 Sep 2012
Forum: MultiCharts
Topic: Is it a glitch in Interactive Broker data [SOLVED]
Replies: 15
Views: 3374

Re: Is it a glitch in Interactive Broker data [SOLVED]

I would upgrade the TWS. I remember one of the older versions had this bug.
by TJ
05 Sep 2012
Forum: MultiCharts
Topic: Price bar based on contract size [SOLVED]
Replies: 1
Views: 819

Re: Price bar based on contract size [SOLVED]

I am really new to Multicharts. I am running v.8 and was asked if we can get price bar data to be based on contract size. Like one price bar would be based off of a 1000 contracts. Is there a setting in the format instrument that could do this. Right click on chart, Format Instrument > Settings > R...
by TJ
05 Sep 2012
Forum: MultiCharts
Topic: Is it a glitch in Interactive Broker data [SOLVED]
Replies: 15
Views: 3374

Re: Is it a glitch in Interactive Broker data [SOLVED]

What is your TWS version?
by TJ
05 Sep 2012
Forum: MultiCharts
Topic: chronological conditions
Replies: 14
Views: 3341

Re: chronological conditions

ps. if you do not like TRUE or FALSE, you can try this:

Code: Select all


var:
higher.high(0),
lower.low(0);

if H > H[1] then higher.high = 1 else higher.high = 0;
if L < L[1] then lower.low = 1 else lower.low = 0;
by TJ
05 Sep 2012
Forum: MultiCharts
Topic: chronological conditions
Replies: 14
Views: 3341

Re: chronological conditions

TJ .... LOL from my side. Yes of course that is another style. Like I wrote I don't like TRUE & FALSE. As long as I love to check my code (rules & conditions) with plots, I don't know how to plot TRUE & FALSE without any extra code or declaration for it. With my style I need 1 variable. With TRUE &...
by TJ
05 Sep 2012
Forum: MultiCharts
Topic: chronological conditions
Replies: 14
Views: 3341

Re: chronological conditions

Henry .... like TJ said : avoid generic names like value1, value2, condition1, etc. ... Example : var: x(0); // if "condition" = false then value of x is 0 ... if true value of x = 1 var: openlong(0); var: barcounterlong(0); if h > h[1] then x = 1 else x = 0; or if h > h[1] then x = 1 else if h <= ...
by TJ
04 Sep 2012
Forum: MultiCharts
Topic: Paper trading and living trading simultaneously [SOLVED]
Replies: 1
Views: 1143

Re: Paper trading and living trading simultaneously [SOLVED]

Does anyone know if it's possible to run both a Trading IB account and a Simulated IB paper account at the same time on MC8?

Is anyone doing this? Is it possible to open two IB connections at the same time using different ports??

- Stefano
see this post
by TJ
04 Sep 2012
Forum: MultiCharts FAQ
Topic: [FAQ] Autotrade / Backtest / Optimization
Replies: 23
Views: 39660

8) Multiple Broker Accounts

[FAQ] Multiple Broker Accounts Question: I have 3 futures broker accounts. Can MC send orders to each broker for the same strategy or do I have to have 3 different workspaces? In MultiCharts a strategy on chart can place orders only for 1 account a time. Other words, 1 chart = 1 account. If you hav...
by TJ
03 Sep 2012
Forum: MultiCharts
Topic: custom fututes, rollover code and alert questions [SOLVED]
Replies: 7
Views: 2077

Re: custom fututes, rollover code and alert questions [SOLVED]

I see your point but when I think about it, my initial question wasn't accurate, adding the individual contract doesn't actually solve the problem. What I'm really trying to get to is....how can I alert on a contract high/low since rollover ?....so it's actually not the contract high/low....its the...
by TJ
03 Sep 2012
Forum: MultiCharts
Topic: Visual Order for an Indicator that plots a Vertical Line [SOLVED]
Replies: 2
Views: 1718

Re: Visual Order for an Indicator that plots a Vertical Line [SOLVED]

Hello, On MC 8, 32 bit, Range bars, how do you program a vertical Line to be behind price bars? My rudimentary example below for GOLD open/close of pit times? Problems: 1. If no bar forms during the 'zone' then no vertical line. 2. Sometimes vertical line displays then no vertical line then some mo...
by TJ
03 Sep 2012
Forum: MultiCharts FAQ
Topic: [FAQ] SMS Alert (Text message)
Replies: 10
Views: 8785

Re: TEXT Alerts

I sent a 'feature request' a while ago but, I wanted to see if I could gauge support for it. Currently alerts are sent via email, its very easy for iphone users who do not have push email to miss or at least not see the alert in a timely fashion during trading hours, constantly refreshing from the ...
by TJ
03 Sep 2012
Forum: MultiCharts
Topic: chronological conditions
Replies: 14
Views: 3341

Re: chronological conditions

suggestion:

draw a flow chart
by TJ
03 Sep 2012
Forum: MultiCharts
Topic: chronological conditions
Replies: 14
Views: 3341

Re: chronological conditions

a side note:

Always use a meaningful variable name; avoid generic names like value1, value2, condition1, etc.,

A good coding practice will save you lots of headache in debugging.
by TJ
03 Sep 2012
Forum: MultiCharts
Topic: custom fututes, rollover code and alert questions [SOLVED]
Replies: 7
Views: 2077

Re: custom fututes, rollover code and alert questions [SOLVED]

question #1, I have created custom futures for most products but the currencies (in this case Canadian dollar) don't seem to be listed in the custom futures root symbol list (IB = data provider). I can add the required months to the symbol list but when you go to 'add custom future', there's no roo...
by TJ
02 Sep 2012
Forum: MultiCharts
Topic: custom fututes, rollover code and alert questions [SOLVED]
Replies: 7
Views: 2077

Re: custom fututes, rollover code and alert questions [SOLVED]

... question #3, I have a strategy that 'alerts' when the condition is true, in the alert I include the close of a previous day....lets say close[30]....when the pop up/email appears, that close[30] only has two decimal places, so going back to the currencies, its a problem. The currencies all use ...
by TJ
02 Sep 2012
Forum: MultiCharts
Topic: custom fututes, rollover code and alert questions [SOLVED]
Replies: 7
Views: 2077

Re: custom fututes, rollover code and alert questions [SOLVED]

....if rollover=true then barsback = to bar number - rollover bar number....type thing?...I know that's not real code there but just for question purposes. Thanks for the help. a side note: Actually that is the proper way to "code". ... first, think out loud in pseudo code , then step-by-step modif...
by TJ
02 Sep 2012
Forum: MultiCharts
Topic: custom fututes, rollover code and alert questions [SOLVED]
Replies: 7
Views: 2077

Re: custom fututes, rollover code and alert questions [SOLVED]

question #1, ... question #2, OK, so I have a custom future, lets say Corn....I want to build a strategy that tells me whether the current front month contract has made a new 'contract high/low', so if December Corn is the front month, has it made a contract high/low SINCE ROLLOVER ?, I know I coul...
by TJ
01 Sep 2012
Forum: MultiCharts
Topic: whats wrong here, easy language [SOLVED]
Replies: 4
Views: 1350

Re: whats wrong here, easy language [SOLVED]

you can try this debug method: plot the variables:

Code: Select all

plot10( close[30], "C[30]");
plot20( lowest(close,29)[1], "Lowest29");
Plot them as lines, you can then visually inspect where the variables sit at the end of each day.
by TJ
01 Sep 2012
Forum: MultiCharts
Topic: whats wrong here, easy language [SOLVED]
Replies: 4
Views: 1350

Re: whats wrong here, easy language [SOLVED]

ok, i give....can someone explain why this doesn't work and tell me what will actually work? so, I'm trying to compare the close of 30 days ago to the last 29 closes....eg. if close[30] < lowest(close,29)[1] then.... I thought this statement would be true if the close of 30 days ago..... was lower ...
by TJ
01 Sep 2012
Forum: MultiCharts FAQ
Topic: [FAQ] EasyLanguage / PowerLanguage
Replies: 11
Views: 42325

(8) [FAQ] MaxBarsBack

(8) [FAQ] MaxBarsBack So, is there a calculation mechanism or an error in the code which prevent the script to obey the Max Bars Back parameters set? MaxBarsBack value totally depends on your script. For example, if your script references 50 bars back in its calculation, then the MaxBarsBack value ...
by TJ
31 Aug 2012
Forum: MultiCharts
Topic: atr coming up zero [SOLVED]
Replies: 2
Views: 1039

Re: atr coming up zero [SOLVED]

I entered this in a signal value7 = AvgTrueRange(14); print ("Date = " +eldatetostring(Date)+ " yTime = " + numtostr(Time,0) + " ATR VAL # = " + NumToStr(value7 ,0)); the value7 is always 0.... not sure why a side note : Always use a meaningful variable name; avoid generic names like value1, value2...
by TJ
29 Aug 2012
Forum: MultiCharts .NET
Topic: Strategy on ranked instruments
Replies: 2
Views: 2795

Re: Strategy on ranked instruments

Is the following strategy possible to write in MC.NET? Everyday a set of 100 stocks is evaluated to a certain value as result (e.g. RSI). These stocks are then ranked/sorted by that value and the strategy should issue buy or sell orders on up to 10 stocks on the list (highest ranked and above a tre...
by TJ
29 Aug 2012
Forum: MultiCharts
Topic: Inputs StartTime, endtime [SOLVED]
Replies: 5
Views: 1894

Re: Inputs StartTime, endtime [SOLVED]

my question is not on how to write the logic, it is simply that I want to write an input variable that holds a time value that can have a default value. An input value is a value you decided to use for the calculation of your logic. If you want the Start Time to be 10:00 am, and the End Time to be ...
by TJ
29 Aug 2012
Forum: MultiCharts
Topic: Inputs StartTime, endtime [SOLVED]
Replies: 5
Views: 1894

Re: Inputs StartTime, endtime [SOLVED]

maybe you need this

Code: Select all

if currenttime > StartTime AND currenttime < EndTime then.....
by TJ
29 Aug 2012
Forum: MultiCharts
Topic: Inputs StartTime, endtime [SOLVED]
Replies: 5
Views: 1894

Re: Inputs StartTime, endtime [SOLVED]

when writing an signal I want to have two inputs: inputs StartTime(currenttime), EndTime(CurrentTime); but I I dont know how to set them to a default time, other than current time. So how would i make it like StartTime(1000) EndTime(1500) I tried using the above but when I make an if statement if c...
by TJ
29 Aug 2012
Forum: MultiCharts .NET
Topic: Instruments scanning
Replies: 1
Views: 2089

Re: Instruments scanning

Is there a way scan through all instruments based on a set of conditions? For instance, when SP(or any other index) is close to a pivot point I'd like to scan through all symbols and pick up the ones which have good risk/reward ratio. Is this possible?
sure, that's what the scanner is for.
by TJ
28 Aug 2012
Forum: MultiCharts
Topic: Setting for Studies and Session Breaks to placed behind Bars [SOLVED]
Replies: 2
Views: 1104

Re: Setting for Studies and Session Breaks to placed behind  [SOLVED]

Hello

When I plot a session break on a chart it plots it overtop the price bar...hiding the price bar...

Any setting to toggle to always plot price bars on top of session breaks and studies (moving averages , etc)

Thanks B
Right click on chart,

select Visual Order.
by TJ
28 Aug 2012
Forum: MultiCharts .NET
Topic: MC.Net vs regular MC comparison list [SOLVED]
Replies: 32
Views: 19465

Re: MC.Net vs regular MC comparison list [SOLVED]

Just to be sure, a (maybe) dumb question: There is no way to compile .net code in a way it runs on standard Multicharts? How about developers who want to develop code and sell it? Their customers need .net version too? re: ... standard Multicharts? do you mean to create the indicator in MultiCharts...
by TJ
28 Aug 2012
Forum: MultiCharts FAQ
Topic: [FAQ] Autotrade / Backtest / Optimization
Replies: 23
Views: 39660

7) This Bar on Close

[FAQ] This Bar on Close Hi, I have some problems with the order „sell this bar on close“ on a DayChart. It tries to close the position after the market is close and it varies from 9 sec to 4 min after the market closed. Of course all the Market orders to sell are rejected. Answer: BUY/SELL this bar...
by TJ
27 Aug 2012
Forum: MultiCharts
Topic: Missing Daily Candle for July 9, 2012 EUR.USD - IB data
Replies: 22
Views: 3631

Re: Missing Daily Candle for July 9, 2012 EUR.USD - IB data

As per your suggestion and following the linked thread, I had changed the setting in MC and the problem had resolved. But I just noticed it has re-appeared now - on precisely the same date as before. Not sure what happened. Are you also experiencing a similar problem? MC Team please advise. Hello H...
by TJ
27 Aug 2012
Forum: MultiCharts
Topic: BackTesting Versus Real trading Performance [SOLVED]
Replies: 1
Views: 871

Re: BackTesting Versus Real trading Performance [SOLVED]

I´ve been creating a strategy automated trading and it has been wonderfull in backtesting but i´m not having succes in real tradings. Anyone could help-me to understand better what kind of mistakes i´m doing and what is missing in my analyses? The Wiki is a very useful resource https://www.multicha...
by TJ
27 Aug 2012
Forum: MultiCharts
Topic: Auto Draw Vertical Line based on Time? [SOLVED]
Replies: 5
Views: 5167

Re: Auto Draw Vertical Line based on Time? [SOLVED]

Hi everyone, Anyone can help me with code of autodraw vertical line in 1 minute chart? like every 5 mins and 15 mins past the hour draw vertical time line. See on chart. Thanks a lot. give this a try Hi TJ, in your code, the drawing is always on subchart, Format Study > Properties > Subchart https:...
by TJ
26 Aug 2012
Forum: MultiCharts
Topic: Having A subchart with a different time scale [SOLVED]
Replies: 9
Views: 2472

Re: Having A subchart with a different time scale [SOLVED]

Ok, so what you do, is you open several instances of MC, then you manually open each WS for each MC instance such that no two instances share a WS. Is it possible to fire a command line that would preload an instance of MC with a set of WS.. For example if you had commandline options for MC you cou...
by TJ
26 Aug 2012
Forum: MultiCharts
Topic: Having A subchart with a different time scale [SOLVED]
Replies: 9
Views: 2472

Re: Having A subchart with a different time scale [SOLVED]

Ok Great.... One issue I just thought about tho, would the fact that I have autosave on, which means that the last instance closed would be the one which would be saved for the next time I loaded one more instances....
The autosave saves wsp. You should not have the same wsp opened more than once.
by TJ
26 Aug 2012
Forum: MultiCharts
Topic: Having A subchart with a different time scale [SOLVED]
Replies: 9
Views: 2472

Re: Having A subchart with a different time scale [SOLVED]

Yes I understand I can detach the chart and then place it in a particular place and pin it. However, having the capability to arrange windows in the manner of the other two programs would be ideal. Also, it would be good if I could "detach" a tab itself, so that it could act as a container for me. ...
by TJ
26 Aug 2012
Forum: MultiCharts
Topic: How to disconnect my workplace to my account [SOLVED]
Replies: 2
Views: 1042

Re: How to disconnect my workplace to my account [SOLVED]

Hello Maybe a dummy question, but an unresolved for me. Last week, I played with the DOM. Since then, my Workspace keep to connect to my account. I'm receiving voice message and it seems to get in conflict with my actualHow can I cut any link with it. I'm trading outside MC and I only use to displa...
by TJ
26 Aug 2012
Forum: MultiCharts
Topic: Having A subchart with a different time scale [SOLVED]
Replies: 9
Views: 2472

Re: Having A subchart with a different time scale [SOLVED]

Ok, thanks for the clarification. The problem is, I want to stack 3 of these in a single WS, and then I have to constantly adjust them, I tried to use the arrange window, but using that causes a forced arrangement not to my liking. It would be great if i could utilize a workspace docking capability...
by TJ
26 Aug 2012
Forum: MultiCharts
Topic: Having A subchart with a different time scale [SOLVED]
Replies: 9
Views: 2472

Re: Having A subchart with a different time scale [SOLVED]

I want to have a subchart with the same instrument on a different time scale. As you can see in the enclosed screenshot, on the top subchart I have 10 min and 60 minute time bars, on the bottom subchart I just have 60 min time bars. I was hoping that I would be able to see more bars on the botttom ...
by TJ
24 Aug 2012
Forum: MultiCharts FAQ
Topic: [FAQ] Autotrade / Backtest / Optimization
Replies: 23
Views: 39660

6) SetExitOnClose

[FAQ] SetExitOnClose Question: Why doesn't my SetExitOnClose work? Answer: from EasyLanguage® Functions & Reserved Words Reference SetExitOnClose is a built-in stop reserved word used to place an order to exit all shares or contracts in all positions on the close of the last bar of the trading sess...
by TJ
24 Aug 2012
Forum: MultiCharts FAQ
Topic: [FAQ] Autotrade / Backtest / Optimization
Replies: 23
Views: 39660

5) Built-In Stops / Profit Targets / OCO Orders

[FAQ] Built-In Stops / Profit Targets / OCO Orders Questions: -- Why is my SetStopLoss not executed? -- How to code an OCO order? -- How do I remove a stop loss order once a position is closed? Here's my sample code. Why doesn't it work? If Marketposition <> 0 and BuyCondition = True then Begin Buy...
by TJ
24 Aug 2012
Forum: MultiCharts
Topic: Searching for a function to multiply by "10x " [SOLVED]
Replies: 1
Views: 828

Re: Searching for a function to multiply by "10x " [SOLVED]

Hello My English is not perfect, so I don't know what to look for in the help I'm looking for a function that will multiply a number by 10 * number of time. In French, we call that an "Exposant" 10² = 100 "10 Exposant 2" = 100 What is the function that do that? Number * function(2) Martin check the...
by TJ
24 Aug 2012
Forum: MultiCharts
Topic: Auto Draw Vertical Line based on Time? [SOLVED]
Replies: 5
Views: 5167

Re: Auto Draw Vertical Line based on Time? [SOLVED]

Hi everyone,

Anyone can help me with code of autodraw vertical line in 1 minute chart? like every 5 mins and 15 mins past the hour draw vertical time line. See on chart. Thanks a lot.
give this a try
by TJ
23 Aug 2012
Forum: MultiCharts
Topic: Daily Chart Signal intraday generation.
Replies: 8
Views: 2283

Re: Daily Chart Signal intraday generation.

No idea how to add multiple attachements sorry
click "Preview", then you can add another attachment.
by TJ
22 Aug 2012
Forum: MultiCharts
Topic: Text_SetLocation not for vertical location change
Replies: 16
Views: 3339

Re: Text_SetLocation not for vertical location change

How is this used?

Code: Select all

intrabarpersist _txtId (-1),
by TJ
21 Aug 2012
Forum: MultiCharts .NET
Topic: Sample Functions
Replies: 11
Views: 5613

Re: Sample Functions

viewtopic.php?f=19&t=10679&p=52999#p52999
Hello,

Functions are not documented yet. We plan to provide the source code and description of the functions in the next version.
by TJ
21 Aug 2012
Forum: MultiCharts
Topic: Text_SetLocation not for vertical location change
Replies: 16
Views: 3339

Re: Text_SetLocation not for vertical location change

TJ, I can't give You an answer to this.
...
Any idea what is wrong?
Can you draw a diagram(s) to illustrate how you would like the text operation presented on the chart?
by TJ
21 Aug 2012
Forum: MultiCharts
Topic: Renko Questions [SOLVED]
Replies: 9
Views: 4865

Re: Renko Questions [SOLVED]

I like Renko charts; I use a modified/enhanced version myself. But personally I would not do autotrade off them (too many reasons to list here). I would use a Renko simulator on a 1 min chart. ****************************************************** TJ: You said that " I use a modified/enhanced versi...
by TJ
21 Aug 2012
Forum: MultiCharts FAQ
Topic: [FAQ] Autotrade / Backtest / Optimization
Replies: 23
Views: 39660

4) IntrabarOrderGeneration (IOG) in Backtesting

[FAQ] IntrabarOrderGeneration (IOG) in Backtesting Hi Henry I enabled [IntrabarOrderGeneration = true] ; but back test still shows exit at close of 3 min bar even i put in tick data. Enabling IOG does not make your strategy to be calculated on the tick data in backtesting. Enabling IOG makes the sc...
by TJ
21 Aug 2012
Forum: MultiCharts FAQ
Topic: [FAQ] Autotrade / Backtest / Optimization
Replies: 23
Views: 39660

3) Autotrade FAQ

[FAQ] Learn to Debug 1. Know Your Data -- GIGO -- Before you start your debug, make sure you have clean data. 2. Know Your Variables -- Get rid of your generic variable names. ie. value1, var1, condition1, etc., and replace them with meaningful names. Who can tell what this is about??? Who wants to...
by TJ
21 Aug 2012
Forum: MultiCharts FAQ
Topic: [FAQ] Autotrade / Backtest / Optimization
Replies: 23
Views: 39660

2) Autotrade -- Before You Start

[FAQ] Before You Start Before you jump head first into coding a strategy... 1. Understand that Autotrading is NOT [/i] Unattended Trading. NO amount of automation can prepare you for the unknown and/or the unexpected. 2. Build intelligence into your code -- your strategy should always check for you...
by TJ
21 Aug 2012
Forum: MultiCharts FAQ
Topic: [FAQ] Autotrade / Backtest / Optimization
Replies: 23
Views: 39660

[FAQ] Autotrade / Backtest / Optimization

1) Autotrade / Backtest / Optimization FAQ START HERE: The Wiki is a very useful resource Click this first >>> Category:Backtesting: https://www.multicharts.com/trading-software/index.php/Category:Backtesting Click this next >>> Category:FAQ: https://www.multicharts.com/trading-software/index.php/C...
by TJ
21 Aug 2012
Forum: MultiCharts
Topic: Renko Questions [SOLVED]
Replies: 9
Views: 4865

Re: Renko Questions [SOLVED]

TJ,

Thanks for the reply. Is slippage the main reason you would not autotrade Renko's? Or is the MC back testing unrealistic?
Backtesting unrealistic has nothing to do with MultiCharts, it is the intrinsic nature of the Renko bar, or most range chart for that matter.
by TJ
21 Aug 2012
Forum: MultiCharts
Topic: Renko Questions [SOLVED]
Replies: 9
Views: 4865

Re: Renko Questions [SOLVED]

I like Renko charts; I use a modified/enhanced version myself.
But personally I would not do autotrade off them (too many reasons to list here).
I would use a Renko simulator on a 1 min chart.
by TJ
21 Aug 2012
Forum: MultiCharts
Topic: Text_SetLocation not for vertical location change
Replies: 16
Views: 3339

Re: Text_SetLocation not for vertical location change

While re-arranging the marketdepth indicator I came to some un-easy things while dealing with text strings. If I want to put a simple text I can create a new text object with text_new_s and giving as paramater a place for X and Y (datetime and price). The last time MC often has problems with not en...
by TJ
21 Aug 2012
Forum: MultiCharts
Topic: How to get mail when autotrading is turned off [SOLVED]
Replies: 3
Views: 1072

Re: How to get mail when autotrading is turned off [SOLVED]

I can see on the wiki that i can get a sound alert when autotrading is turned off,but How do I get a mail or alert in window?
Here is the Code for Sound alert
...
do you mean when broker connectivity is off?

see post #13
viewtopic.php?f=16&t=6845
by TJ
20 Aug 2012
Forum: MultiCharts
Topic: Problem with TradingStrategy and barstatus
Replies: 3
Views: 1112

Re: Problem with TradingStrategy and barstatus

with [IntrabarOrderGeneration = true],
if the order was not filled on the 1st tick of the new bar,

Code: Select all

Buy Next Bar At high
will need to be re-coded to

Code: Select all

Buy Next Bar At high[1]
by TJ
19 Aug 2012
Forum: MultiCharts
Topic: Sending Orders to Multiple Accounts? [SOLVED]
Replies: 8
Views: 2208

Re: Sending Orders to Multiple Accounts? [SOLVED]

I have 3 futures broker accounts. Can MC send orders to each broker for the same strategy or do I have to have 3 different workspaces?
are you referring to InteractiveBroker's family and friends accounts?
by TJ
19 Aug 2012
Forum: MultiCharts
Topic: Change and Set what is Session "Default" Times [SOLVED]
Replies: 6
Views: 1829

Re: Change and Set what is Session "Default" Times [SOLVED]

ok here i can select a session i understand. But when I add a new symbol, somehow a "default" is selected, I see this in multicharts when i click on the instrument on the chart and go to the settings tab. In there is a Chart settings area, where sessions: Default is selected. I dont know what Defau...
by TJ
19 Aug 2012
Forum: MultiCharts
Topic: Change and Set what is Session "Default" Times [SOLVED]
Replies: 6
Views: 1829

Re: Change and Set what is Session "Default" Times [SOLVED]

In that area, I can change existing Sessions and even create a new one. However, I dont see a Session labeled "Default" also I dont find where i can select a given Session as "Default" "Default" refers to a specific session template used by a particular symbol. Go to QuoteManager, highlight the ins...
by TJ
19 Aug 2012
Forum: MultiCharts
Topic: Change and Set what is Session "Default" Times [SOLVED]
Replies: 6
Views: 1829

Re: Change and Set what is Session "Default" Times [SOLVED]

Hi,

How do I change and set the session "Default" Times?

Thanks
QuoteManager > Tools > Session Templates
by TJ
19 Aug 2012
Forum: MultiCharts
Topic: checking reason exit position, and benefits ?? [SOLVED]
Replies: 3
Views: 1153

Re: checking reason exit position, and benefits ?? [SOLVED]

Hello I'm writing an easylanguage code and ... I'm outside the market and I want to check... a) If my last trade was positive or negative (benefits). b) If I exit my last position because of a "stop loss" What functions do I need to use? a) positionprofit(1)>=0 ? b) ???? regards To start... look up...
by TJ
19 Aug 2012
Forum: MultiCharts
Topic: Daily Average True range [SOLVED]
Replies: 21
Views: 7348

Re: Daily Average True range [SOLVED]

Hello, ... It seems like MC would be advanced enough to understand daily functions when using an intraday system, no? Thanks so much for your input. Carey MultiCharts analyzes the chart bar-by-bar. If the chart is a one minute chart, it will analyze the chart one minute at a time. If the chart is a...
by TJ
19 Aug 2012
Forum: MultiCharts
Topic: Daily Average True range [SOLVED]
Replies: 21
Views: 7348

Re: Daily Average True range [SOLVED]

Hello, In response to your statement: "Instead of using HighD(1) in an intraday chart, you should add a daily chart as data2 and apply average to the high of data2." Would you please explain what you mean, and how this may be done on MC? A brief example would be super helpful.... [snip] Thanks so m...
by TJ
18 Aug 2012
Forum: MultiCharts
Topic: sell shares at current bar vs next bar
Replies: 11
Views: 3453

Re: sell shares at current bar vs next bar

ok thanks the information, but i still have an issue to make it work. When I enter I want the next bar, but when exiting it can be the current bar (since current bar is the bar where I entered. Here is some example code, I tried to use barstatus... if MarketPosition = 0 and time>1000 and (time <160...
by TJ
18 Aug 2012
Forum: MultiCharts .NET
Topic: Data not loading on chart - error?
Replies: 16
Views: 7508

Re: Data not loading on chart - error?

Hi I just installed demo version of Multichart (64bit). I tried getting free data and using my IB account from TWS. In both cases, it failed to draw charts. It simply says no data (see screenshot attached). I've used the start-up wizard to simply add symbols etc again no success. any ideas? You can...
by TJ
18 Aug 2012
Forum: MultiCharts
Topic: Data
Replies: 4
Views: 997

Re: Data

Hi there, I have been using data from TS to run strategies but I have recently moved to Interactive Brokers. I have noticed that my strategies do not match. Does anyone know to setup the data from IB to match TS? I'm guessing there is something in the settings that I need to change on MC...I haven'...
by TJ
18 Aug 2012
Forum: MultiCharts
Topic: sell shares at current bar vs next bar
Replies: 11
Views: 3453

Re: sell shares at current bar vs next bar

Hi, I have this code Sell("Exit L200-CS200 Target") 100 Shares Next Bar at (EntryPrice + t2) Limit; but i dont want to have to wait until the next bar to execute the sale, if it hits the target on the current bar, i would like to sell it then.. how do I change the code properly? look up intrabarord...
by TJ
18 Aug 2012
Forum: MultiCharts
Topic: Calculation of Average Daily Range [SOLVED]
Replies: 8
Views: 3704

Re: Calculation of Average Daily Range [SOLVED]

Hi, I've read discussions on calculating average daily range for ## number of days using the "average" function as follows for the last 10, 20, etc. days: Average(HighD(1), 30) - Average(LowD(1), 30) As it turns out, when I print the ouput of the above code, I just get yesterday's daily range, NOT ...
by TJ
18 Aug 2012
Forum: MultiCharts
Topic: Daily Average True range [SOLVED]
Replies: 21
Views: 7348

Re: Daily Average True range [SOLVED]

Hi, I've read your discussion on calculating average daily range and have tried getting using the "average" function as follows for the last 10, 20, etc. days: Average(HighD(1), 30) - Average(LowD(1), 30) As it turns out, when I print the ouput of the above code, I just get yesterday's daily range,...
by TJ
18 Aug 2012
Forum: MultiCharts
Topic: Changing the color of certain chart labels
Replies: 6
Views: 1976

Re: Changing the color of certain chart labels

In the format window, i have enable status line checked, and i went to the status line colors, and made each entry black, that is normal, positive values, negative values, unchanged values. However, the Instrument Text Color, Description Text Coilor, and Resultion Text color is still Green... Pleas...
by TJ
18 Aug 2012
Forum: MultiCharts
Topic: Changing the color of certain chart labels
Replies: 6
Views: 1976

Re: Changing the color of certain chart labels

Hi,

On my chart I have labels for the instrument, timeframe, and datasource. They are defaulted Green, how do I change the color for this? and make the new color i chose default?

Thanks in advance.
https://www.multicharts.com/trading-sof ... tatus_Line
by TJ
18 Aug 2012
Forum: MultiCharts
Topic: color bars [SOLVED]
Replies: 10
Views: 5639

Re: color bars [SOLVED]

Aiti, Thanks for your prompt response, actually... I implemented the solution with this command (just an example): plotpaintbar(h,l,o,c,"",UpColor) else plotpaintbar(h,l,o,c,"",OutsideBar ); during the painting of the current bar, as its moving up and down, will the bar update realtime? that is it ...
by TJ
17 Aug 2012
Forum: MultiCharts
Topic: Tip for getting HL Bars [SOLVED]
Replies: 3
Views: 1297

Re: Tip for getting HL Bars [SOLVED]

you can make an indicator to plot the HL only That's a good idea too. I tried it just now, but when I set the chart to "invisible bars" I lose control of the color of the current price marker and bar timer. Unfortunately, the colors it seems to default to are hard to read. Any way to change that (s...
by TJ
17 Aug 2012
Forum: MultiCharts
Topic: Tip for getting HL Bars [SOLVED]
Replies: 3
Views: 1297

Re: Tip for getting HL Bars [SOLVED]

One thing I missed once I turned NT off and started using MC exclusively was HL bars. At a friend's suggestion, I tried this workaround: Set the chart for HLC bars. Make the closing tick as thin as possible and a match for the chart background color in Format Intrument => Style => Chart Style. This...
by TJ
16 Aug 2012
Forum: MultiCharts
Topic: EL function error [SOLVED]
Replies: 2
Views: 978

Re: EL function error [SOLVED]

what is the name of the function you are trying to create?
by TJ
16 Aug 2012
Forum: MultiCharts
Topic: DOM indicator for chart [SOLVED]
Replies: 16
Views: 5183

Re: DOM indicator for chart [SOLVED]

This seems like a stupid question- but I have applied the market depth on chart study to my chart but I don't get anything...what am I doing wrong ? MC 64 bit build 5622
what is the instrument?

this indicator does not work on custom futures
by TJ
15 Aug 2012
Forum: MultiCharts
Topic: candlestick border in an indicator
Replies: 8
Views: 2706

Re: candlestick border in an indicator

...BTW, you last line has a little glitch: spread.0 (->spread.o)
Thanks for the heads up. Corrected now.
by TJ
15 Aug 2012
Forum: User Contributed Studies and Indicator Library
Topic: GlobalVariables GV Latency Tester
Replies: 0
Views: 2791

GlobalVariables GV Latency Tester

// GlobalVariables GV Latency Tester // version: beta 0.1 // author: TJ // date: 20120815 // license: non-commercial private use only // terms: this header must be retained // // description: // this indicator tests the latency of GV variable transfer time // // this indicator has 2 sections: // sec...
by TJ
15 Aug 2012
Forum: MultiCharts
Topic: Converting Indicator to Function: Return results don't match [SOLVED]
Replies: 2
Views: 1101

Re: Converting Indicator to Function: Return results don't m [SOLVED]

Tip #1:

Do not use generic variable names.

ie. Value1, Value2, condition1, etc.,


Variable names are free; you can create a meaningful name so that you can reference it during debug.

It will save you plenty of hair.
by TJ
14 Aug 2012
Forum: MultiCharts
Topic: candlestick border in an indicator
Replies: 8
Views: 2706

Re: candlestick border in an indicator

I managed to construct a candle stick chart as an indicator however as far as I understood it is not possible to address the candlestick border. would be nice to make the 3rd chart complete. example: divide symbol 1 by symbol 2, like gold divided by eurusd (close/close open/open etc) in an indicato...
by TJ
14 Aug 2012
Forum: MultiCharts
Topic: ADE and optimization [SOLVED]
Replies: 39
Views: 18221

Re: ADE and optimization [SOLVED]

Thanks for the update.
Much appreciated.
by TJ
14 Aug 2012
Forum: MultiCharts
Topic: How to program "Close all orders when end of day" [SOLVED]
Replies: 6
Views: 2381

Re: How to program "Close all orders when end of day" [SOLVED]

goose Eod_Exit code with an EarlyClose function for the US markets.
any difference with this code?
viewtopic.php?f=5&t=7834&p=33125&hilit=eod_exit#p33125
by TJ
14 Aug 2012
Forum: MultiCharts
Topic: MULTICHARTS 8.0 RELEASE
Replies: 143
Views: 53694

Re: MULTICHARTS 8.0 RELEASE

Not sure if this is related to your issue: if your monitors have different resolutions, when you detach a chart outside of MC into a monitor of different resolution, any drawing object on the right space will behave slightly differently. This has to do with the bar spacing pixels.
by TJ
14 Aug 2012
Forum: MultiCharts
Topic: Help to check the global variable code [SOLVED]
Replies: 13
Views: 3644

Re: Help to check the global variable code [SOLVED]


are you looking at the chart in real time during the market hour?
or a chart off line?
I set GV in portfolio backtesting.
Does it work in backtesing?
GV is a real time tool. It is not designed for backtest.
by TJ
14 Aug 2012
Forum: MultiCharts
Topic: Help to check the global variable code [SOLVED]
Replies: 13
Views: 3644

Re: Help to check the global variable code [SOLVED]

What do you mean by "every value in my variable"? Have you read the manual? I want it can be interactive. In Instrument A I got a line,but in Instrument B just a line with only one value. Is that correct result? are you looking at the chart in real time during the market hour? or a chart off line?
by TJ
14 Aug 2012
Forum: MultiCharts
Topic: Help to check the global variable code [SOLVED]
Replies: 13
Views: 3644

Re: Help to check the global variable code [SOLVED]

ye,I will try this. Thank you. I can get one value through GV. How it pass every value in my variable? Here is my code: Insturment A: variables: GV_1 ( 0 ), CA( 0 ) ; CA = CLOSE ; GV_1 = GVSetNamedInt("test", CA ) ; plot1( CA, "CLOSE OF A"); Instrument B: variables: GV_1 ( 0 ) ; GV_1 = GVGetNamedIn...
by TJ
13 Aug 2012
Forum: MultiCharts
Topic: how to return NumericRef in EL [SOLVED]
Replies: 10
Views: 1825

Re: how to return NumericRef in EL [SOLVED]

...
i have a question regarding array.
does an array has to be sync with bar or it can be of any size.
An array does not have to sync with a bar. It is a database where you can store data (value, true/false, or character) in one, two or multiple dimensions.
by TJ
13 Aug 2012
Forum: MultiCharts
Topic: how to return NumericRef in EL [SOLVED]
Replies: 10
Views: 1825

Re: how to return NumericRef in EL [SOLVED]

i think it's easier to go with an example. let's say we are at bar with time 10:03, and the high of bar end in 10:01 , 10:02, 10:03 are 1431,1429,1432. then my oHigh referencing the 3 bars should be all equal to 1432; but we can only know this at end of 10:03, which means I need to modify oHigh at ...
by TJ
13 Aug 2012
Forum: MultiCharts
Topic: Help to check the global variable code [SOLVED]
Replies: 13
Views: 3644

Re: Help to check the global variable code [SOLVED]

if you want to test out your code, write something simple. Your GV_1 = 1 and stddev are just confusing yourself. Do this: 1. from Instrument A, send the close value to GV 2. from Instrument B, get the value from GV, then plot it. if your code is correct, you will see Instrument A's close plotted on ...
by TJ
13 Aug 2012
Forum: MultiCharts
Topic: how to return NumericRef in EL [SOLVED]
Replies: 10
Views: 1825

Re: how to return NumericRef in EL [SOLVED]

no, just high of the 3 bars. is the array you refer to same as NumericRef? Ok, I have re-read your 1st post again. If you are only looking to make a printout of the Highest High of the previous 3 bars, there is no need to re-assign the variable, because the latest "Highest-High" is always the highe...
by TJ
13 Aug 2012
Forum: MultiCharts
Topic: how to return NumericRef in EL [SOLVED]
Replies: 10
Views: 1825

Re: how to return NumericRef in EL [SOLVED]

Can't tell much from what you have.
You will need to design the architecture from the ground up.

Are you trying to create a Renko/Heiken Ashi type of chart database where you can find the High or Low of X block prior?
by TJ
13 Aug 2012
Forum: MultiCharts
Topic: How to program "Close all orders when end of day" [SOLVED]
Replies: 6
Views: 2381

Re: How to program "Close all orders when end of day" [SOLVED]

Wow!

You are supra fast!

Thank you for your help! I would try it!
see also post #7
viewtopic.php?f=16&t=6929
by TJ
13 Aug 2012
Forum: MultiCharts
Topic: {exception} floating point invalid operation in simple indi [SOLVED]
Replies: 4
Views: 1559

Re: {exception} floating point invalid operation in simple i [SOLVED]

Sorry, another quick question. I am trying to get that to take the data from data 2. But i keep getting wrong results. I used a print and output debug already. I also tried to use the custom true range function as well. But i don't think its calculating correctly. Is there a way to use the averaget...
by TJ
13 Aug 2012
Forum: MultiCharts
Topic: how to return NumericRef in EL [SOLVED]
Replies: 10
Views: 1825

Re: how to return NumericRef in EL [SOLVED]

An array will do the trick. Hi TJ the way I'm coding is using array right? passing an NumericRef is pass an ref to array to function. if not, what is the way to create an array? thank you Regarding how to code it, I can't tell with the limited information you have provided. My comment on the array,...
by TJ
13 Aug 2012
Forum: MultiCharts
Topic: how to return NumericRef in EL [SOLVED]
Replies: 10
Views: 1825

Re: how to return NumericRef in EL [SOLVED]

An array will do the trick.
by TJ
13 Aug 2012
Forum: MultiCharts
Topic: {exception} floating point invalid operation in simple indi [SOLVED]
Replies: 4
Views: 1559

Re: {exception} floating point invalid operation in simple i [SOLVED]

I have had it plot fine before but now over longer data i cant understand why. Is there ever a time here where the average true range will be 0?? its the only divisor. I am using 5 min charts of YM for past 10 years if anyone can replicate. input: length ( 10 ); Vars: Ratio ( 0 ), TSI ( 0 ); Ratio ...
by TJ
13 Aug 2012
Forum: MultiCharts
Topic: How to program "Close all orders when end of day" [SOLVED]
Replies: 6
Views: 2381

Re: How to program "Close all orders when end of day" [SOLVED]

Hi Everybody, I have problem for programming MC. When I want to close all orders when the last bar is reached. look up SetExitOnClose . ps. It is for backtesting only. For real life trading, you have to code an exit strategy. (eg. exit 3 minutes before close) Especially when a half day case occurs!...
by TJ
13 Aug 2012
Forum: User Contributed Studies and Indicator Library
Topic: Floor Pivots
Replies: 1
Views: 2261

Re: Floor Pivots

I am new to Multicharts and i am looking for the basic Daily and weekly floor pivots, can you please tell me where can i find this indicator.

thank you
Have you tried a search on this site?
The search box is at the top right corner of this page.

Go to advanced search