I will give $25 to anyone who can make an EA for the system below. I will transfer the money via paypal when the job is done. You can get $50 if the EA is finished at Monday.
The system rules are
Variables
stop loss = (extern variable that I can change)
Take profit = (extern variable that I can change)
Grid = (extern variable that I can change
Above_Max = (The amount of dollars the equity should be above the highest recorded balance to start over at 1 %. It should also be a variable I can change)
Buy "Grid" pips above the current prize
Sell "Grid" pips below the current prize
The first trade should be with 1 % of the account balance.
If the first trade is a winner the EA should make a new trade in the same direction with 1 % of the account balance.
It should continue to do that until there is a losing trade. When a trade is closed for a loss the EA should open a new trade in the opposite direction with 2 % of account balance. If it wins it continue to either trade with the same lot size until the equity is "Above_Max" above the highest recorded balance or until there is a losing trade.
Here is an example of a cycle
Trade 1 buy 1 % of account balance loss
Trade 2 sell 2 % of account balance loss
Trade 3 buy 3 % of account balance win
Trade 4 buy 3 % of account balance loss
Trade 5 sell 4 % of account balance loss
Trade 6 buy 4 % of account balance win
Trade 7 buy 4 % of account balance win
Trade 8 buy 4 % of account balance win
Trade 9 buy 4 % of account balance (At some point in this trade the equity was "Above_Max" above the highest recorded balance so the position was closed and the EA will start over starting with 1 % of account balance.)
So loss = new trade in the opposite direction with one more % of the account balance
and win = new trade in the same direction with the same % of account balance as the trade just before..
and when "Above_Max" is hit it starts over at 1 %.
The system rules are
Variables
stop loss = (extern variable that I can change)
Take profit = (extern variable that I can change)
Grid = (extern variable that I can change
Above_Max = (The amount of dollars the equity should be above the highest recorded balance to start over at 1 %. It should also be a variable I can change)
Buy "Grid" pips above the current prize
Sell "Grid" pips below the current prize
The first trade should be with 1 % of the account balance.
If the first trade is a winner the EA should make a new trade in the same direction with 1 % of the account balance.
It should continue to do that until there is a losing trade. When a trade is closed for a loss the EA should open a new trade in the opposite direction with 2 % of account balance. If it wins it continue to either trade with the same lot size until the equity is "Above_Max" above the highest recorded balance or until there is a losing trade.
Here is an example of a cycle
Trade 1 buy 1 % of account balance loss
Trade 2 sell 2 % of account balance loss
Trade 3 buy 3 % of account balance win
Trade 4 buy 3 % of account balance loss
Trade 5 sell 4 % of account balance loss
Trade 6 buy 4 % of account balance win
Trade 7 buy 4 % of account balance win
Trade 8 buy 4 % of account balance win
Trade 9 buy 4 % of account balance (At some point in this trade the equity was "Above_Max" above the highest recorded balance so the position was closed and the EA will start over starting with 1 % of account balance.)
So loss = new trade in the opposite direction with one more % of the account balance
and win = new trade in the same direction with the same % of account balance as the trade just before..
and when "Above_Max" is hit it starts over at 1 %.
If slaughterhouses had glass walls, everyone would be a vegetarian!