Search found 144 matches

by faraz
21 Aug 2021
Forum: User Contributed Studies and Indicator Library
Topic: ONCE Add x Seconds delay at Start of Strategy
Replies: 1
Views: 1766

Re: ONCE Add x Seconds delay at Start of Strategy

Hi, Improved code to handle delay when time reach close to 60 seconds. // Once Add x Seconds Delay //////////////////////////////////////////////////// Vars:xSecondsDelay(3); vars: xSecondsDelay1(0),xSecondsDelay2(0),xSecondsDelay3(0); if xSecondsDelay3=0 then begin Once ClearPrintLog; If CurrentTim...
by faraz
20 Aug 2020
Forum: MultiCharts
Topic: how Cancel un-filled limit/stop orders at end custom session
Replies: 14
Views: 5993

Re: how Cancel un-filled limit/stop orders at end custom session

For my understanding, if the order is sent out to broker however not filled and the condition is not valid anymore. MC will send a cancellation command to broker, right? 1. Correct...... 2. But if you conditions are Valid and order is not filled till market close then order would stay active in Glo...
by faraz
21 Apr 2020
Forum: MultiCharts
Topic: Failure Alerts During Real-Time Automated Trading
Replies: 24
Views: 19092

Re: Failure Alerts During Real-Time Automated Trading

Hello Faraz Thanks a lot for all these suggestions and creative solutions, highly appreciate this. I want to implement a messaging system, that sends notifications to my smartphone in case of any problems (for example if an order rejection occurs). How did you implement the SMS messaging with BulkS...
by faraz
10 Jul 2019
Forum: User Contributed Studies and Indicator Library
Topic: ONCE Add x Seconds delay at Start of Strategy
Replies: 1
Views: 1766

ONCE Add x Seconds delay at Start of Strategy

Hi, Only ONCE Add x Seconds delay at Start of Strategy, You need this if you are collecting data from Chart 1 to Chart2 through EL Collection.Dll as if Chart2 is loaded first then Error will be issued by Dll. By adding delay you can keep Chart2 Strategy buzzy for 3 seconds in initial calculation so ...
by faraz
18 Feb 2019
Forum: MultiCharts
Topic: MC Trading App Store
Replies: 1
Views: 1385

MC Trading App Store

Hi,

Please all vote for Multicharts Trading App Store https://www.multicharts.com/pm/public/m ... es/MC-2556

MC should have it by now, TS have already his own Trading App Store https://TS.tradingappstore.com/featured

Thanks
by faraz
05 Feb 2019
Forum: MultiCharts
Topic: Emini S&P Real Live Trading Limit order fill ratio inquire
Replies: 0
Views: 634

Emini S&P Real Live Trading Limit order fill ratio inquire

Hello,

Need little tip from Emini S&P Real Live traders, Can you tell me from your trading experiences what's the Limit order fill ratio for 20 minute or 30 minute strategy with Strategy Properties > Auto Trading > Unfilled limit orders convert to market order.

Thanks
by faraz
10 Jul 2018
Forum: User Contributed Studies and Indicator Library
Topic: Historical back testing VS Real trading
Replies: 1
Views: 4858

Re: Historical back testing VS Real trading

Non IOG strategies Solution update for above mentioned scenario in " 1.2. UnFilled Limit order cancelation after Close Session " ; 1.2.3.4. Or Add this below code for Strategies which are not using IOG and it will Disable the auto trading which will cancel automatically all the pending Un-Filled ord...
by faraz
29 Jul 2017
Forum: MultiCharts
Topic: Partfills - Are they detectable within powerlanguage at all?
Replies: 5
Views: 1490

Re: Partfills - Are they detectable within powerlanguage at all?

Hi, I've got a buy entry order for 100 lots. It gets partfilled with 1 lot. 99 remain working. Are there any keywords within powerlanguage that return "1" in this situation? What would OpenEntryContracts(0) return? Thanks. 1. For strategies that does not have IOG, Strategy Properties > Auto trading...
by faraz
08 Apr 2017
Forum: MultiCharts
Topic: What is the source code of this simple concept? [SOLVED]
Replies: 3
Views: 1530

Re: What is the source code of this simple concept? [SOLVED]

