Search found 57 matches

by GuppyDRV
29 Sep 2021
Forum: MultiCharts
Topic: Format Instrument Freezes [SOLVED]
Replies: 5
Views: 1021

Re: Format Instrument Freezes [SOLVED]

Just an FYI, I performed the malware scan as well as a complete system anti virus scan and have found the issue to be resolved. There were several peaces of malware on the system which in itself is scary as the only sites this computer ever connects with are my trading systems, broker, data feed etc...
by GuppyDRV
26 Sep 2021
Forum: MultiCharts
Topic: Format Instrument Freezes [SOLVED]
Replies: 5
Views: 1021

Re: Format Instrument Freezes [SOLVED]

Thanks sptrader I’ll give the malwarebytes a try! I’ve been running and trading successfully with 14 since it came out and other than this issue it works perfectly. This really happened out of the blue as in one click it’s working just fine a click later while changing a setting complete failure. Gu...
by GuppyDRV
26 Sep 2021
Forum: MultiCharts
Topic: Format Instrument Freezes [SOLVED]
Replies: 5
Views: 1021

Re: Format Instrument Freezes [SOLVED]

Sorry for the double post but I forgot to mention that I tried a complete uninstall and reinstall of Multicharts without help.

GuppyDRV
by GuppyDRV
26 Sep 2021
Forum: MultiCharts
Topic: Format Instrument Freezes [SOLVED]
Replies: 5
Views: 1021

Format Instrument Freezes [SOLVED]

Hello all, I’m running current version of. MC IQ Feed Windows 10 An interesting development. Without having made any system changes MC freezes anytime I click on an instrument in the format instrument box. I can delete an instrument, add studies, make changes to anything except when I click to actua...
by GuppyDRV
03 Feb 2021
Forum: MultiCharts
Topic: AllowSendOrdersAlways with intrabarorder generation OFF
Replies: 10
Views: 1883

Re: AllowSendOrdersAlways with intrabarorder generation OFF

I should probably have taken more time with the post. I appreciate any insight that you might have and always enjoy reading your posts. The way I use it in my signal is as follows: Vars: Data1Close ( False ) ; Data1Close = Barstatus(1) = 2 ; if Data1Close and "other logic code" then begin do somethi...
by GuppyDRV
03 Feb 2021
Forum: MultiCharts
Topic: AllowSendOrdersAlways with intrabarorder generation OFF
Replies: 10
Views: 1883

Re: AllowSendOrdersAlways with intrabarorder generation OFF

I think I should say that it calculated on Barstatus = 2 with IOG = Off which would produce a trade open next bar or Barstatus = 1.

GuppyDRV
by GuppyDRV
03 Feb 2021
Forum: MultiCharts
Topic: AllowSendOrdersAlways with intrabarorder generation OFF
Replies: 10
Views: 1883

Re: AllowSendOrdersAlways with intrabarorder generation OFF

Sorry for the double post but after thinking on it I had another question. When using the Barstatus (1) = 2 how is this calculated? By this I mean if I use the following code. Vars: BS1 (0); BS1 = Barstatus (1) = 2; Will this produce a result for BS1 on every tick or do I need this. Vars: intrabarpe...
by GuppyDRV
03 Feb 2021
Forum: MultiCharts
Topic: AllowSendOrdersAlways with intrabarorder generation OFF
Replies: 10
Views: 1883

Re: AllowSendOrdersAlways with intrabarorder generation OFF

Barstatus can also be = -1 when you have several data series, the main one has a resolution larger than the secondary ones, and Realtime-History Matching is enabled. In that case the calculations are performed on the second data series and have Barstatus = -1 . Ken, What do you mean by secondary one...
by GuppyDRV
15 Jan 2021
Forum: MultiCharts
Topic: Point chart Backtest issue
Replies: 7
Views: 1170

Re: Point chart Backtest issue

