PROJECT GRACE REQUEST. Hello, I want to build a Robot/EA for my trading strategy which has given me positive result in past 4 Months of testing manually. The basis is to use the High and Low prices at the first move of the instalment of the robot to calculate trades using specified trading logics and settings. The robot will compare every actual market moves to previous extreme points/ positions to identify when to take bids and in what direction. It will use HIGH prices to plan for SELL bids and LOW prices to plan for BUY positions. The EA will identify the first static position out of the High and Low to enable it make multiple trades towards market direction, I e against the static position/price. The Data sample and steps of logic is as detailed below. I have daily data input in this format This data will then extract the extreme figures on daily basis as follows for High and Low positions As shown above, every new High above previous extreme will use the High to calculate the Future SELL positions, While the Low will be used to Calculate BUY positions. (For Day 1 to 3) As shown above, every new Low below previous extreme low will use the low to calculate the Future BUY positions, While the High will be used to Calculate SELL positions. (For Day 4 to 8) Any new bid taken for reversal will always close at end of previous extremes. As shown above, in Day 9 is for next Day. So any price movement above .774 will use HIGH to calculate SELL bids while the current low of .756 will calculate BUY bids until maximum gap is achieved. If for example Maximum gap is .04, then from current low price + gap, ie .756+.04=.796. So from .796 HIGH price, no more BUYS will be taken, while SELL bids will still be activated at each new extreme moves. Same if Price had reverted downwards, then it would be Current HIGH less Gap, ie .774-.04= .734. So in above example, if I have a direction bid gap of .002 and reversal of .004, then bids will be as follows: .7704 HIGH TO .7506 LOW .7506 LOW TO .774 HIGH Bids will be made to close profits at intervals or before reversing. For example at every 2 new levels after opening., while any previous outstanding bids will close automatically at certain conditions. So that it wont continue to run in losses. NB: Please only serious and immediately available programmers should bid. I will test the robot for 15 days minimum after submission of robot before concluding on the project Will also get the source code to the Robot Robot should be with password setting