NexusFi: Find Your Edge


Home Menu

 





"Signal Gap" in Backtesting


Discussion in MultiCharts

Updated
      Top Posters
    1. looks_one ABCTG with 5 posts (0 thanks)
    2. looks_two Thatsbooo with 3 posts (1 thanks)
    3. looks_3 choke35 with 1 posts (1 thanks)
    4. looks_4 sptrader with 1 posts (0 thanks)
    1. trending_up 2,227 views
    2. thumb_up 2 thanks given
    3. group 2 followers
    1. forum 9 posts
    2. attach_file 2 attachments




 
Search this Thread
  #1 (permalink)
 Thatsbooo 
Switzerland
 
Experience: Advanced
Platform: Multicharts
Broker: IB
Trading: RB, GC, CL, ES, US, S
Posts: 26 since Jul 2017
Thanks Given: 9
Thanks Received: 2

Hi

I'm backtesting some markets with a very simple strategy. But in the first years I have a gap in my Signal.



I've already delete the Data in my Quote Manager and also reloaded the chart, but still the same problem.

The weird thing is, this "Signal Gap" is just on Soybean Meal, on other Markets it works fine even with the same settings.

Does anyone know where the issue is?


Started this thread Reply With Quote

Can you help answer these questions
from other members on NexusFi?
CFTC Requests Tag 50 Trader Identity Data From CME and I …
Traders Hideout
Penalties in Budapest, Peace Deadline in Tehran: Arsenal …
Prediction Markets & Event Contracts
Asia Equities Crash Overnight -- Nikkei -5.2%, KOSPI -6. …
Traders Hideout
SEC Advisory Committee Backs Tokenized Securities Exempt …
Traders Hideout
Hormuz Surges From 14% to 26.5% Intraday as Irans Answer …
Prediction Markets & Event Contracts
 
Best Threads (Most Thanked)
in the last 7 days on NexusFi
Sober Journey With S&P
21 thanks
2026 Jlab journal
10 thanks
Algo automated / semi-automated trading anyone?
6 thanks
Lady Vols Primer: Trading Volatility Journal
6 thanks
2026 Fire Horse
5 thanks
  #2 (permalink)
 ABCTG   is a Vendor
 
Posts: 2,447 since Apr 2013
Thanks Given: 493
Thanks Received: 1,639


Thatsbooo View Post
Does anyone know where the issue is?

Thatsbooo,

as the platform does only what the code tells it do (with the exception of a bug), chances are that the answer is within your code. I don't think there is something wrong with your data or the platform, but without knowing the code I can't say what's causing it.

Regards,

ABCTG


Follow me on X Reply With Quote
  #3 (permalink)
 choke35 
Germany
Market Wizard
 
Experience: Intermediate
Platform: Other
Trading: ES, YM, 6E
Posts: 2,622 since Feb 2013
Thanks Given: 5,101
Thanks Received: 6,558



Thatsbooo View Post
Hi

I'm backtesting some markets with a very simple strategy. But in the first years I have a gap in my Signal.



I've already delete the Data in my Quote Manager and also reloaded the chart, but still the same problem.

The weird thing is, this "Signal Gap" is just on Soybean Meal, on other Markets it works fine even with the same settings.

Does anyone know where the issue is?

If you take a look at your price scale you can easily see that the whole backtest is useless because your
back-adjustments lead to completely invalid prices. That's the issue.


Reply With Quote
Thanked by:
  #4 (permalink)
 ABCTG   is a Vendor
 
Posts: 2,447 since Apr 2013
Thanks Given: 493
Thanks Received: 1,639

Thatsbooo,

comparing the behavior of the build in RSI LE and RSI SE signal in both Tradestation and Multicharts shows that MC appears to have problems with the negative prices. Having said that, the answer might not be within your code, but the platform i.e. you might have found a bug here. You might want to demonstrate this to the MC support, so they can fix it.

Regards,

ABCTG


Thatsbooo View Post
Hi

I'm backtesting some markets with a very simple strategy. But in the first years I have a gap in my Signal.



I've already delete the Data in my Quote Manager and also reloaded the chart, but still the same problem.

The weird thing is, this "Signal Gap" is just on Soybean Meal, on other Markets it works fine even with the same settings.

Does anyone know where the issue is?


Follow me on X Reply With Quote
  #5 (permalink)
 Thatsbooo 
Switzerland
 
Experience: Advanced
Platform: Multicharts
Broker: IB
Trading: RB, GC, CL, ES, US, S
Posts: 26 since Jul 2017
Thanks Given: 9
Thanks Received: 2

Thanks for the reply, I didn't even realize the negative Price

Would be great if someone from @MultiCharts could say something to this Backtest results....


Started this thread Reply With Quote
  #6 (permalink)
 
sptrader's Avatar
 sptrader 
Colorado
 
Experience: Advanced
Platform: MultiCharts
Broker: IB & Iqfeed
Trading: ES , CL
Posts: 535 since Apr 2010
Thanks Given: 1,097
Thanks Received: 702


I'm not sure that your symbol is correct for IQfeed. When I look it up it says @SM# NOT @SM#C.

On a side note, if you want to delete historical data in Multicharts, be sure to delete the Cache as well. (It's an option along with delete data).


Reply With Quote
  #7 (permalink)
 ABCTG   is a Vendor
 
Posts: 2,447 since Apr 2013
Thanks Given: 493
Thanks Received: 1,639

Thatsbooo,

@MultiCharts isn't active on NexusFi anymore and you would have to post in their official forum or contact them directly to get a reply.

Regards,

ABCTG


Thatsbooo View Post
Thanks for the reply, I didn't even realize the negative Price

Would be great if someone from @MultiCharts could say something to this Backtest results....


Follow me on X Reply With Quote
  #8 (permalink)
 ABCTG   is a Vendor
 
Posts: 2,447 since Apr 2013
Thanks Given: 493
Thanks Received: 1,639

sptrader,

the symbol ending with "C" is the back-adjusted continuous contract for @SM#, which is just the continuous contract. The negative prices are simply a result of the back-adjustment method.

Regards,

ABCTG


sptrader View Post

I'm not sure that your symbol is correct for IQfeed. When I look it up it says @SM# NOT @SM#C.

On a side note, if you want to delete historical data in Multicharts, be sure to delete the Cache as well. (It's an option along with delete data).


Follow me on X Reply With Quote
  #9 (permalink)
 Thatsbooo 
Switzerland
 
Experience: Advanced
Platform: Multicharts
Broker: IB
Trading: RB, GC, CL, ES, US, S
Posts: 26 since Jul 2017
Thanks Given: 9
Thanks Received: 2

Today I received the answer from multicharts:

"Backtesting on negative prices is not supported in MultiCharts"


Started this thread Reply With Quote
Thanked by:
  #10 (permalink)
 ABCTG   is a Vendor
 
Posts: 2,447 since Apr 2013
Thanks Given: 493
Thanks Received: 1,639


Thatsbooo,

thank you for the update.

Regards,

ABCTG


Follow me on X Reply With Quote




Last Updated on December 8, 2017


© 2026 NexusFi®, s.a., All Rights Reserved.
Av Ricardo J. Alfaro, Century Tower, Panama City, Panama, Ph: +507 833-9432 (Panama and Intl), +1 888-312-3001 (USA and Canada)
All information is for educational use only and is not investment advice. There is a substantial risk of loss in trading commodity futures, stocks, options and foreign exchange products. Past performance is not indicative of future results.
About Us - Contact Us - Site Rules, Acceptable Use, and Terms and Conditions - Downloads - Top
no new posts