What is the source code of this simple concept? "Long position when Stochastic Slow<20, and then Sell position when Stochastic Slow>80." No any other action. No Shortsell . No buytocover. Hope this helps. vars:var0(0),var1(0),var2(0),var3(0); Value1 = Stochastic( H, L, C, 14, 3, 3, 1, var0, var1, v...
by faraz
07 Apr 2017
Forum: MultiCharts
Topic: Vote requied from Rithmic Traders [SOLVED]
Replies: 20
Views: 7131

Re: Vote requied from Rithmic Traders [SOLVED]

For many traders using RAPI and IQFeed for instance, it might make no sense changing to RAPI+ (ie. cancel IQFeed) because they would lose in terms of available data and it would raise their monthly costs a lot more. IQFeed costs $90 a month, RAPI+ will charge you, let's say, the $0.25 per side. Now...
by faraz
07 Apr 2017
Forum: MultiCharts
Topic: Vote requied from Rithmic Traders [SOLVED]
Replies: 20
Views: 7131

Re: Vote requied from Rithmic Traders [SOLVED]

Many others, prefer indeed to use an external data feed such as IQFeed or eSignal because, on one hand, it acts like a backup data in case of one of them fail. On the other hand, let's face it, IQFeed offer data that no other execution feed offers and for many traders that is their main goal for us...
by faraz
07 Apr 2017
Forum: MultiCharts
Topic: Vote requied from Rithmic Traders [SOLVED]
Replies: 20
Views: 7131

Re: Vote requied from Rithmic Traders [SOLVED]

Can any body tell me, Even if MC is able to incorporate RAPI and RAPI+ separately as they desire and find a way to skip the costs for RAPI. Even then how you can trade using RAPI which do not have historical data? Only way is to subscribe another data feed and pay them, but then question is why pay ...
by faraz
05 Apr 2017
Forum: MultiCharts
Topic: Vote requied from Rithmic Traders [SOLVED]
Replies: 20
Views: 7131

Re: Vote requied from Rithmic Traders [SOLVED]

Rithmic is going to charge all MultiCharts users for RAPI+, even if they use RAPI. Henry Below remarks from Rithmic, looks like you can provide both solutions RAPI and RAPI+ and the it will be on brokers to charge their clients what ever they like. In general Rithmic does not charge its end users, ...
by faraz
01 Apr 2017
Forum: MultiCharts
Topic: Vote requied from Rithmic Traders [SOLVED]
Replies: 20
Views: 7131

Vote requied from Rithmic Traders [SOLVED]

Dear Traders, Current Multicharts versions, Historical data is not available with Rithmic data feed. That is because Rithmic R|API does not support historical data any more. Rithmic R|API+ has been released which can provide historical data and offers access to time bars, tick bars, volume bars, pri...
by faraz
08 Dec 2015
Forum: MultiCharts
Topic: exit a trade before the close
Replies: 6
Views: 2499

Re: exit a trade before the close

I am not understanding the need for RecalcLastBarAfter(1), what exactly is that doing for the code? What would happen if it wasn't there? Gordon MC IOG run on every Tick. But if there is NO tick in the market strategy will not run and it is possible that you could miss those few seconds to exit bef...
by faraz
07 May 2015
Forum: MultiCharts
Topic: Limit number of trades per day (Algo) [SOLVED]
Replies: 2
Views: 2099

Re: Limit number of trades per day (Algo) [SOLVED]

This will work as well;

Code: Select all

input: MaxTrades(1);
If tradestoday(d)<MaxTrades then begin
// your code here
End;
by faraz
06 May 2015
Forum: MultiCharts
Topic: Failure Alerts During Real-Time Automated Trading
Replies: 24
Views: 19092

Re: Failure Alerts During Real-Time Automated Trading

Dear Traders !!! Low byte viewing of your remote server desktop via mobile/Pc gives a great freedom. If you are using my point number (J) of my posted 17 Oct 2014. Then this additional feature will improve your monitoring frequency speed specially for Cell phone where we face low signal issues; Loss...
by faraz
31 Dec 2014
Forum: MultiCharts
Topic: Failure Alerts During Real-Time Automated Trading
Replies: 24
Views: 19092

Re: Failure Alerts During Real-Time Automated Trading

Dear Traders !!!

I have added a new topic which can take you one more step to provide more stability to your strategy for Real Trading. I recommend you to please review it and take necessary steps.

viewtopic.php?f=5&t=47845

Successful Trading!!!

Thanks
by faraz
31 Dec 2014
Forum: User Contributed Studies and Indicator Library
Topic: Historical back testing VS Real trading
Replies: 1
Views: 4858

Historical back testing VS Real trading

Historical back testing VS Real trading Designing treatable strategy is a big challenge. Once you start trading your strategy you start to face some unknown issues which needs further coding to make the code work as close to Historical Back Testing. Here are some issues which you should consider fur...
by faraz
29 Oct 2014
Forum: MultiCharts
Topic: problem order next bar
Replies: 15
Views: 3485

Re: problem order next bar

you write : if open tomorrow>high and marketposition=0 then buy next bar at 1 Stop; the trading system is not daily but intraday... turbofib if open tomorrow>high and marketposition=0 then buy next bar at (c+1) Stop; Why you did not tested it? It works on both daily and intraday bars. Run this prin...
by faraz
29 Oct 2014
Forum: MultiCharts
Topic: problem order next bar
Replies: 15
Views: 3485

Re: problem order next bar

hi, i've signal in multiframe i want to enter long next candle if price >high i write this instruction: if open next bar>high(of this candle) and marketposition=0 then Buy ("buy") next bar at x stop; I See the following error (see pics ) you don't need IOG for this. Try this below code. if open tom...
by faraz
20 Oct 2014
Forum: MultiCharts
Topic: Failure Alerts During Real-Time Automated Trading
Replies: 24
Views: 19092

Re: Failure Alerts During Real-Time Automated Trading

I agree that reloading data is a good idea. But sometimes we forget to do it. And sometimes even if we do it, there is a gap in the feed's historical data. a) Forgetting some important Live Trading Execution Task is not an option. This below One command line tool bar code will Reload all your chart...
by faraz
20 Oct 2014
Forum: User Contributed Studies and Indicator Library
Topic: Check your Strategy calculation time in MilliSeconds
Replies: 2
Views: 3428

Re: Check your Strategy calculation time in MilliSeconds

Hi Faraz, Thanks for the code... I've used something similar, and also used the code from here: https://www.multicharts.com/discussion/viewtopic.php?f=1&t=46208#p103344 to call the Windows GetTickCount function. I like computerdatetime better than calculate_time_ms, because the latter is limited by...
by faraz
20 Oct 2014
Forum: MultiCharts
Topic: Failure Alerts During Real-Time Automated Trading
Replies: 24
Views: 19092

Re: Failure Alerts During Real-Time Automated Trading

I would like to hear if you can tell me any single ERROR/Issue which my above points does not provide a solution in it. Hi Faraz, One example of a fault that I don't know how to detect outside MultiCharts is incomplete data loading. For example, recently when we started MC on a Sunday night, some o...
by faraz
18 Oct 2014
Forum: MultiCharts
Topic: Failure Alerts During Real-Time Automated Trading
Replies: 24
Views: 19092

Re: Failure Alerts During Real-Time Automated Trading

Thank you very very much faraz! There are so many good ideas in here! It's great to hear from someone who is facing the same issues that we are, and has developed so many good solutions. Congratulations! I'll need some time to digest all of the ideas you've posted here... I'll be checking the links...
by faraz
17 Oct 2014
Forum: MultiCharts
Topic: Failure Alerts During Real-Time Automated Trading
Replies: 24
Views: 19092

Re: Failure Alerts During Real-Time Automated Trading

Dear Traders, If you are interested in solutions of these issues then I believe you have already completed designing your Strategies and would like to go live trading with one more automated step. First Congratulations on your hard work and welcome to the dreamed level. Based on my monitoring setup ...
by faraz
16 Oct 2014
Forum: User Contributed Studies and Indicator Library
Topic: Generate alert if "Rejected" order found
Replies: 0
Views: 2869

Generate alert if "Rejected" order found

Hi, If you run multicharts for Live trading and want to generate automatic alert if "Rejected" order is found then this dos batch file code can be used. :: Check for "Rejected" order status to issue alert :loop C: CD "C:\Users\Administrator\AppData\Local\TS Support\MultiCharts\9.0.9791.203\Logs\Trad...
by faraz
25 Sep 2014
Forum: User Contributed Studies and Indicator Library
Topic: Pause or Resume Optimizaton Process Run any time
Replies: 0
Views: 2159

Pause or Resume Optimizaton Process Run any time

Hi, While Running Optimization some time would require to Pause/Suspend the process for a while in case of electricity issues or low UPS power or if don't want to run on laptop battery or to do some other important task etc....... Choose below solution which suites best for your needs to Pause/Suspe...
by faraz
12 Aug 2014
Forum: MultiCharts
Topic: how Cancel un-filled limit/stop orders at end custom session
Replies: 14
Views: 5993

Re: how Cancel un-filled limit/stop orders at end custom ses

Apparently there has been some misunderstanding. That is correct that MultiCharts 9.1 will have new backtesting/auto trading engine with direct order control from the code. But as we and the other users have stated before - that is already possible to cancel pending orders prior to session close. Y...
by faraz
11 Aug 2014
Forum: MultiCharts
Topic: how Cancel un-filled limit/stop orders at end custom session
Replies: 14
Views: 5993

Re: how Cancel un-filled limit/stop orders at end custom ses

faraz, in my opinion JoshM was just pointing this out as an example. You would need to add the time condition to your order under a). Then it would get cancelled once the time condition is not fulfilled anymore. Regards, ABC Correct, But I tested it before, It does not work on my strategy. My strat...
by faraz
11 Aug 2014
Forum: MultiCharts
Topic: how Cancel un-filled limit/stop orders at end custom session
Replies: 14
Views: 5993

Re: how Cancel un-filled limit/stop orders at end custom ses

I don't see the problem. [/code]

a) Place a buy limit order - 5 points below price. To make sure it won't get filled and stay status as Pending/Unfilled/Submitted.

b) Then try to cancel that order from PowerLanguage Script.


Thanks
by faraz
10 Aug 2014
Forum: MultiCharts
Topic: how Cancel un-filled limit/stop orders at end custom session
Replies: 14
Views: 5993

Re: how Cancel un-filled limit/stop orders at end custom ses

So its look like for the time being there is no solution. I'm not sure, because to me it seems like there is. For example, this code cancels the limit order when the time is 15:10 or later: if (Time < 1510) then Sell ("XL") 1 contract next bar at myPrice limit; Wouldn't that cancel your pending lim...
by faraz
03 Aug 2014
Forum: MultiCharts
Topic: how Cancel un-filled limit/stop orders at end custom session
Replies: 14
Views: 5993