Alex, Thanks for the input. I did try inserting a Barstatus ( 1 ) = 2 and also Barstatus ( 2 ) = 2 just to see. No change whatsoever! Results are still totally different. I’m starting to think it’s a Point resolution issue in general. In the same way a Renko chart will backtest incorrectly! I really...
by GuppyDRV
14 Jan 2021
Forum: MultiCharts
Topic: Point chart Backtest issue
Replies: 7
Views: 1170

Point chart Backtest issue

Hello all, I hope the new trading year is going great for everyone! Quick question regarding some backtest behavior. After upgrading to MC 14 I was doing some reading on the blog about upgrade changes and enhancements to this and other versions. I’m in a grove with what I do so I seldom look outside...
by GuppyDRV
10 Dec 2020
Forum: MultiCharts
Topic: MC14 Issue
Replies: 2
Views: 815

Re: MC14 Issue

Yes,

That would be great. How do I go about registering etc.....

Thanks in advance.

GuppyDRV
by GuppyDRV
14 Nov 2020
Forum: MultiCharts
Topic: Workspace questions for peak performance
Replies: 9
Views: 1471

Re: Workspace questions for peak performance

Interesting. I have not experienced the slowdown in MC 14 that you have. I have 4 charts running 200 tick charts in the same workspace for live trading. I use one Desktop configuration for live trading and another one for backtesting. I think even more important than keeping open workspaces to a mi...
by GuppyDRV
03 Nov 2020
Forum: MultiCharts
Topic: MC14 Issue
Replies: 2
Views: 815

MC14 Issue

Hello all, I recently upgraded to MC14 and have been experiencing some system issues. I’m posting after searching the forum with no luck. First Issue: PowerLanguage Editor no longer interacts properly with live chart. An example would be after having made a code change and compiling said change the ...
by GuppyDRV
09 Oct 2020
Forum: MultiCharts
Topic: Stop loss calculated vs broker fill or chart entry price [SOLVED]
Replies: 9
Views: 2828

Re: Stop loss calculated vs broker fill or chart entry price [SOLVED]

Deep thread resurrection for sure, Thanks for reading. I have always noticed while trading in SA mode that my Stoploss and Profit Targets will be sent to my broker based on the AverageEntryPrice. No real problem with most markets except occasionally the slip can range from 0-7/8 ticks. This will tha...
by GuppyDRV
01 Aug 2020
Forum: MultiCharts
Topic: PosTradeEntryBar and CurrentBar
Replies: 2
Views: 890

Re: PosTradeEntryBar and CurrentBar

Bump,

Should be an easy answer for someone at MC.

Thanks for the help,

GuppyDRV
by GuppyDRV
29 Jul 2020
Forum: MultiCharts
Topic: PosTradeEntryBar and CurrentBar
Replies: 2
Views: 890

Re: PosTradeEntryBar and CurrentBar

One additional question for the group. With a multi data strategy will the PosTradeEntryBar always return the bar number for the fastest fractal being used which I always place in data 1? And if using the CurrentBar which will be compared to the PosTradeEntryBar would (of data 1) need to be added? T...
by GuppyDRV
29 Jul 2020
Forum: MultiCharts
Topic: PosTradeEntryBar and CurrentBar
Replies: 2
Views: 890

PosTradeEntryBar and CurrentBar

