- Search Crypto Craft
- Pat1 replied Sep 14, 2010
1265 and 1279 — The pip diff between the the August and Sept 100 lines is 1265 and 1279 f decimals. And the S n Rs, I must say, are impressive and dead on target. Based on your initial post, its formula based and that is super. So the formula ...
Aboonacci System - for EUR/USD prediction
- Pat1 replied Aug 19, 2010
Sure you can. Do this: Open MetaEditor. Click File, Open the EA Kijun_1.mq4 Whereever you see Kijun = iMA(Symbol(),0,Kijun,0); replace with Kijun = iMA(Symbol(),0,Kijun,0,MODE_SMA,PRICE_CLOSE,0); You can also use MODE_EMA_MODE_SMMA or MODE_LWMA ...
Need Help with Ichimoku Parameters
- Pat1 replied Aug 19, 2010
The above kijun value is just a moving average and not the ichimoku kijun. To get ichimoku kijun use the following - double iIchimoku(string symbol, int timeframe, int tenkan_sen, int kijun_sen, int senkou_span_b, int mode, int shift) instead of ...
Need Help with Ichimoku Parameters
- Pat1 replied Aug 19, 2010
iMA — double iMA(string symbol, int timeframe, int period, int ma_shift, int ma_method, int applied_price, int shift) iMA(Symbol(),0,Kijun,0); Ima has more parameter then coded. See above. iMA(Symbol(),0,Kijun,mashift,mamethod,applied ...
Need Help with Ichimoku Parameters
- Pat1 replied Jul 3, 2010
Array Index — Steve, In the following function, void LookForSingleTradeOpportunities() { bool OutOfRange = CheckTradingRange(); if (OutOfRange) return; bool SendTrade = true; bool TradeExists = false; double stop; int ap;//Array pointer if ...
Steve Hopwood's Fib Target-level retracement auto-trader: compliments Simone
- Pat1 replied Jun 14, 2010
Intraday Fibs Simone — Hi All, Here is an ex4 to visualize Intraday Fibs in Action. Create an empty EA to run the indi on in startegy tester in visual mode. Use Open prices since we just want to see how the intraday Fibs work and to speed ...
Simone Guy's 'Simple and Consistent Fibonacci Method'
- Pat1 replied Jun 6, 2010
Intraday Fib — Hi Steve, Looks like the Intraday fib is not being reinitialized on the day change. The Breech Fib does not hold the high or low of the day and constantly resizes the end points when it should hold either the high or low and ...
Simone Guy's 'Simple and Consistent Fibonacci Method'
- Pat1 replied May 26, 2010
EA 5 No Trade s taken — Sq, Attached is a snapshot of tradeable box with no trades taken. Also attached is the set file. M15 EU open prices only. Martingale seems to kick in. For some reason, I could not upload the set file. Not in the list of ...
A Simple London Breakout
- Pat1 replied May 26, 2010
Sq, Been wondering why we need an external indi "v9". One of my ea's i have a code as follows: This bit of code is run as soon as the speciifed start time is reached , for example If the server time hour is 7 and local time minute is 0 and localtime ...
A Simple London Breakout
- Pat1 replied May 21, 2010
p- logic — Sq, We are interested in closing of an Op_Buy or Op_Sell trade. If an Op_BuyStop changes to an Op_Buy last tick or this tick, LOTN(Long Open....) gets the value of its ticket number otherwise is equal to 0. p_LOTN was initialized as ...
A Simple London Breakout
- Pat1 replied May 21, 2010
EA 4 With Martingale — Sq, Attached is the 4.0 EA with Martingale. I've named it "London Breakout EA-V4.0_Pat With Mart". Mer & Sq can decide to make it official with a Version change or extension. All the Changes and Additions in the code are ...
A Simple London Breakout
- Pat1 replied May 13, 2010
point of cross changes — The reason the cross changes when scrolling is due to Different max and min settings of the two indicators. If you select a zero level for each of the indicators you will see that there are two zero levels on your sub ...
ALF/TVI - Simple, effective daytrading
- Pat1 replied May 6, 2010
If(GV>MaxSteps ) {GV=MaxSteps; // or whatever code for rules to follow upon losing a MaxSteps trade } When GV is used as a subscript, reduce by 1 since arrays are 0 indexed Pat Just an afterthoght.
A Simple London Breakout
- Pat1 replied May 6, 2010
Martingale — [quote=squalou;3703648]Stace, The multiplier follows a modified regular Fibonacci sequence: it takes 1 every 2 Fibo numbers if i'm correct: 1,(1),2,(3),5,(8),13,(21),34,(55),89,(144),233,etc. Here is Code to start with; In this ...
A Simple London Breakout
- Pat1 replied May 3, 2010
No pics — Blue, R u using " Save as Picture" in the file menu and then uploading the screen shots? Pat
BMI - MacD Magic Monster
- Pat1 replied Apr 11, 2010
CCI indicators for this system — This is just an add on to make things a little easier. Great for alerts. Here Goes: The three EMAs, 7, 15, and 90 are represented by the blue, yellow and magenta lines on the chart. Same colors for the three ...
bo7a method... method for GBP/JPY
- Pat1 replied Mar 28, 2010
Multiple Entries using ALF60 and ALF240 — The Basic sytem - 5Min Chart with ALF5, ALF60 and ALF240, TVI_Histogram5 TVI15 in the two sub windows. Basic System Entry Rules from post 1, MainTrade - ALF 60 Crossed Below ALF240 - Main Trend is ...
ALF/TVI - Simple, effective daytrading
- Pat1 replied Mar 26, 2010
mtf template — And here is the template.
ALF/TVI - Simple, effective daytrading
- Pat1 replied Mar 26, 2010
Multiple time frame ALF and TVI — Lou, Good system. Attached are MTF ALF and TVI indicators. Since the markets are closed, cannot verify them but looks good on charts. On a M5 chart the ALF _240 is a good trailing stoploss or emergency ...
ALF/TVI - Simple, effective daytrading