- Search Metals Mine
- jmw1970 replied Sep 3, 2011
if you convert the SL into points (ie 10pts for 1 pip on a 5 digit broker) the following works double FreeMargin = AccountFreeMargin(); double TickValue = MarketInfo(Symbol(),MODE_TICKVALUE); double LotStep = MarketInfo(Symbol(),MODE_LOTSTEP); ...
002097's PwR scalping auto trading robot by Steve Hopwood
- jmw1970 replied Sep 3, 2011
Multi Pair Trader — Dear All I have created a multi-pair trader for the 1H CTR for anyone using here to re-enter into the trend Details can be found at url Regards, John
Nb 10.0 trend trading system
- jmw1970 replied Sep 3, 2011
MultiPair Trader — Dear All As promised here is a “Multi-pair” trader for the 1H CTR expert advisor. The logic is taken directly from the standard 1H CTR Both There are 2 slight modifications to the standard logic, they are as follows 1) ECN ...
Nb 10.0 range trading system
- jmw1970 replied Sep 3, 2011
Cheers Frodog that is what I thought, as I said I have probably just been unlucky (last week seemed to be a bit of a nightmare anyway) I am finalizing some stuff on the Multipair and will be uploading shortly. One question for anyone -- the same EA ...
Nb 10.0 range trading system
- jmw1970 replied Sep 2, 2011
Hi All I am currently writing a multi-pair trader for the 1Hr CTR EA's as I am having difficulty with the number of charts open on my laptop This is in testing so far but produces a screen similar to below:- I will upload it to the thread once ...
Nb 10.0 range trading system
- jmw1970 replied Sep 1, 2011
Hi All If the market is in officially in Range mode but with a bias Long (as the EURCAD was from about the 11th Aug) I cannot quite understand the concept of using the 1H CTR Sell as Nanningbob suggested in response to someone else's question ...
Nb 10.0 trend trading system
- jmw1970 replied Aug 31, 2011
Question — Hi All, this is a question to anyone who can possibly answer, I have looked through the 3 threads and documents but wish to ensure that my understanding of this particular area is correct Question is regarding Hedge & Recovery I ...
Nb 10.0 trend trading system
- jmw1970 replied Aug 31, 2011
Hi MJurban you are using an older version of the indi that also checked the TMA and you don't have the called indicator required (TMA Called). Why don't you upgrade to the latest version, this also has entry price guidelines, I reposted a link last ...
PRICE Accordingly
- jmw1970 replied Aug 30, 2011
hi capstone i think it was a bit of dyslexic typing, you are of course correct the trades highlighted were SMBT (Striking Mid Line Bounce) and not MSBT's as written
PRICE Accordingly
- jmw1970 replied Aug 26, 2011
no, but EU is currently setting up for a possible SMBT or SBT short
PRICE Accordingly
- jmw1970 replied Aug 25, 2011
couple of points:- a) there are lots of different semaphor indicators, you haven't been very specific b) if all you want to do is set the sl, would it not be better to use one of the many available visual order manager ea's (MPTM for example) that ...
Help With MT4 Scripts
- jmw1970 replied Aug 25, 2011
as an indicator RSI generally indicates overbought / oversold ie. over 50 is more for buy, under 50 is more for sell your logic would mean that buy trades would always have a bigger tp/sl than sell trades
Looking for a script
- jmw1970 replied Aug 25, 2011
how exactly would that work??? The RSI is a value between 0 & 100 and has no price correlation
Looking for a script
- jmw1970 replied Aug 25, 2011
Hi Pipsy post with the retrace finder with entry levels is url to get the trade arrows on the chart is standard MT4, in the Terminal select the Account History tab, highlight the trade that you wish to put the arrows on the chart for and drag it ...
PRICE Accordingly
- jmw1970 replied Aug 25, 2011
not if the EA can try to open orders mid-bar but the code I have given you will do as you require
Adding Manual Confirm to Expert Advisor
- jmw1970 replied Aug 25, 2011
OK - think I understood in that case you need to move your time check to something like if (Signal == "SELL") { if (TimeOpen == Time[0]) return; // Already tried on this bar TimeOpen = Time[0]; int li_ans = MessageBox("Do you wish to open this sell ...
Adding Manual Confirm to Expert Advisor
- jmw1970 replied Aug 25, 2011
Hi Dredding got a little bit confused by your post - but I understood it as you wish to have an EA that will open trades, however you want the user to have the ability to manually confirm that the trade should be placed if need be. If that is ...
Adding Manual Confirm to Expert Advisor
- jmw1970 replied Aug 25, 2011
"butter" - LOL - you got thick fingers from counting all your profits from this method
PRICE Accordingly
- jmw1970 replied Aug 25, 2011
correct then for longs it will be High + Floating Spread + Buffer (default 3) for shorts it will be Low - Buffer (default 3)
PRICE Accordingly
- jmw1970 replied Aug 25, 2011
it uses a floating spread calculation so Ask-Bid at the time of the new bar although to change it to use global variables and a fixed avg spread per currency pair (or allow the user to choose between fixed & floating) wouldn't be difficult
PRICE Accordingly