Re: how Cancel un-filled limit/stop orders at end custom ses

In a recent thread this was also discussed, perhaps it might help you too:

Command to close all limit orders at broker?
Thank you.

So its look like for the time being there is no solution.
by faraz
02 Aug 2014
Forum: MultiCharts
Topic: how Cancel un-filled limit/stop orders at end custom session
Replies: 14
Views: 5993

how Cancel un-filled limit/stop orders at end custom session

Hi, How to Cancel un-filled limit/stop orders at end of custom session? Symbol: ESU4 Data Feed: Rithmic Time in force: Day Custom session time: 8:30 to 15:15 Time: Exchange Strategy Auto trading was running using SA settings. Limit Order was generated at 15:00 My custom session closed at 15:15 My or...
by faraz
21 May 2014
Forum: MultiCharts
Topic: Calculate script run time millisecond difference [SOLVED]
Replies: 14
Views: 3322

Re: Calculate script run time millisecond difference [SOLVED]

I have added a final testing strategy on this below link which can provide Millisecond time stamp for;
a) Strategy calculation start time
b) Strategy calculation End time
c) Milli Second difference

http://www.multicharts.com/discussion/v ... 88#p104988


Thanks
by faraz
21 May 2014
Forum: User Contributed Studies and Indicator Library
Topic: Check your Strategy calculation time in MilliSeconds
Replies: 2
Views: 3428

Check your Strategy calculation time in MilliSeconds

Hello, Attached strategy is a test strategy to calculate how much time Multicharts take to calculate code. It is very useful for auto trading and monitoring your PC optimal status. Simple remove all these lines from code if lastbaronchart then Print(oText); and place your code in it. I added so many...
by faraz
20 May 2014
Forum: MultiCharts
Topic: Calculate script run time millisecond difference [SOLVED]
Replies: 14
Views: 3322

Re: Calculate script run time millisecond difference [SOLVED]

Solved by Andrew.......

Code: Select all

Print(DateTimeToString_Ms(computerdatetime));

Thank you Andrew
by faraz
20 May 2014
Forum: MultiCharts
Topic: Calculate script run time millisecond difference [SOLVED]
Replies: 14
Views: 3322

Re: Calculate script run time millisecond difference [SOLVED]

Code: Select all

MillisecondsFromDateTime(DateTime)
should do what you want.

The Wiki is incorrect and needs to be edited.. https://www.multicharts.com/trading-sof ... omDateTime

I think We need to REPLACE "DateTime" in the code.
by faraz
20 May 2014
Forum: MultiCharts
Topic: Calculate script run time millisecond difference [SOLVED]
Replies: 14
Views: 3322

Re: Calculate script run time millisecond difference [SOLVED]

Ok, I will check the millisecond link and code again. But I found the issue. My strategy is using IOG and in IOG mode strategy don't recalculate at bar close. It only re-calculate if a TICK comes. If no tick at bar close then no re-calculation. Need to add RecalcLastBarAfter(1); to my code. Thanks
by faraz
20 May 2014
Forum: MultiCharts
Topic: Calculate script run time millisecond difference [SOLVED]
Replies: 14
Views: 3322

Re: Calculate script run time millisecond difference [SOLVED]

For the moment, I think I go with these 2 lines, to keep code low bit as well and will manually calculate difference. Print("Start"," ",DateTimeToString_Ms(DateTime)); // Put all my code here Print("End"," ",DateTimeToString_Ms(DateTime)); Thanks This function is providing bar Closed millisecond. i...
by faraz
20 May 2014
Forum: MultiCharts
Topic: Calculate script run time millisecond difference [SOLVED]
Replies: 14
Views: 3322

Re: Calculate script run time millisecond difference [SOLVED]

Hello faraz, You can find two sample codes in the following thread . For the moment, I think I go with these 2 lines, to keep code low bit as well and will manually calculate difference. Print("Start"," ",DateTimeToString_Ms(DateTime)); // Put all my code here Print("End"," ",DateTimeToString_Ms(Da...
by faraz
20 May 2014
Forum: MultiCharts
Topic: Calculate script run time millisecond difference [SOLVED]
Replies: 14
Views: 3322

Re: Calculate script run time millisecond difference [SOLVED]

What is your CPU speed? 3.30ghz 8 core 8gb ram 120gb ssd windows server 2012 r2 I had run time issues with batch file. I want to make sure Multicharts is not facing this script issues. I am doubtful because few days back Order & Position Tracker show 8 seconds delay in issuing trade order. Normally...
by faraz
20 May 2014
Forum: MultiCharts
Topic: Calculate script run time millisecond difference [SOLVED]
Replies: 14
Views: 3322

Calculate script run time millisecond difference [SOLVED]

Hi,

I want to monitor my pc script calculation time to make sure my pc is running strategy on optimal level all the time.

So I need a code which can provide millisecond difference to see how much time script used for calculation.

(Time) minus (time) = millisecond

Awaiting
by faraz
16 May 2014
Forum: MultiCharts FAQ
Topic: Delete older Text_New
Replies: 5
Views: 3618

Re: Delete older Text_New

Please attach a sample code and a detailed description of what exactly did not work. I tried it like this, not worked value1=432; Text_Delete(value1); if lastbaronchart then Value1=Text_New(Date,Time,h,NumToStr(value1, 0)); Can you tell me how to delete New_text from -1 bar? text_delete works on 0 ...
by faraz
16 May 2014
Forum: MultiCharts FAQ
Topic: Delete older Text_New
Replies: 5
Views: 3618

Re: Delete older Text_New

Hello faraz,

Have you tried using text_delete?
Yes. It did not work.
by faraz
14 May 2014
Forum: MultiCharts FAQ
Topic: Delete older Text_New
Replies: 5
Views: 3618

Delete older Text_New

Hi,

I want to keep the current Text_New and want to delete all older Text_New from older bars. Any suggestions Please....


Code: Select all

value1=432;
if lastbaronchart then Value1=Text_New(Date,Time,h,NumToStr(value1, 0));

Thanks
by faraz
10 May 2014
Forum: MultiCharts
Topic: SetExitOnClose
Replies: 14
Views: 2945

Re: closing status of a bar sometimes takes too long

When using IOG exits 5 seconds before market, your computer clock must be accurate all the time, check this like to automatically update your computer clock. http://www.multicharts.com/discussion/viewtopic.php?f=5&t=46553 further more if your code is using "This bar on close" then for real trading 2...
by faraz
10 May 2014
Forum: User Contributed Studies and Indicator Library
Topic: Automaticaly update Windows clock
Replies: 0
Views: 3310

Automaticaly update Windows clock

Hello, If your strategy is using time for example to Exit all orders 5 seconds before market close. Then your computer clock must be accurate. a) This free clock update utility can make things easier for you. One issue if it get error it will stop next syncronization http://www.worldtimeserver.com/a...
by faraz
09 May 2014
Forum: User Contributed Studies and Indicator Library
Topic: Monitor Multicharts Not responding status
Replies: 0
Views: 4180

Monitor Multicharts Not responding status

Hello, a) Monitor Multicharts with this below batch file code for Not Responding Status. b) Install free abyss web server and register for free web site monitoring services. This code will KILL abyss web server if MC is not responding and then you will get alert email. c) Advance users can register ...
by faraz
18 Apr 2014
Forum: User Contributed Studies and Indicator Library
Topic: Multicharts Task Manager Killer
Replies: 0
Views: 2649

Multicharts Task Manager Killer

