- Search Crypto Craft
- Pat1 replied Mar 21, 2010
Thanks — Kenneth, Thank You. Everything you have written so far makes an awful lot of sense. Pat.
Ken's Continuing Successes with EO's system
- Pat1 replied Mar 15, 2010
Error 4202 — Steve, Add the following code line to KG RS Group v1.1 to stop the error. if(WindowFind( "KG RS Group:" )==false)return(0); int WindowFound= WindowFind("KG RS Group:"); Pat
Kang Gun Relative Strength trading - the EA's
- Pat1 replied Mar 14, 2010
Continued from above — The second code scenario will retain obCond or OsCond to true irrespective of a change in OB/OS requirement. In other words, once these conditions are met, we just wait for Lag crossing the 0.2 or 0.8 level. The ...
scooby-doo BOJ JPY pairs trading robot
- Pat1 replied Mar 14, 2010
Scoobs, Is this what you mean? Initial variables: bool osCond=false; bool obCond=false; bool TrendLong=false; TrendShort=false; If(MaM15>MAH1 && MaH1>MaH4 && maH4>MaD1) TrendLong=true; else TrendLong=false; If(MaM15<MAH1 && MaH1<MaH4 && maH4<MaD1) ...
scooby-doo BOJ JPY pairs trading robot
- Pat1 replied Feb 26, 2010
MOMO bot — Steve, Attached is an xls for some trades the MOMO took between 24th and now on EU_m5. Noticed that all the losses were 0.02 lots and all gains were 0.01 lots, and, the losses were almost 4 times the gains. Now I have not yet looked ...
Steve Hopwood's Boris Schlossberg-inspired trading robots
- Pat1 replied Feb 23, 2010
So if these - Trend on M15=up H01=up , H04=up and D01=up . - OB on M15, H01, H04 are true then Enter Long when 5P-EMA-M5-Close is greater than 8P-EMA-M5-Close and for shorts - Trend on M15=dn H01=dn , H04=dn and D01=dn . - OS on M15, H01, H04 Enter ...
scooby-doo BOJ JPY pairs trading robot
- Pat1 replied Feb 23, 2010
Steve, Thanks for the vouch. — Just noticed it Pat
scooby-doo BOJ JPY pairs trading robot
- Pat1 replied Feb 23, 2010
No more higherTFs? — double EMA_05 = iMA(symbol,tf,05,0,MODE_EMA,PRICE_CLOSE,0); double EMA_08 = iMA(symbol,tf,08,0,MODE_EMA,PRICE_CLOSE,0); No more higher TF emas to compare? Just wondering. Pat
scooby-doo BOJ JPY pairs trading robot
- Pat1 replied Feb 19, 2010
Corrected — The original indi and snapshot has been edited. Let me know if you think it needs additional changes.
scooby-doo BOJ JPY pairs trading robot
- Pat1 replied Feb 19, 2010
No it does not. Can be done however it will work real time only for obvious reasons. It could possibly mark the chart window with a "DO NOT TRADE TYPE 3 News" or something similar to that. Also if you are referring to adjusted values of rsi_p based ...
scooby-doo BOJ JPY pairs trading robot
- Pat1 replied Feb 19, 2010
Scoob - Long Term Trend Thanks ZZ — Scoobs, Steve, Attached is an indi to visually test the theory of 20-200 ema rsi2 logic as well as the Long term trend function scoobs created. The indi has asetting for Show_T 1-Long Term Trend Only ...
scooby-doo BOJ JPY pairs trading robot
- Pat1 replied Feb 19, 2010
[quote=SteveHopwood;3478775]I am suffering one of my fuzzies. Coders, please look at the blue highlighted code. It is trying to stop the robot placing stops that are too close to the market to be allowed. I don't want MODE_LOTSTEP; what do I want? ...
scooby-doo BOJ JPY pairs trading robot
- Pat1 replied Dec 23, 2009
How do you get 0 - I get 350 with a Long start and 650 with a short start?? — Zebulon, I just want to get the rules correct. Went through this post and found that if you start with a long you get 350 pips and 0 draw down equity line. However ...
The alternative method (50 pip candles)
- Pat1 replied Nov 12, 2009
[quote=drgoodvibe;3228148]What a ride yesterday! It's always fun to call it just right and then see this FX pair shoot right past your profit target! Yesterday's morning outlook on this Forex EURUSD pair was a short bias with a target of 1.4980 -- ...
EURUSD
- Pat1 replied Oct 26, 2009
RSI_Cloud — This is how I see this Long trade: RC(RSI_Cloud) is blue Low is greater than Low value of RC MA_AP is green Buy at upper value of blue RC with stop loss of lower value of blue RC MA_AP is trailing stop. Trailing begins when MA_Ap ...
The Raz Method
- Pat1 replied Oct 26, 2009
See if this makes sense — Hi, Some time ago I posted a chart with "Raz Indi" Over the weekend i was working on a visual way of deciding if a trade is in making or not. I have two indis that need consideration. The first one is attached and is ...
The Raz Method
- Pat1 replied Oct 21, 2009
Raz Indi — Hi Raz, Your basic basic method is Long or Short trend based on H4 with triple averages of 5, 10 and 20 emas, and entry based on RSI over 55 /under 45 and 3-20 ema. Since these are cross overs of MAs, they can be described a MACDs ...
The Raz Method
- Pat1 replied Jul 31, 2009
Try This — extern int H1 =5; extern int B1 =30; extern bool Clean1 =false; extern int L1 =5; extern double K1 =2.4; string x=" "; tgss1=iCustom(NULL,TF1,"TGSS",x,x,H1,x,B1,x,Clean1,x,x,L1,x,K1,0,shift1); Pat Edit Renamed the Indi TGSS.ex4. ...
C4 Scalping
- Pat1 replied Jul 28, 2009
"as I don't remember seeing a post of yours as to the setup, or from anyone else with a chart that resembles yours." Para See post 1998 Pat
C4 Scalping