Search found 4750 matches
- Tue Sep 12, 2023 8:46 am
- Forum: Issue/Bug tracking
- Topic: mt4 indicator "array out of range"
- Replies: 3
- Views: 188
Re: mt4 indicator "array out of range"
Hi Tickwaiting, "Array out of range" indicates that the EA/indicator has not done a bounds check on the array before trying to access it. You'll need to make some sort of check to make sure this error does not occur. For further understanding of what is going wrong, you might want to dump the array ...
- Mon Sep 11, 2023 2:21 am
- Forum: General Discussion
- Topic: Multiple command line args
- Replies: 1
- Views: 113
Re: Multiple command line args
Hi Ariel,
Yes, the entire line will be passed through as-is. Note that I don't believe MT4 is respecting the /skipupdate parameter any more. Our Advanced Tester allows you to do this however.
Hope this helps.
Yes, the entire line will be passed through as-is. Note that I don't believe MT4 is respecting the /skipupdate parameter any more. Our Advanced Tester allows you to do this however.
Hope this helps.
- Sat Sep 09, 2023 2:27 am
- Forum: General Discussion
- Topic: Tick Data not Loading into MT4
- Replies: 5
- Views: 195
Re: Tick Data not Loading into MT4
Hi Freddie, You mentioned using both MT4 and MT5 but I assume the latter was a typo. If you are using MT4, could you please firstly confirm if you are getting 99.9% modelling quality on your back-test. If not, please check our Trouble-shooting FAQ to rectify the issue. Also note that you can check t...
- Wed Sep 06, 2023 10:31 pm
- Forum: General Discussion
- Topic: Time-zone "none"
- Replies: 3
- Views: 10885
Re: Time-zone "none"
Hi Glax012, Yes, it can make sense to baseline all your timestamps in GMT. Often EAs are designed to assume GMT and have a parameter called "GMT offset" that allows you to adjust it as necessary. Of course, when you finally trade live, you will want to make sure al your time-stamps are in the same t...
- Mon Sep 04, 2023 12:15 am
- Forum: Issue/Bug tracking
- Topic: Trouble locating MT4 installation directory
- Replies: 1
- Views: 13775
Re: Trouble locating MT4 installation directory
Hi Thatbear, Unfortunately some MT4 functionality of Tickstory may be restricted under Wine & MacOS. You can try force your configuration using the method described here , however do note that certain features may still be unavailable such as the MT4 Launcher. As long as you set your "Data Folder" t...
- Sat Sep 02, 2023 11:36 pm
- Forum: General Discussion
- Topic: Monthly Subscription on Standard version of Tickstory
- Replies: 11
- Views: 5201
Re: Monthly Subscription on Standard version of Tickstory
Hi Scotty,
Yes, you will still continue to get notifications within the application of updates.
Thanks.
Yes, you will still continue to get notifications within the application of updates.
Thanks.
- Fri Sep 01, 2023 3:50 am
- Forum: General Discussion
- Topic: Time-zone "none"
- Replies: 3
- Views: 10885
Re: Time-zone "none"
Hi Glaxo12, The "native" time-zone is simply the time-zone of where the instrument is typically traded. In the case of US stocks, for example, the time-zones will match the New York Stock Exchange. For DEU.IDX (German DAX), it will be the trading hours of the German Stock Exchange. By selecting "Non...
- Tue Aug 29, 2023 4:01 am
- Forum: Beta Discussion Room
- Topic: Backtest doesn't match forward test
- Replies: 2
- Views: 13976
Re: Backtest doesn't match forward test
Hi Jt27, Firstly, our apologies for the delay in getting back to you. Regarding your question, multi-timeframes is supported by MT4 however you should be cautious about how your EA is coded. In any MQL function that allows you to specify the time-frame (for example, iMA() to get the moving average )...
- Mon Aug 28, 2023 11:33 am
- Forum: General Discussion
- Topic: historical futures data download
- Replies: 3
- Views: 294
Re: historical futures data download
Hi, The USATECH.IDX symbol is a Dukascopy CFD that tracks the NASDAQ 100 Index. Below is a 1-minute comma-delimited sample of the data for your reference. Date,Timestamp,Open,High,Low,Close,Volume 20230827,23:55:00,14972.529,14972.869,14971.039,14971.039,0.0270499998005107 20230827,23:56:00,14970.90...
- Sun Aug 27, 2023 11:33 pm
- Forum: General Discussion
- Topic: Tick Story Lite not working. Says only 365 days of data allowed when requesting 1 year of data
- Replies: 1
- Views: 241
Re: Tick Story Lite not working. Says only 365 days of data allowed when requesting 1 year of data
Hello,
There may be some sort of a day rounding issue. Please remove a few days from the date range and it should work.
Thanks.
There may be some sort of a day rounding issue. Please remove a few days from the date range and it should work.
Thanks.