Hi, To keep MC running smoothly, It is very important to shut down all MC process properly. So I use the following batch file, It make sure all the process are shut down before starting MC. a) Just unzip the file in C:/ b) copy shortcut to your desktop c) Double click will first kill all MC tasks as...
by faraz
11 Apr 2014
Forum: User Contributed Studies and Indicator Library
Topic: Collections of EasyLanguage Scripts
Replies: 44
Views: 110356

John Ehler indicators

Hello,

I came across this site http://www.davenewberg.com/Trading/EhlersCodes.html

Please check attached John Ehler codes from this site for Multicharts in PL formate.

Thanks
by faraz
23 Jan 2014
Forum: MultiCharts
Topic: SetExitOnClose
Replies: 14
Views: 2945

Re: closing status of a bar sometimes takes too long

Hello Every one; a) This code is suggested for early close days + normal close days, I added extra lines to be on safe side even if we don't get any tick in last 5 seconds; [intrabarordergeneration = true] input: oEarlyDate1yyMMdd(1130113),oEarlyCloseTime24hrHHmmss(151455),oNormalCloseTime24hrHHmmss...
by faraz
20 Jan 2014
Forum: MultiCharts
Topic: SetExitOnClose
Replies: 14
Views: 2945

Re: closing status of a bar sometimes takes too long

Re: "Open Tomorrow" You don't know the " Open Price " of Tomorrow, so the order is invalid. You can only trade " Next Bar at Market ". Usually MC run the code at 2 times of bar. a) when the bar is closed b) when the bar is opening NEXT day after session close. :: Thanks Please see this article: How...
by faraz
20 Jan 2014
Forum: MultiCharts
Topic: SetExitOnClose
Replies: 14
Views: 2945

Re: closing status of a bar sometimes takes too long

Your syntax are incorrect. I would suggest you to start from here: [FAQ] Autotrade / Backtest / Optimization https://www.multicharts.com/discussion/viewtopic.php?f=16&t=10811 Please see this article: How Signals are Calculated https://www.multicharts.com/trading-soft ... Calculated TJ, I have very ...
by faraz
20 Jan 2014
Forum: MultiCharts
Topic: SetExitOnClose
Replies: 14
Views: 2945

Re: closing status of a bar sometimes takes too long

Are you using MultiCharts .net version? or the EasyLanguage version?
PowerLanguage version

Tried, many possibilities but MC gave error, no luck. Lets see if you can do this.

Thanks
by faraz
20 Jan 2014
Forum: MultiCharts
Topic: SetExitOnClose
Replies: 14
Views: 2945

Re: closing status of a bar sometimes takes too long

Re: "Open Tomorrow" You don't know the " Open Price " of Tomorrow, so the order is invalid. You can only trade " Next Bar at Market ". Usually MC run the code at 2 times of bar. a) when the bar is closed b) when the bar is opening NEXT day after session close. so in situation of (B) we get the "Ope...
by faraz
20 Jan 2014
Forum: MultiCharts
Topic: SetExitOnClose
Replies: 14
Views: 2945

Re: closing status of a bar sometimes takes too long

"Open Tomorrow" should be replaced by "Next Bar at Market"

Not possible.
Below code will give an idea what we are dealing with.

Code: Select all

if open tomorrow = oPrice then buy next bar at open tomorrow limit;
Thanks
by faraz
20 Jan 2014
Forum: MultiCharts
Topic: SetExitOnClose
Replies: 14
Views: 2945

SetExitOnClose

Hello waveslider, The closing tick of the bar is determined by the opening tick of the next bar. So there is no 100% solution to send an order exactly on the closing tick of the bar, but you can get close to it. Here is what I can suggest: Enable IOG for your signal. Start Recalculating your code t...
by faraz
11 Jan 2014
Forum: MultiCharts
Topic: TS Emini S&P (ES) future continuous data
Replies: 0
Views: 1201

TS Emini S&P (ES) future continuous data

Hi,

Rithmic does not provide historical data. Is there any body who can provide me 1 minute TS Emini S&P (@ES) future continuous data in txt formate from 6.1.2012 till today.

Or if you know any site where I can download free Intraday emini S&P future historical data.


Thanks
by faraz
09 Jan 2014
Forum: MultiCharts
Topic: Identify last bar of day [SOLVED]
Replies: 1
Views: 1380

Re: Identify last bar of day [SOLVED]

Thanks to me. Sorted.....

Strategy was using SetExitOnClose order which perfectly placed at Last bar of day in MC so I used that clue.

Code: Select all

(ExitName(1)="End of Day Exit" OR time=1615)
Thanks
by faraz
09 Jan 2014
Forum: MultiCharts
Topic: Identify last bar of day [SOLVED]
Replies: 1
Views: 1380

Identify last bar of day [SOLVED]

Hi, I have 30 minute bar chart and I want that strategy run on last bar of day so it can place order next bar at open which will be a new day. I use Session close time to identify this like. if time=1615 then begin But there are many days when market close earlier due to holidays session. Strategy m...
by faraz
18 Dec 2013
Forum: MultiCharts
Topic: 32bit MC running on 64 bit Windows Server 2012
Replies: 1
Views: 984

32bit MC running on 64 bit Windows Server 2012

Hi,

Is there any speed / performance issues in running 32bit MC on 64 bit Windows Server 2012 for running strategy on 1 minute chart with few days of bars?

Awaiting
by faraz
30 Nov 2013
Forum: MultiCharts
Topic: Time less/Add minutes [SOLVED]
Replies: 12
Views: 3594

Re: Time less/Add minutes [SOLVED]

You can use a function called AddTime . It should be in your PowerLanguageEditor. eg. var: new.time(0); new.time = AddTime( 1030, -50 ); TJ AddTime function is not available in MC v8.8 beta2. Could you please post that code on this forum. Thanks Please see: https://www.multicharts.com/discussion/vi...
by faraz
30 Nov 2013
Forum: MultiCharts
Topic: Time less/Add minutes [SOLVED]
Replies: 12
Views: 3594

Re: Time less/Add minutes [SOLVED]

You can use a function called AddTime.
It should be in your PowerLanguageEditor.

eg.

Code: Select all

var:
new.time(0);

new.time = AddTime( 1030, -50 );
TJ
AddTime function is not available in MC v8.8 beta2.
Could you please post that code on this forum.

Thanks
by faraz
29 Nov 2013
Forum: MultiCharts
Topic: Time less/Add minutes [SOLVED]
Replies: 12
Views: 3594

Re: Time less/Add minutes [SOLVED]

You have to convert that to DateTime first. See this thread for an example/idea.


Great thanks,,, This is the formula

Code: Select all

DateTime2ELTime(ELTimeToDateTime(t)-ELTimeToDateTime(60))


But one problem this formula works for 99 minutes only. Above that it gave wrong time. Why is that?
by faraz
29 Nov 2013
Forum: MultiCharts
Topic: Time less/Add minutes [SOLVED]
Replies: 12
Views: 3594

Time less/Add minutes [SOLVED]

Hi,

I want to less 50 minutes from time =1030
So the answer should come 940
Or if i add 50 minutes then answer should come 1120

How can I do this?

I tried this but no luck

Code: Select all

minutestotime(timetominutes(t-50))
Thanks
by faraz
15 Nov 2013
Forum: MultiCharts
Topic: Less minutes from session close time
Replies: 1
Views: 1032

Less minutes from session close time

Hi, I want to less minutes from session close time. For example sess1EndTime is 1515 and i want to less 25 minutes from it. sess1EndTime -25,,,, and Answer is 1490 as a normal calculation. But i want MC to understand 25 is minutes and answer should be 1450. MC should do time deduction calculation in...
by faraz
26 Oct 2013
Forum: MultiCharts
Topic: Array Inquire [SOLVED]
Replies: 2
Views: 1707

