You are on page 1of 2

Green color for BUY

Red colors for SELL

Maximum open buy orders=100 (Set it from input window as an option)


Maximum open Sell orders=100 (Set it from input window as an option)

1- If the indicator color is green then we will open buy order.


For take profit, we must wait converting indicator color to red then close buy order
if its profit > 0.

2- If we have buy order then appeared to us sell signal,


If buy order profit>0 then close it and open sell order.
If buy order profit<0 then leave it open and open sell order.

3- If the indicator color is red then we will open sell order.


For take profit we must wait converting indicator color to green then close sell order
if its profit > 0.

4- If we have sell order then appeared to us buy signal


If sell order profit>0 then close it then open buy order.
If sell order profit<0 then leave it open and open buy order.

5- If we have two open orders (buy and sell) then appeared to us buy signal
We must check if sell order profit >0 then close it AND open buying again.

If sell order profit <0 then leave it open and we must not open buy order again
because we already have one opened.

6- If we have two orders (buy and sell) then appeared to us sell signal
We must check if buy order profit>0 then close it AND open sell again.

If sell order profit <0 then leave it open and we must not Open buy order again
because we already have one opened.

7- If we have more than one buy order then appeared to us selling signal
We will close all buy orders which have profit > 0 and leave buy orders which have
profit < 0 open. Then open sell order again.

If we already have one or more sell order, then we must not open sell order again
until one at least buy order profit > 0.
8- If we have more than one sell order then appeared to us buy signal
We will close all sell orders which have profit > 0 AND leave sell orders which have
profit < 0 then open buy order again.

If we already have one (At least) buy order, then we must not open buy order again
until one sell order (at least) profit > 0.

Please make this point as an option in the EA and name it (Use AVG(Profit)) .
If I have many orders from the same type, and I got different signal, then I will
check the AVG Profit and close the orders if the AVG(Profit)>0

You might also like