Hello all, I know the CurrentBar reserve word will start counting after the MaxBarsBack value (as in if MaxBarsBack = 20 CurrentBar will be 1 at Chart bar 21). So with the PosTradeEntryBar reserve word is this the same way (as in will the value returned be after the MaxBarsBack value are is it refer...
by GuppyDRV
01 Jun 2020
Forum: MultiCharts
Topic: Firstbaronchart > 1
Replies: 3
Views: 1268

Re: Firstbaronchart > 1

So a self update! With some experimentation I've got the use of the PositionBasis reserve wording down using the following code. setstopcontract ; SetProfitTarget( Amount1PT ) ; setstopcontract ; SetStopLoss( Amount1SL ) ; It now executes on a per contract basis and the upside is that it functions a...
by GuppyDRV
30 May 2020
Forum: MultiCharts
Topic: Firstbaronchart > 1
Replies: 3
Views: 1268

Re: Firstbaronchart > 1

Svetlana, Thanks for the reply and sorry for my long delay in responding. I missed your post previously. Referencing "RSI LE" for an example of what I'm talking about. The actual line of code is: condition1 = Currentbar > 1 and var0 crosses over OverSold ; I mistakenly used the wrong wording "Firstb...
by GuppyDRV
25 Apr 2020
Forum: MultiCharts
Topic: Custom Criteria Editor
Replies: 3
Views: 1061

Re: Custom Criteria Editor

JoshM,

Thanks for the input. I’ve tried using those, the built in Sharp Ratio, and it produces a division by zero error. This is attached to code that otherwise has traded without issue forever! I know I’m doing something wrong I just can’t figure out what that is!

GuppyDRV
by GuppyDRV
24 Apr 2020
Forum: MultiCharts
Topic: Custom Criteria Editor
Replies: 3
Views: 1061

Custom Criteria Editor

Hello all,

I’m unable to cut and paste code into the Custom Criteria Editor! Any ideas as to why?

Additionally, is there a resource library available with sample codes above and beyond what’s native within MC that I might try?

Thanks for the help.

GuppyDRV
by GuppyDRV
28 Jan 2020
Forum: MultiCharts
Topic: IQFeed @ES#C vs @ES# backtest
Replies: 11
Views: 2875

Re: IQFeed @ES#C vs @ES# backtest

Any update on resolution to this issue.

Thanks

GuppyDRV
by GuppyDRV
08 Dec 2019
Forum: MultiCharts
Topic: Firstbaronchart > 1
Replies: 3
Views: 1268

Firstbaronchart > 1

Hello all,

I hope a simple question:

On many of the pre built signals in Multicharts I see the code:

Condition 1 = firstbaronchart > 1

What is the purpose of having this in the code?

GuppyDRV
by GuppyDRV
19 Oct 2019
Forum: MultiCharts
Topic: Some help with Renko
Replies: 19
Views: 5807

Re: Some help with Renko

@danielFXS

Can you also expand your explanation on the Resolution of the different data series you’re using and the desired outcome?

GuppyDRV
by GuppyDRV
18 Oct 2019
Forum: MultiCharts
Topic: Some help with Renko
Replies: 19
Views: 5807

Re: Some help with Renko

@danielFXS So it sounds like you’re using Phantom bars? From what I can tell you’re trying to fill in the phantom bars so to speak. Only a quick pass at the code and I’m no professional. I’ve never used phantom bars in my trading so have not had any experience with them. I believe with a Barstatus c...
by GuppyDRV
18 Oct 2019
Forum: MultiCharts
Topic: Some help with Renko
Replies: 19
Views: 5807

Re: Some help with Renko

@DanielFXS Thanks for the interest. I’m not in a position to check out your code just now but I’ll do so later tonight! I have moved mountains to find the answers and finally have something working successfully. Nothing I’ve read ANYWHERE including this forum is remotely close. TJ is great (He is on...
by GuppyDRV
16 Sep 2019
Forum: MultiCharts
Topic: Some help with Renko
Replies: 19
Views: 5807

Some help with Renko

Hello all, I know.....I know Renko! I’ve been using them successfully for years with manual trading and have been trying to creat some automated signals based on the indicators that I use visually. The basic setup although the time period and points are random. I’ve tried different settings but get ...
by GuppyDRV
02 Mar 2018
Forum: MultiCharts
Topic: MaxBarsBack [SOLVED]
Replies: 2
Views: 1416

Re: MaxBarsBack [SOLVED]

TJ,

Thanks.

GuppyDRV
by GuppyDRV
27 Feb 2018
Forum: MultiCharts
Topic: MaxBarsBack [SOLVED]
Replies: 2
Views: 1416

MaxBarsBack [SOLVED]

Hello all, If I'm understanding MaxBarsBack I'm not able to code this property into a signal? Or is that strictly SetMaxBarsBack? I believe I can code an indicator? Can I code this into a function? It would be a simple function counting Bars from a defined start point and adding that to the MaxBarsB...
by GuppyDRV
23 Feb 2018
Forum: MultiCharts
Topic: Genetic Optimization settings and behaviour in relation to number of cores [SOLVED]
Replies: 28
Views: 11296

Re: Genetic Optimization settings and behaviour in relation to number of cores [SOLVED]

So how would increasing the number of generations effect results. I have found that multiplying this number by number of real cores has produced stable and repeatable results with incremental genetic optimization. This is not optimum by any stretch of the imagination as it greatly increases process ...
by GuppyDRV
11 Feb 2018
Forum: MultiCharts
Topic: Genetic Optimization settings and behaviour in relation to number of cores [SOLVED]
Replies: 28
Views: 11296

Re: Genetic Optimization settings and behaviour in relation to number of cores [SOLVED]

Wilkinsw, I arrived at a similar conclusion without completely understanding the why. My solution was much the same as yours, increase the number of generations. At 3x generations I have found consistent results. At 10x absolutely consistent results. I also tested with very high iteration numbers, f...
by GuppyDRV
17 Jan 2018
Forum: MultiCharts
Topic: MULTICHARTS 11.0 RELEASE
Replies: 85
Views: 162288

Re: MULTICHARTS 11.0 RELEASE

Could you please specify what additional information would you like to have exactly and what opportunities for analysis Excel offers that are missing in out WFO report? The point of this process for me is to evaluate the OOS performance. For each report, I do the following basic analysis in excel: ...
by GuppyDRV
17 Jan 2018
Forum: MultiCharts
Topic: install error [SOLVED]
Replies: 4
Views: 2050

Re: install error [SOLVED]

I think I may have figured out the true cause after thinking on it overnight. I had an uncompiled function in my database that may have been causing the intstall error. When it finally worked I had unchecked the box regarding compiling of all imported data on the initial install wizard. This was in ...
by GuppyDRV
16 Jan 2018
Forum: MultiCharts
Topic: install error [SOLVED]
Replies: 4
Views: 2050

Re: install error [SOLVED]

TJ, Yes........but found solution! Cleared windows caches, disabled anti virus and used task manager to make sure all Multicharts applications were closed. I also used save instead of run when initially downloading update. All worked well after this and have verified all data migrated with trading s...
by GuppyDRV
16 Jan 2018
Forum: MultiCharts
Topic: install error [SOLVED]
Replies: 4
Views: 2050

install error [SOLVED]

Hello all, I'm trying to update to version 11 most current release but each time it gets up to the Extracting Built in studies the installer goes non responsive and it just hangs up. When I ended the task in task manager all of the prior version had been removed from my system. after trying several ...
by GuppyDRV
16 Jan 2018
Forum: MultiCharts
Topic: MULTICHARTS 11.0 RELEASE
Replies: 85
Views: 162288

Re: MULTICHARTS 11.0 RELEASE

Another point about the WFO - as mentioned in the link below, "If there is an open trade by the end of OOS period, it is not counted in report." This may distort the results, especially when the OOS length is small. For systems where the "avg # bars in winning trades" is lower than the "avg # bars ...
by GuppyDRV
29 Nov 2017
Forum: MultiCharts
Topic: Generation of blank trades
Replies: 7
Views: 2739

Re: Generation of blank trades

If you're looking at overall results such as net profit, max drawdown, return on account etc. rather than specific trade statistics, one way to achieve what you need may be to set minimal size for the strategy that should place "placeholder" trades, and realistic size for the one you want to evalua...
by GuppyDRV
24 Nov 2017
Forum: MultiCharts
Topic: Generation of blank trades
Replies: 7
Views: 2739

Re: Generation of blank trades

I hope everyone has had a good Thanksgiving holiday. So after some additional research I think TradersStudio might have the type of function I'm looking for although I'm firmly rooted with Multicharts. They call it a vertual trade.....this can be used to simulate how a complex strategy might perform...
by GuppyDRV
22 Nov 2017
Forum: User Contributed Studies and Indicator Library
Topic: Velocity Indicator
Replies: 0
Views: 2293

Velocity Indicator

Has anyone ever used the Jurack(sp) Velocity Indicator? If not is there a similar indicator that might be used within Multicharts? I have used this type of indicator successfully with NT7 but have not found one for easy language.

Thanks in advance for the help.

GuppyDRV
by GuppyDRV
30 Oct 2017
Forum: MultiCharts
Topic: Generation of blank trades
Replies: 7
Views: 2739

Re: Generation of blank trades

Thanks for the reply and sorry for the delayed response, I took two weeks off for holiday! I'll try and and post a better explanation of what I'm looking for with blank trades. The system I'm attempting to build has multiple entry options both long and short. Let's call them........ Entry A "Long" E...
by GuppyDRV
06 Oct 2017
Forum: MultiCharts
Topic: Generation of blank trades
Replies: 7
Views: 2739

Generation of blank trades

Hello all, I would like to try testing some new strategy ideas that I have by isolating various entries. The strategy I have in mind has several different options for entering trades both long and short. What I would like to do is isolate one individual entry at a time as the only entry that actuall...
by GuppyDRV
07 Jul 2017
Forum: MultiCharts
Topic: MULTICHARTS 11.0 BETA 1
Replies: 36
Views: 18013

Re: MULTICHARTS 11.0 BETA 1

Henry, Thanks for the update. This makes it hard for successful traders using MC 10 to make the switch or even evaluate without setting up a second system. I have the ability but lack the desire. It would seem that users such as myself who have proven track records with MC 10 would be the ideal bet...
by GuppyDRV
05 Jul 2017
Forum: MultiCharts
Topic: MULTICHARTS 11.0 BETA 1
Replies: 36
Views: 18013

Re: MULTICHARTS 11.0 BETA 1

Henry, Thanks for the update. This makes it hard for successful traders using MC 10 to make the switch or even evaluate without setting up a second system. I have the ability but lack the desire. It would seem that users such as myself who have proven track records with MC 10 would be the ideal beta...
by GuppyDRV
04 Jul 2017
Forum: MultiCharts
Topic: MULTICHARTS 11.0 BETA 1
Replies: 36
Views: 18013

Re: MULTICHARTS 11.0 BETA 1

Thanks for all the hard work. If I install the beta 11.0 version will this over write my stable version 10 install? Will my stuff from version 10 migrate over to the beta version 11? Thanks for the help, the last thing I want to do is negatively effect my version 10. GuppyDRV Yes, version 11 will o...
by GuppyDRV
04 Jul 2017
Forum: MultiCharts
Topic: MULTICHARTS 11.0 BETA 1
Replies: 36
Views: 18013

Re: MULTICHARTS 11.0 BETA 1

Thanks for all the hard work. If I install the beta 11.0 version will this over write my stable version 10 install? Will my stuff from version 10 migrate over to the beta version 11?

Thanks for the help, the last thing I want to do is negatively effect my version 10.

GuppyDRV
by GuppyDRV
17 Jun 2017
Forum: MultiCharts
Topic: [Request] Bar magnifier for non-standard chart types
Replies: 5
Views: 1938

Re: [Request] Bar magnifier for non-standard chart types

This is the help page for non standard bar types.

https://www.multicharts.com/trading-sof ... x.php/Kagi

The reference for differences between standard and non standard are a bit confusing. Can someone with more knowledge expand on this concept.

GuppyDRV
by GuppyDRV
17 Jun 2017
Forum: MultiCharts
Topic: [Request] Bar magnifier for non-standard chart types
Replies: 5
Views: 1938

Re: [Request] Bar magnifier for non-standard chart types

@bensat How would this work? Are you thinking using two data series with data 1 being 1 tick with a standard candle stick chart type and data 2 being whatever it is you use with the non standard bar type? Would the signals your strategy generates still not have the inherent error associated with the...
by GuppyDRV
22 Apr 2017
Forum: MultiCharts
Topic: Repeating Bar counter for trade exit [SOLVED]
Replies: 5
Views: 1689

Re: Repeating Bar counter for trade exit [SOLVED]

I thought I would post this in case it might help some in the future. TJ thanks for the input as it got me thinking. I know the concepts are basic but sometimes the easy stuff still trips me up. So I solved the issue by creating a simple counter. It now works on historical data only and places a rep...
by GuppyDRV
19 Apr 2017
Forum: MultiCharts
Topic: Repeating Bar counter for trade exit [SOLVED]
Replies: 5
Views: 1689

Re: Repeating Bar counter for trade exit [SOLVED]

So...it will exit on the exact bar number specified (with the proper exit displayed "ExitL/ExitS). In this case 240 but if I change that to any other number say 500 it then exits on 500 etc..... It seems to start of properly but fails to repeat at the specified interval. My loop programing is faulty...
by GuppyDRV
18 Apr 2017
Forum: MultiCharts
Topic: Repeating Bar counter for trade exit [SOLVED]
Replies: 5
Views: 1689

Repeating Bar counter for trade exit [SOLVED]

So....My objective is to have a peace of code that only functions on Non-live data so that it only works while back-testing. I'm trying to have it start on the 100th bar from the chart starting point and generate an order to close all open positions such that this repeats every 100 bars. This setup ...
by GuppyDRV
03 Apr 2017
Forum: MultiCharts
Topic: Missing Bars!
Replies: 3
Views: 1361

Re: Missing Bars!

Mutli data series.

Data1 = 1 Minute
Data2 = 3 Minute

only one symbol and one chart.
by GuppyDRV
03 Apr 2017
Forum: MultiCharts
Topic: Optimization Issue
Replies: 5
Views: 1898

Re: Optimization Issue

Angela,

Does this mean that the platform will use the top listed iteration "sorted" by input for WFO in the "OOS" periods or does it actually apply the correct selection such as Max Net Profit or % Profitable etc...

GuppyDRV
by GuppyDRV
03 Apr 2017
Forum: MultiCharts
Topic: Missing Bars!
Replies: 3
Views: 1361

Missing Bars!

Hello all, I've found that when using minute bars my platform often fails to load all bars. The bar count will be something like this......Bar 1, Bar 2, (The skipped bar), Bar 3. So it just misses the bar altogether. I have attached a picture showing this. Any ideas why or how I can correct this iss...
by GuppyDRV
27 Mar 2017
Forum: MultiCharts
Topic: Optimization Issue
Replies: 5
Views: 1898

Re: Optimization Issue

Bump,

Any word back on why this happens.

GuppyDRV
by GuppyDRV
13 Mar 2017
Forum: MultiCharts
Topic: Boundary Bar
Replies: 2
Views: 1231

Re: Boundary Bar

I found this link in the WIKI section that explains any open trades at the end of an OOS period will not be counted on the WFO report. https://www.multicharts.com/trading-software/index.php/How_to_Verify_Walk-Forward_Optimization_(WFO)_Results Can MC support chime in here for information as to how t...
by GuppyDRV
10 Mar 2017
Forum: MultiCharts
Topic: Boundary Bar
Replies: 2
Views: 1231

Boundary Bar

Hello all, I’m making an attempt to fine tune the Walk Forward Analysis (WFO) that my trading system produces. The main issue that I would like to explore is how MultiCharts handles boundary Bar trades. For simplicity sake, I’ll provide an example of what I perceive a Boundary Bar trade to be. Examp...
by GuppyDRV
10 Feb 2017
Forum: MultiCharts
Topic: Optimization Issue
Replies: 5
Views: 1898

Optimization Issue

Hello all, When I run an optimization using exhaustive method the results are always sorted by the first input parameter. However, when I use the genetic option the results are sorted according to the criteria I select. IE...Max Net Profit, Draw Down etc.... Is there a simply reason why the exhausti...

Go to advanced search