- Search Energy EXCH
-
rangebound replied Sep 22, 2008Hanover, Please be advised I have sent you a PM to discuss my post above, and to provide some other info. Regards
FFcal - Plot News indicator
-
rangebound replied Sep 19, 2008Sorry David, i'm away for the weekend so I'll post back on Monday
FFcal - Plot News indicator
-
rangebound replied Sep 19, 2008Good work I see here David,
and only stumbled on it about a month ago. Two points about this composite news data : 1) I love it and think it could give great insight into the long term trend to a non funnymentalist like myself 2) It might ...FFcal - Plot News indicator
-
rangebound replied Sep 17, 2008You can close any fraction of an open trade Eg Buy 1 lot Later ....Sell 0.5 lots Later Still ... Sell 0.25 lots Finally ... Sell 0.25 lots As for adding more lots to an open trade ... NO ... Thats called 'opening a new trade'
Changing lot size after trade is entered?
-
rangebound replied Sep 8, 2008Thanks for the post Royce .. It did cross my mind over the w/e that you could just hold the loop forever and sleep it, in any number of ways. Kenz Sure you can do it in C#, however Im not sure why you'd want to, unless you want to modify / augment ...
Passing data from one MT4 client to another
-
rangebound replied Sep 4, 2008I Dont know the Oanda platform but if you can create EA or indicator code that can open and call DLL functions then have a look at this thread : url I have to ask though ... Why not just open an account with a Broker that uses MT4?
metatrader with oanda
-
rangebound replied Sep 2, 2008Example of how to load and save your array data The first time you run the EA, it will Alert that there was an error loading the data obviously because the data file does not exist. Subsequent runs will report the "last Open / Close / High" which ...
Is it possible to save array info?
-
rangebound replied Sep 2, 2008I threw this together between trades so its not the most amazing piece of code but it works What can I say ... I was bored and feeling generous at the same time !!! What is it : A DLL and example EA (with source) to allow cross talk between two MT4 ...
Passing data from one MT4 client to another
-
rangebound replied Sep 1, 2008Creating a shared resource as per that thread will only work within the frame work of the same instance of a process/application So for example if you had an indicator (that uses a DLL) and attached to several charts in the same MT4 app then they ...
Passing data from one MT4 client to another
-
rangebound replied Sep 1, 2008JFonseca - what arrays are you wanting to save? int/double/string ? How many dimensions? Dynamic or static? Post the info on the array(s) EG int mysubtotals [100]; double mytrades [][5]; string mydynamicheadingsandsubheadings [][]
Is it possible to save array info?
-
rangebound replied Sep 1, 2008You wont be able to create a shared memory space directly within DLLs. There are several ways of getting DLLs to talk to each other. It depends really if you want two way coms or not, and how frequently they need to converse. The easiest methods ...
Passing data from one MT4 client to another
-
rangebound replied Aug 31, 2008you'll also need to change the predeclaration of the number of indicator buffers and move it to the Init procedure .... EG remove the following predeclaration : #property indicator_buffers 4 Add the following line of code into the Init() routine. ...
How to remove text from Custom Indicators
-
rangebound replied Aug 31, 2008Why the problem with the arrays ? If I understand the first post correctly, apply the following pseudo code 1) Define (or calculate) the upper and lower limts of the price range your interested in. EG upper = 1.8600 lower = 1.8500 2) define (or ...
Price Density Index
-
rangebound replied Aug 31, 2008I imagine you need to save many values since you are using an array to store them. Regardless I wouldnt advise trying to store anything (long term) in the Global Variables. You should do what all programs on all platforms do, namely : Load and save ...
Is it possible to save array info?
-
rangebound replied Jul 8, 2008New (Final) MTF Vhands Trade EA — Thanks To Pipskateer's feedback I'm confident that the hanging issues have been solved. So I've included the new files in the attached zip. This file contains all files required by MTF Vhands and also the ...
VHands Trading Simulator
-
rangebound replied Jul 8, 2008Seattlerust. Im not sure quite what you mean with the button reversing its icon ... It does change its icon to show the current action (playing = '>>' Paused = '||') You should be doing the following Click start. Make sure the chart is ticking (play ...
VHands Trading Simulator
-
rangebound replied Jun 25, 2008Debug version of MTF vhands — Pipskateer / pizdun I cant seem to add an attachment to a PM at the moment so I've attached a debug version of MTFvhands here. If either or both of you guys can try these out and post me some feed back via PM, I ...
VHands Trading Simulator
-
rangebound replied Jun 24, 2008giraia_br : Backtesting Accuracy It is often said that backtesting is unreliable, this is based mainly on the following premise : E.G. You might (manually) look at (static) historic charts and paper trade a 4 hour strategy, but in reailty you will ...
VHands Trading Simulator
-
rangebound replied Jun 14, 2008Yeah I'll second that request for a little feed back about peoples experiences, because without feed back I can only assume everyone else got MTF vhands up and running fine (and I never like to assume anything!!!) Just a quick note on memory usage ...
VHands Trading Simulator
-
rangebound replied Jun 10, 2008Idle time = too much work — Your PC P4 1Gb ram should be more than ample. Metatrader seems to be pretty inefficient when it comes to disk access, and all PCs no matter how old have one large bottle neck which is the hard disk. Things get ...
VHands Trading Simulator