Array Inquire [SOLVED]

Hi, Need a little help. How to SUM Array store data? Below example works but what if the Array is very large like 200 so is there any simply way to SUM data instead of writing code to add each Array. array: AvArray[6](0); AvArray[1]=10; AvArray[2]=120; AvArray[3]=14; AvArray[4]=123; AvArray[5]=133; ...
by faraz
05 Dec 2012
Forum: MultiCharts
Topic: Check open price of bar where chart show arrow on chart [SOLVED]
Replies: 12
Views: 2713

Re: Check open price of bar where chart show arrow on chart [SOLVED]

Hello Faraz,

Please try this code:

Code: Select all

if Average(C,10) cross above Average(C,20) then Buy next bar o stop;
setstoploss(1);

if EntryDate(1)=Date and EntryTime(1)=Time and marketposition=0 then
print(currentbar+maxbarsback);

wahoo, it worked, amazing,,,

Thank you.
by faraz
02 Dec 2012
Forum: MultiCharts
Topic: Check open price of bar where chart show arrow on chart [SOLVED]
Replies: 12
Views: 2713

Re: Check open price of bar where chart show arrow on chart [SOLVED]

If you want help, you have to provide FULL detail of project. I cannot help you with what you have given. Maybe someone else can. You can check out the FAQ: https://www.multicharts.com/discussion/viewtopic.php?f=16&t=10811 Its a 100% complete strategy. I would have provided u FULL details of projec...
by faraz
02 Dec 2012
Forum: MultiCharts
Topic: Check open price of bar where chart show arrow on chart [SOLVED]
Replies: 12
Views: 2713

Re: Check open price of bar where chart show arrow on chart [SOLVED]

see post #2
Just saying "no luck" is not enough.
Please give detail. How did you "tried"?
This one? What u want me to see in it?
by faraz
02 Dec 2012
Forum: MultiCharts
Topic: Check open price of bar where chart show arrow on chart [SOLVED]
Replies: 12
Views: 2713

Re: Check open price of bar where chart show arrow on chart [SOLVED]

you have setstoploss(1),

what are you trying to achieve?
I used setstoploss(1) to generate more such orders for better understanding of the problem. Actually the setstoploss amount is bit higher.

Awaiting
by faraz
02 Dec 2012
Forum: MultiCharts
Topic: Check open price of bar where chart show arrow on chart [SOLVED]
Replies: 12
Views: 2713

Re: Check open price of bar where chart show arrow on chart [SOLVED]

Please post the print out sample.

I do not test codes that are incomplete.
a) Check attached print log.
b) check attached pic 10/16/2009 entry which got stop out on same bar, Print log is unable to identify.

Awaiting
by faraz
02 Dec 2012
Forum: MultiCharts
Topic: Check open price of bar where chart show arrow on chart [SOLVED]
Replies: 12
Views: 2713

Re: Check open price of bar where chart show arrow on chart [SOLVED]

Just saying "no luck" is not enough. Please give detail. How did you tried? if Average(C,10) cross above Average(C,20) then Buy next bar o stop; setstoploss(1); Print(ElDateToString(d)," ",BarsSinceEntry," ",EntryDate," ",i_MarketPosition," ",marketposition); Run it on any market and watch entries ...
by faraz
02 Dec 2012
Forum: MultiCharts
Topic: Check open price of bar where chart show arrow on chart [SOLVED]
Replies: 12
Views: 2713

Check open price of bar where chart show arrow on chart [SOLVED]

Hi,

What is the way to check open price of bar where chart show Buy/SellShort Arrow on chart.

These functions I tried but no luck;
Marketposition, barsSinceEntry, EntryPrice, barsSinceEntry (it skip orders which are entered and exited on same bar through setstoploss)

Awaiting
by faraz
29 Nov 2012
Forum: MultiCharts
Topic: Strategy order type required [SOLVED]
Replies: 3
Views: 1441

Re: Strategy order type required [SOLVED]

I think SetStopLoss will do the trick. Need one more thing, I want SetStopLoss to work on the same bar only on which the order is filled. As after that i have other conditions to exit it. How I can do this?

Thank you
by faraz
29 Nov 2012
Forum: MultiCharts
Topic: Strategy order type required [SOLVED]
Replies: 3
Views: 1441

Strategy order type required [SOLVED]

Hi, I have a End of Day strategy it place stop order like this; buy next bar at open +1 stop; I want that if my buy order get FILLED, A stop order is immediately placed at x points below. Problem is I want it to be placed on the same bar & date when I get the buy order filled. Possibilities could be...
by faraz
22 Jul 2012
Forum: MultiCharts
Topic: Future options trading
Replies: 1
Views: 901

Future options trading

Hi,

Does MC got future options trading feature? If yes then what is the way to trade on sim a/c.

Thanks
by faraz
21 May 2012
Forum: MultiCharts
Topic: Can strategy read TXT file
Replies: 1
Views: 1201

Can strategy read TXT file

Hi,

Can a strategy read Txt file and based on text file information do some thing i require?

Thanks
by faraz
20 May 2012
Forum: MultiCharts
Topic: LastBarOnChart print command not working with stop orders
Replies: 3
Views: 1078

Re: LastBarOnChart print command not working with stop order

Found the solution instead of

LastBarOnChart

for back testing purposes
d >= 1120517


if require for live data then could use like this
currentdate >= d


or this is the best i liked;
if d + 1 = JulianToDate( LastCalcJDate ) then print(d);



hope this helps if any body needed.
by faraz
19 May 2012
Forum: MultiCharts
Topic: LastBarOnChart print command not working with stop orders
Replies: 3
Views: 1078

Re: LastBarOnChart print command not working with stop order


Your code does not tell us your intention.

You need to describe in detail (with timeline) exactly what do you want to do.
Like what u want to know?
by faraz
19 May 2012
Forum: MultiCharts
Topic: LastBarOnChart print command not working with stop orders
Replies: 3
Views: 1078

LastBarOnChart print command not working with stop orders

Hi,

Is there any way to make LastBarOnChart print work with stop orders like this below example;

Code: Select all

if (average(c,10)>c)then buy tomorrow at open tomorrow + 0.00001 stop;

if (average(c,10)<c)then sell short tomorrow at open tomorrow - 0.00001 stop;

if LastBarOnChart then print(d);

Thanks
by faraz
04 May 2012
Forum: MultiCharts
Topic: Vote for Genetic Programing feature addition in MC
Replies: 20
Views: 5562

Re: Vote for Genetic Programing feature addition in MC

I don't find these very convincing, sorry.
download strategy reports http://www.tradingsystemlab.com/tradingsystems.aspx
by faraz
04 May 2012
Forum: MultiCharts
Topic: Vote for Genetic Programing feature addition in MC
Replies: 20
Views: 5562

Re: Vote for Genetic Programing feature addition in MC

Do you guys have a paper that conclusively shows the benefits of using genetic programming for trading strategies? http://www.futurestruth.com/top10spsystems.htm http://www.futurestruth.com/top10sincereleasedate.htm http://www.futurestruth.com/top10spsystems.htm Good question: All TSL starting stra...
by faraz
04 May 2012
Forum: MultiCharts
Topic: Vote for Genetic Programing feature addition in MC
Replies: 20
Views: 5562

Re: Vote for Genetic Programing feature addition in MC

