Search found 6 matches

by ChiTownTrader
13 Oct 2014
Forum: MultiCharts
Topic: Evaluate a string [SOLVED]
Replies: 7
Views: 2067

Re: Evaluate a string [SOLVED]

Okay, I think I got it. I used FuryTrader's code as it just read easiest to my weary eyes. Though I believe JoshM and bowlesj3's code would work too. In an effort to ensure it works I added a little more code to actually make a system which would be optimizable and then looked at the results. {-----...
by ChiTownTrader
13 Oct 2014
Forum: MultiCharts
Topic: Evaluate a string [SOLVED]
Replies: 7
Views: 2067

Re: Evaluate a string [SOLVED]

Well many thanks to those that replied. I have yet to test the code from: JoshM / Furytrader / bowlesj3- but wanted to avoid any confusion which was suggested by my description: "I think this is what is confusing people." and also to add how this "idea" might have value. Furthermore, I am not hung u...
by ChiTownTrader
12 Oct 2014
Forum: MultiCharts
Topic: Evaluate a string [SOLVED]
Replies: 7
Views: 2067

Re: Evaluate a string [SOLVED]

Thanks for input. No wonder I could not find "Eval" functionality :( However, the code you offered will not work for what I am looking to do. I am essentially looking to have the optimizer "toggle on/off" a condition to buy/sell. So in my original code. I could have s1 as an input that would be opti...
by ChiTownTrader
11 Oct 2014
Forum: MultiCharts
Topic: Evaluate a string [SOLVED]
Replies: 7
Views: 2067

Evaluate a string [SOLVED]

Hi and sincere thanks for any help I am looking for a command similar to the Matlab/C++ command "EVAL" which evaluates a string. I am essentially looking to do the below. string0=" condition1" ; if s1=1 then string1=" and condition2" else string1=" "; stringSum=string0+string1; if EVAL(stringSum) th...
by ChiTownTrader
01 Oct 2014
Forum: MultiCharts
Topic: Stochastic SlowK and Data 2 [SOLVED]
Replies: 3
Views: 1499

Re: Stochastic SlowK and Data 2 [SOLVED]

TJ in case you ever wonder - You are AWESOME!!!

3 words and a link and I am golden.

Thanks thanks thanks thanks,
Wish I could paypal you a Starbucks :)
by ChiTownTrader
01 Oct 2014
Forum: MultiCharts
Topic: Stochastic SlowK and Data 2 [SOLVED]
Replies: 3
Views: 1499

Stochastic SlowK and Data 2 [SOLVED]

Stochastic Data 2.JPG Stochastic Data 2.JPG Thanks in advance for any help. I have a chart with 1 min data (data1) and also 15 min data( data2). I have created the standard Stochastic SlowK (MC indicator) on the attached chart in subchart 2 using the "base study on 15 min data". I then tried to rec...

Go to advanced search