Forum Replies Created
-
AuthorPosts
-
in reply to: v1.5 Released! #20070
Hi all,
v1.6 is now out and supports the latest MT4 Builds. Please see here for details:
Regards.
in reply to: having problems to do my test in mt4 #20738Please keep an eye on this thread for updates:
Hi,
The following code was inserted into the standard ‘MACD Sample’ EA and executed in the 30 minute time-frame. Export was done with default settings (i.e. all FXT time-frames and Generate HST):
Print("RSI current: ",iRSI(NULL,0,14,PRICE_CLOSE,0));
Print("RSI 5min: ",iRSI(NULL,5,14,PRICE_CLOSE,0));
Print("RSI 15min: ",iRSI(NULL,15,14,PRICE_CLOSE,0));The results were as follows:
2015.06.14 20:05:33.038 2013.06.19 18:14 MACD Sample EURUSD,M30: RSI 15min: 23.8474
2015.06.14 20:05:33.038 2013.06.19 18:14 MACD Sample EURUSD,M30: RSI 5min: 21.6499
2015.06.14 20:05:33.038 2013.06.19 18:14 MACD Sample EURUSD,M30: RSI current: 27.9909Check your export settings and make sure you test the basic indicators in a ‘standard’ EA before re-testing your own indicators/EA.
Regards.
in reply to: MT4/Dukascopy Data location #20752Hi,
If you want to see where the Dukascopy data resides, then in Tickstory go to File->Settings and note the “Dukascopy Store location” which is where the tick data resides.
If you want to know where your MT4 export data resides, go to your MT4 terminal and select File->Open Data Folder.Hope this helps.
in reply to: Is not parsing and opening #20751Hi Jared,
Thanks for reporting your issue. Can you please check your Tickstory proxy settings by going to File->Settings->Dukascopy Data Source and tell us whether you have any proxy information set? If not, could you please go to Windows->Control Panel->Internet Options->Connections->LAN Settings and tell us whether you have any proxy settings set and what they are? Specifically, it seems that there is a server name specification that seems to be causing the issue.
Does the application resume if you close the error box?
Thanks.
in reply to: Error message! I cannot run Tickstory #20744in reply to: Exported History File is incomplete #20741Hi Rcclarkjr,
Tickstory only generates MT4 data for the “tick” modelling quality. Selecting an alternate modelling quality will cause MT4 to acquire a separate set of data from your broker.
Hope this helps.
in reply to: How i can make backtest with leverage 1:2000 #20739Hi Damdam,
You can set a custom leverage in the MT4 Export->Metatrader Info tab. Just change the default leverage from 100 to 2000.
Hope this helps.
in reply to: How to revert & disable auto-updates on MT4 #20698Hi Jonyfx,
MT4 usually caches the update in the above-mentioned folder. Ensure this directory has been cleared before starting MT4.
If nothing resides there, I believe the update could also be in C:ProgramDataMetaquotesWebInstall.Regards.
in reply to: Error on tester after linking to MT4 #20737Hi 8590,
Unfortunately we can’t assist in fixing problems with custom/third-party EAs. From what the author is saying, there are multiple reasons for this EA error and I would suggest that more accurate information is given to assist you in identifying which of the mentioned issues is causing the error.
Regards.
in reply to: New Version Metatrader – MT4 Build 825 #20722Hi all,
Please see this thread for a how to revert your MT4 Build to an earlier version: viewtopic.php?f=2&t=683.
We are currently working on an update to support the latest version.Regards.
in reply to: Tradestation 9.1 #20732Hi Pinky,
At this stage we do not support real-time data although it is on our ‘todo’ list.
If Tradestation or Multi-charts support import of data via a file extract then Tickstory should be able to handle this.Hope this helps.
in reply to: Error on tester after linking to MT4 #20733Hi 8590,
Note the error messages indicating that you have an error in your EA code:
2015.06.02 12:34:20.405 2015.05.31 21:00 array out of range in ‘MoskowitzBrothers_29.mq4’ (221,22)
2015.06.02 12:34:20.405 2015.05.31 21:00 Testing pass stopped due to a critical error in the EARegards.
in reply to: Data is always overwritten #20731This is a result of the latest MT4 upgrade (Build 800+). The issue is being tracked here:
Regards.
in reply to: Trading isn’t consistent with the signals #20685Hi,
Please let us know when you have reproduced the issue without requiring us to debug custom code. If there are differences between visual and non-visual mode, then a quick print statement of the raw values (i.e. the OHLC data points – not your custom indicator) should be able to demonstrate this.
Thanks.
-
AuthorPosts