Hi Faraz, This is an excellent idea, VOTE +++1 !!!! I checked, http://alphard.ethz.ch/gerber/approx/default.html It work well, this would be a good idea to develop it into MC ! I checked http://www.tradingsystemlab.com/ Vote +++1 ! As well !! This is really a good quality work and very compleat. 1/...
by faraz
01 May 2012
Forum: MultiCharts
Topic: Vote for Genetic Programing feature addition in MC
Replies: 20
Views: 5562

Re: Vote for Genetic Programing feature addition in MC

I completed my tests using AdapTrade Build and get to the conclusion that this product's strategy designing structure is low quality due to that it is not able to design quality trade able strategies. we need a total custom Genetic programing feature in Multicharts. Which can allow user custom input...
by faraz
27 Apr 2012
Forum: MultiCharts
Topic: Vote for Genetic Programing feature addition in MC
Replies: 20
Views: 5562

Re: Vote for Genetic Programing feature addition in MC

I'm not sure what you mean - Builder allows you to incorporate custom indicators in its strategy development, although you cannot optimize those indicators (it incorporates the indicator's output alongside the historical price data as one of the indicators it considers). Also, on a side note, Adapt...
by faraz
26 Apr 2012
Forum: MultiCharts
Topic: Vote for Genetic Programing feature addition in MC
Replies: 20
Views: 5562

Re: Vote for Genetic Programing feature addition in MC

There are good genetic algorithm-generating programs out there already that cost roughly the same as MC. I'm thinking of Adaptrade's Builder program which generates system code that can be used within MultiCharts directly. You can learn more and try a free trial at: http://www.adaptrade.com/ I chec...
by faraz
25 Apr 2012
Forum: MultiCharts
Topic: Vote for Genetic Programing feature addition in MC
Replies: 20
Views: 5562

Vote for Genetic Programing feature addition in MC

Hi Every one, http://www.multicharts.com/pm/viewissue.php?issue_no=MC-921 Multicharts management needs voting to include Genetic Programing feature addition for future MC versions. What is Genetic Programing? It writes strategies by it self and is a advance technology for solving UN-solvable problem...
by faraz
17 Apr 2012
Forum: MultiCharts
Topic: Code inquire: Pass information from 1st chart to 2nd chart
Replies: 14
Views: 2706

Re: Code inquire: Pass information from 1st chart to 2nd cha

Ok, I re-make charts and it is working now.
Don't know what was the problem with it.
May be this time i created both charts the same and then re-started my workspace and MC few times and that fixed the missing link some where.

Thanks for the checking Chris.
by faraz
17 Apr 2012
Forum: MultiCharts
Topic: Code inquire: Pass information from 1st chart to 2nd chart
Replies: 14
Views: 2706

Re: Code inquire: Pass information from 1st chart to 2nd cha

What do you mean with run the code?
You loaded the sender on a daily chart and it didn't plot anything?
Yes, I created 2 charts and added Sender indicator on one chart and added receiver indicator on second chart.

And nothing was ploted on Receiver indicator.
by faraz
17 Apr 2012
Forum: MultiCharts
Topic: Code inquire: Pass information from 1st chart to 2nd chart
Replies: 14
Views: 2706

Re: Code inquire: Pass information from 1st chart to 2nd cha

Faraz, if I tell you that ELCollections and ADE work fine for me and expect that this information should get you going, it wouldn't be very helpful for you. The same applies for "I am unable to make it work", there are so many things that could cause problems, that in my opinion you won't get much ...
by faraz
17 Apr 2012
Forum: MultiCharts
Topic: Code inquire: Pass information from 1st chart to 2nd chart
Replies: 14
Views: 2706

Re: Code inquire: Pass information from 1st chart to 2nd cha

1. I'm curious as to why it would not work on Data2? 2. I have not tried ADE or ELCollections. No need to, I can do everything I need with Data2 Neil. 1. Bit complicated and private, cann't discuss. 2. ok Plz any body in the forum used ADE and ELCollections please help me out here. I m unable to ma...
by faraz
15 Apr 2012
Forum: MultiCharts
Topic: Code inquire: Pass information from 1st chart to 2nd chart
Replies: 14
Views: 2706

Re: Code inquire: Pass information from 1st chart to 2nd cha

In using the GV (Global Variable) approach, there are some issues ie, information obtained on the second chart using a GV is lost, as in if the chart is reloaded the past GV history is not there. No good for back testing etc. If however you are wanting to have two charts that are say a 25tick chart...
by faraz
14 Apr 2012
Forum: MultiCharts
Topic: Code inquire: Pass information from 1st chart to 2nd chart
Replies: 14
Views: 2706

Re: Code inquire: Pass information from 1st chart to 2nd cha

Do a search in this forum for GlobalVariables if you want to do some advanced reading and programming, search also for: ELCollections ADE ALL Data Everywhere I checked forum and found example on this page and it is working. https://www.multicharts.com/discussion/viewtopic.php?t=2483 Thanks
by faraz
14 Apr 2012
Forum: MultiCharts
Topic: Code inquire: Pass information from 1st chart to 2nd chart
Replies: 14
Views: 2706

Code inquire: Pass information from 1st chart to 2nd chart

Hi, What is the way to pass information from one chart to second chart. Suppose on Chart number 1 indicator is running and I want that when that Chart 1 indicator is = 1 then On chart Number 2 my strategy start placing orders. and when on chart No.1 indicator become = -1 then on chart No.2 my strate...
by faraz
03 Apr 2012
Forum: MultiCharts
Topic: Add slippage with setexitonclose orders
Replies: 3
Views: 1419

Re: Add slippage with setexitonclose orders

what i do is export all my backtested trades to excel and then filter for trades that are stops; I then incorporate an ATR and take a % of that. eg: 1500 stops / 5000total trades = 30% ATR * 30% * 25% = average slippage per trade. http://www.automated-trading-system.com/slippage-backtesting-realist...
by faraz
31 Mar 2012
Forum: MultiCharts
Topic: Strategies saved folder
Replies: 5
Views: 1954

Re: Strategies saved folder

U r right. It was due to different OS.
Glad I found it.

Thanks
by faraz
31 Mar 2012
Forum: MultiCharts
Topic: Strategies saved folder
Replies: 5
Views: 1954

Re: Strategies saved folder

JoshM,

I found it. This is the folder.

Code: Select all

C:\Documents and Settings\All Users\Application Data\TS Support\MultiCharts\StudyServer\Studies\SrcEl\Strategies
Thanks
by faraz
31 Mar 2012
Forum: MultiCharts
Topic: Strategies saved folder
Replies: 5
Views: 1954

Re: Strategies saved folder

Functions, indicators and strategies are in the..

Code: Select all

C:\ProgramData\TS Support\MultiCharts\StudyServer\Studies\SrcEl
..folder.

JoshM, There is no such "StudyServer" folder. Plz check attached pic.
A_2012-04-01_20_00_03.03.png
(119.44 KiB) Downloaded 561 times
by faraz
31 Mar 2012
Forum: MultiCharts
Topic: Strategies saved folder
Replies: 5
Views: 1954

Strategies saved folder

Hi, My computer was broke down last week and I lost all my strategies work. I need to know the folder name where MC save strategies so I put command in my Data Synchronizer software to automatically copy strategies folder as well. Normal way of exporting strategies and saving them ever day is a lot ...
by faraz
08 Mar 2012
Forum: MultiCharts
Topic: How to open BigPointValue function
Replies: 5
Views: 1534

Re: How to open BigPointValue function

