Quote:
|
Originally Posted by FXtry11
I want to feed my mtPredictor (version 4.0.0.14) with Quotes of
1. Metatrader Forex quotes delivered by Alpari or Akmos
2. CME Forex Futures Quotes delivered by InteractiveBrokers or CME
This mtPredictor version is programmed to work with eSignal quotes. See file 'mtPredictorExample.jpg' below.
I tried Akmos IDLe ( http://www.akmos.com/software/afmidle/) to get Akmos quotes simulating eSignal feed. But it didn't work.
So Im in search of a step by step explanation how to process (where to store in which form and how to convert) above quotes that they are processed realtime by mtPredictor.
Any help appreciated.
|
Try
IDLoader to simulate esignal. I did not try mtPredictor but this IDLoader works instead of esignal sometimes.
It is in Russian but after you install it just find the word "SuperCharts" and set up the files. For example:
Code:
Select the file:
(you should create this file before)
C:\Program Files\FXClub\IDLoader\EURGBP2.txt
Name of instrument:
EURGBP
Timeframe:
Day
Which data do you need to download to this file:
EURGBP, bid.
Starting with date:
01.06.1995
It is for example only. You should have one file per currency/timeframe. For example one file for EURUSD M5, the other for EURUSD H3 and so on.
I did it one year ago and I spent a lot of time just to understand how to do it.