Posts by ido370
|
i have 3.9.5 also running on EURUSD 1H on GoMarkets, do you want to share your setfile ? im using the setfile from 3.8 (latest with eurusd i saw)
|
|
Need an EA coder to code my system - Have proof thats its working In Programming May 12 2011 at 16:59
send me what you need :) i'll code it
|
|
hi, are you willing to share the EA?
|
|
limitless, can i buy a demo period of your EA? like $100 for 1 week? please PM me.
|
|
hi kenny, i changed it to "Ask>=MiddleWhiteLine && Bid<=MiddleWhiteLine" like you told (right now it works, it just placed two pendings in backtest!), and removed the Sleep command. i thought it would be necessary because there were 2 orders directly after eacht other, so i thought they would need some time between to process :)
The barcount code is not really mine, its from a topic sixth trading on forexfactory (ea made by stevehopwood and macman), so don't know exactly how it works, but it was "strangled" in the drawing of the lines, so i left it there..
my ......
|
|
im having difficulties with my code, in backtesting it does not place 2 pending orders when it reaches the middle white line on screen.
code for the middle white line:
BarCount = NormalizeDouble((iATR(NULL,1440 ,200,0)/MarketInfo(Symbol(),MODE_POINT))/10,0);
double value = High[iHighest(NULL,0,MODE_HIGH,BarCount,1)] - Low[iLowest(NULL,0,MODE_LOW,BarCount,1)];
double sixth = value/6;
MiddleWhiteLine = NormalizeDouble(Low[iLowest(NULL,0,MODE_LOW,BarCount,1)]+sixth+sixth+sixth, Digits);
the variables for 5 digit broker i use:
//++++ These are adjusted for 5 digit brokers.
double pips2......
|

Share