it is not considered to be a Function but a Reserved Word and, like the reserved words 'Round' and others, there is no ability to access the underlying code.
Right, Thanks
by faraz
08 Mar 2012
Forum: MultiCharts
Topic: How to open BigPointValue function
Replies: 5
Views: 1534

Re: How to open BigPointValue function

JoshM,

Right, But how to open this Function? The selection you send the pic does not open function.
by faraz
08 Mar 2012
Forum: MultiCharts
Topic: EntryDate
Replies: 5
Views: 1723

Re: EntryDate

I know that Easylanguage has a function called "Tradestoday" which is easy to use for this purpose.. I don't have that function in my MultiCharts (7.4). http://www.multicharts.com/discussion/download/file.php?id=4430 Sptrader, if the function isn't protected, can you post the code of it here? :) Jo...
by faraz
08 Mar 2012
Forum: MultiCharts
Topic: Add slippage with setexitonclose orders
Replies: 3
Views: 1419

Add slippage with setexitonclose orders

Hi,

What is the way to only add 12.5 slippage for every order which is exited through SetExitOnClose order?

I m using limit order so want to add slippage for my only setExitOnClose orders.

Awaiting
by faraz
08 Mar 2012
Forum: MultiCharts
Topic: How to open BigPointValue function
Replies: 5
Views: 1534

How to open BigPointValue function

Hi,

How to open BigPointValue function in PowerLanugage Editor. I don't see this function and many other function in the right hand side functions list.

Thanks
by faraz
08 Mar 2012
Forum: MultiCharts
Topic: EntryDate
Replies: 5
Views: 1723

Re: EntryDate

SpTrader Thank You.

I used this

Code: Select all

TradesToday(Date[0]) < 1
and it worked like a charm.

Thanks
by faraz
07 Mar 2012
Forum: MultiCharts
Topic: EntryDate
Replies: 5
Views: 1723

EntryDate

Hi,

I want only one entry in one day on intraday bars. I used this below code. But this allow one entry and for further entries don't allow. How I can do this?

Code: Select all

if entrydate(1) = date then oOnePosition= False;

if oOnePosition and condition1 then buy at open;

Thanks
by faraz
06 Mar 2012
Forum: MultiCharts
Topic: Code help
Replies: 6
Views: 1428

Re: Code help

furytrader

Great, Thanks a lot.
Have a great day.
by faraz
06 Mar 2012
Forum: MultiCharts
Topic: Code help
Replies: 6
Views: 1428

Re: Code help

So you want to be able to assign ">1" as an input setting? That's possible - it's simply a string input (as opposed to a numeric input). Input: oHL(">1"); // Or whatever the user puts in here You would then have to analyze the text string using the built-in PowerLanguage text keywords to identify t...
by faraz
06 Mar 2012
Forum: MultiCharts
Topic: Code help
Replies: 6
Views: 1428

Re: Code help

I may be a little confused but maybe I can help. Do you want the user to be able to assign the input setting oHL to the string value of ">" or do you want to be able to assign oHL the numeric value of 1 ... ? oHL input will be numeric value. but for each numeric value I want further character assig...
by faraz
05 Mar 2012
Forum: MultiCharts
Topic: Code help
Replies: 6
Views: 1428

Code help

Hi, I want to create a input in my MC Strategy, Input: oHL(1); When i select 1 in the input 1 works for greater then sign ">" 2 works for Less then sign "<" 3 input works for Add "+" sign 4 input works for subtraction "-" sign and oHL i need to put in the strategy like this. (High ohl Low) what is t...
by faraz
13 Jan 2012
Forum: MultiCharts
Topic: PowerLanguage example codes
Replies: 2
Views: 5720

Re: PowerLanguage example codes

Thanks TJ
by faraz
13 Jan 2012
Forum: MultiCharts
Topic: PowerLanguage example codes
Replies: 2
Views: 5720

PowerLanguage example codes

Hi,

I am looking for Multicharts Powerlanguage example codes which i can use as guide line to increase my knowledge for strategy building.

Or if there is any advance teaching course available please let me know.


Thanks
by faraz
14 Sep 2011
Forum: MultiCharts
Topic: Order Type inquire
Replies: 8
Views: 1916

Re: Order Type inquire

Faraz, please let me know who is your broker.
I use Rithmic Data feed.
by faraz
13 Sep 2011
Forum: MultiCharts
Topic: Order Type inquire
Replies: 8
Views: 1916

Re: Order Type inquire

Henry, I used this below code, By changing 1 stop 1 limit 1 stop 0 limit 1 stop 10 limit etc I found no difference. So i think limit price do nothing when we right any price in front of it. Ok, confirm me on these orders I will not get slippage and get the exact price on which stop limit is placed a...
by faraz
13 Sep 2011
Forum: MultiCharts
Topic: Ram usage
Replies: 8
Views: 2111

Re: Ram usage

Henry, Thank you. I investigated it was the 7 Charts which was eating ram. I reduced the charts and it reduces the load. But still Ram increase around 100 mb in 2-3 days time with 3 charts and continue to increase. Which mean that Multicharts need to re-look on this issue because For strategy tradin...
by faraz
11 Sep 2011
Forum: MultiCharts
Topic: Order Type inquire
Replies: 8
Views: 1916

Re: Order Type inquire

TJ, Thank you. When I use STOP LIMIT in my strategy, PowerLangage Editor don't compile it. When i use only STOP word then it compile. EXAMPLE Strategy; if marketposition = 0 then buy next bar at open; if marketposition = 1 then sell ("Market") next bar at market; if marketposition = 1 then sell ("St...
by faraz
11 Sep 2011
Forum: MultiCharts
Topic: Order Type inquire
Replies: 8
Views: 1916

Order Type inquire

Hi, For strategies LIMIT orders does not have any slippage. Is there any Stop order which make sure we get the exact price? Normally stop orders are converted to market order when market touch that price. But I don't want order to get converted in market order. I want to get the same price on which ...
by faraz
04 Sep 2011
Forum: MultiCharts
Topic: Ram usage
Replies: 8
Views: 2111

Re: Ram usage

i use 30 minute charts.

I have saved all Ram usage list and will check tomorrow or after some time to see which program is putting loading on ram. Will let u know after some tests.

Thanks
by faraz
04 Sep 2011
Forum: MultiCharts
Topic: Ram usage
Replies: 8
Views: 2111

Re: Ram usage

TJ, Yes, I use Intraday charts. I cann't refresh charts to reduce the number of bars because then AutoTrading will turn off and I have to re-Start autotrading and enter each open position manually. Note: I use Syns autotrading mode and that does not work with the feature which can assume the chart a...
by faraz
04 Sep 2011
Forum: MultiCharts
Topic: Ram usage
Replies: 8
Views: 2111

Ram usage

Hi, I have found a problem in Multicharts that if you keep it running it will increase Ram usage with the passage of time and kept increasing if you keep running multicharts. Now this issue get worse if you are running multicharts with 10 charts and more than 1 week time. I checked Multicharts keep ...
by faraz
29 Aug 2011
Forum: MultiCharts
Topic: Partial fill issue
Replies: 8
Views: 2419

Re: Partial fill issue

Dave,

Rithmic developers Confirmed that Rithmic support "Specific fill quantity" feature but unfortunately this feature is not available in MC so I have requested this feature addition. Lets hope it should be available in next version release.

Thanks
by faraz
26 Aug 2011
Forum: MultiCharts
Topic: Partial fill issue
Replies: 8
Views: 2419

Re: Partial fill issue

Hi Dave,

Thank you for your reply.

Got it. I use Rithmic i will check them.

Thank you.
by faraz
20 Aug 2011
Forum: MultiCharts
Topic: Partial fill issue
Replies: 8
Views: 2419

Re: Partial fill issue

TJ, Thanks No, I did not asked EasyLanguage solution. I know we can always do that in strategy code language. What I am asking is the solution with in Multicharts strategy properties or broker properties section like that. Some platforms have the feature to just check one box which says Partial fill...
by faraz
19 Aug 2011
Forum: MultiCharts
Topic: Partial fill issue
Replies: 8
Views: 2419

Re: Partial fill issue

TJ

I am trading Futures, Emin SnP.

Yes, i mentioned the situations;

a) Limit orders Must not be filled partially
b) if not filled limit then should be canceled at exchange close time at 3:15 pm

Awaiting
by faraz
19 Aug 2011
Forum: MultiCharts
Topic: Partial fill issue
Replies: 8
Views: 2419

Partial fill issue

Hi, I want that my limit orders should not get partial fill. It should be filled completely or wait to get filled so that my strategy stay on one direction. I have been told to use Fill or Kill orders but my broker is saying that FOK orders mean that they will be canceled immediately if not get fill...
by faraz
18 Aug 2011
Forum: MultiCharts
Topic: FoK order
Replies: 1
Views: 911

FoK order

Hi,

Does Fill or Kill (FOK) orders is workable with Rithmic and CQG data feed?

Does FOK orders work till defined symbol Session End time? If not then what is the way to make orders cancel if not filled at market closing time or at specified session end time?

Awaiting
by faraz
08 Aug 2011
Forum: MultiCharts
Topic: Add same symbol but with different session timing
Replies: 1
Views: 680

Add same symbol but with different session timing

Hi,

Regarding: Multicharts v7

I have ESU1 symbol added with custom session. I want to add another Custom Session but for the same ESU1 Symbol.

When I try to added QuoteManager says symbol already added.
How I can do that?

Awaiting
by faraz
11 Jul 2011
Forum: MultiCharts
Topic: AutoTrading don't resume after week end
Replies: 6
Views: 1913

Re: AutoTrading don't resume after week end

Thank you for your suggestions. If the entry is in the PM, we will review it.
ok check PM and reply my inquire over there.
by faraz
11 Jul 2011
Forum: MultiCharts
Topic: AutoTrading don't resume after week end
Replies: 6
Views: 1913

Re: AutoTrading don't resume after week end

Ok, This is a big problem. Every week I have to STOP autotrading, shutdown Multicharts and then re-start my autotrading on Monday. For handling One strategy it is possible but more than one strategy and accounts handling its a mess. i want you guys to do this; 1. Develop some way that Multichart re-...
by faraz
07 Jul 2011
Forum: MultiCharts
Topic: AutoTrading don't resume after week end
Replies: 6
Views: 1913

Re: AutoTrading don't resume after week end

Hi, in Strategy prpoperties / Properties "broker" you have: Disable auto trading after xxx seconds on the connection loss xxx is 120 by default, 9999 maximum. During the week end, broker's connection should be lost, so you have to (sometimes) shut down and re open Broker platform shut down and re o...
by faraz
05 Jul 2011
Forum: MultiCharts
Topic: AutoTrading don't resume after week end
Replies: 6
Views: 1913

AutoTrading don't resume after week end

Hi,

I am running autotrading on MC zenfire and noticed that it require to close MC on weekend and then restart fresh MC on Monday session and then re-activate autotrading. Then it works fine other wise, It will stop working, it could not load data, trade, etc

Why is that?

Awaiting
by faraz
29 Jun 2011
Forum: MultiCharts
Topic: Log file of Orders and Log tab of Order and Position Tracker
Replies: 6
Views: 2100

Re: Log file of Orders and Log tab of Order and Position Tra

I'm not sure this information is available, but maybe I'm not understanding the question correctly. Have you added your requests to the PM? Stan, Can you check your engineers if they got any kind of Log folder Txt files details. Or Is there any way to extract required Log data? Can you tell me if t...
by faraz
29 Jun 2011
Forum: MultiCharts
Topic: Log file of Orders and Log tab of Order and Position Tracker
Replies: 6
Views: 2100

Re: Log file of Orders and Log tab of Order and Position Tra

Order and Position Tracker has a dedicated log file, but it's binary - not much help to you. However, ALL information regarding trading is stored as soon as it happens in the ATOrderController_Trace.txt - you can find it in your logs folder, or you can search for it. It's not easy to read, but the ...
by faraz
29 Jun 2011
Forum: MultiCharts
Topic: Log file of Orders and Log tab of Order and Position Tracker
Replies: 6
Views: 2100

Log file of Orders and Log tab of Order and Position Tracker

Hi,

I need to know the log file of ORDERS and LOG tab of Order and Position Tracker. I need to know log txt file names where i can find current orders and Logs details are written in live.

Awaiting
by faraz
20 Jun 2011
Forum: MultiCharts
Topic: Sync Mode
Replies: 1
Views: 785

Sync Mode

Hi, 1. Suppose I am autotrading with 5 lots in Sync Mode. Market gave 2 lots fill and 3 are not filled at the broker. Then market went back and did not gave the fill for the remaining 3 lots. What sync mode will tell the strategy then? 2. check the attached pic. I have One account got 1 lot short in...
by faraz
11 Apr 2011
Forum: MultiCharts
Topic: AutoTrading Message Alert
Replies: 3
Views: 1228

Re: AutoTrading Message Alert

Please add this as a feature request to our PM. https://www.multicharts.com/pm/ Hi Stan, Ok thanks. But please tell me about the Log file which write AutoTrading Messages. 2. I need to know on which Txt log file Multicharts write about AutoTrading Messages? C:\Documents and Settings\Faraz\Local Set...
by faraz
11 Apr 2011
Forum: MultiCharts
Topic: AutoTrading Message Alert
Replies: 3
Views: 1228

AutoTrading Message Alert

Hi, 1. Please check the attached AutoTrading Messages pop-up Pic. What is the way to make run any alert sound when ever any of these AutoTrading messages POP UP? 2. I need to know on which Txt log file Multicharts write about AutoTrading Messages? C:\Documents and Settings\Faraz\Local Settings\Appli...
by faraz
25 Feb 2011
Forum: MultiCharts
Topic: Multicharts Custom Programers List
Replies: 4
Views: 1539

Multicharts Custom Programers List

Hi,

I am looking for Multicharts custom programer names and web sites.

Thanks
by faraz
25 Feb 2011
Forum: MultiCharts
Topic: autotrading
Replies: 8
Views: 1691

Re: autotrading

TJ and Janus, I am clear about my inquiry now. Thank you very much for sharing your knowledge and your prompt replies.

Thanks.
by faraz
25 Feb 2011
Forum: MultiCharts
Topic: autotrading
Replies: 8
Views: 1691

Re: autotrading

TJ Even the big houses DO NOT let their autotrades unattended. What makes you think you should do that? ps. I have been Alpha testing MultiCharts Version 7.0 Pre-Alpha (Build 3943) since mid-December. It has been working solidly without a single blue screen. Thanks for ur reply TJ. I am trying to fi...
by faraz
25 Feb 2011
Forum: MultiCharts
Topic: autotrading
Replies: 8
Views: 1691

autotrading

Hi, 1. What is the stability level of Mulitcharts for autotrading. Does multicharts need all the time monitoring for autotrading? I cannot sit all the time but can monitor it 1 or 2 times a day. I think if there is no hardware and internet issues autotrading would keep on trading fine. Any feed back...

Go to advanced search