Hi, everybody, first, I'd like to wish you all Happy Holidays and Happy New Year
and more pips for your pockets !
Did you guys ever try set order buy and sell for all possible pairs in short period of time manualy without spread control ( 3 minutes example ) around 20:00-22:00 when market is moving slow and wait approximately from 20 to 60 minutes, after that close orders in profit, wait couple minutes and what is surprise ? You are making money, BUT, NOT ALWAYS !!! That's why I wrote this new thread.
I was wondering if somebody can equip this script " SEND BUY & SELL "
to work for all open symbols
( example : charts open - EUR/USD, EURCHF, AUD/USD, USD/CAD ....... etc. )
!!! But, what is very important, make it EA. !!!
EXPERT ADVISOR :
ALL EQUITY CONTROLS ON THE TOP !!!
: input : EQUITY CONTROL NOW true /false
------------------
------------------
EQUITY PROFIT control
---------------------
: input : Start EQUITY CONTROL after all orders
in PROFIT was CLOSED true/false
: input : Start EQUITY CONTROL after all orders
in PROFIT was CLOSED from first wave true/false
EQUITY LOSS control
--------------------
: input : Start EQUITY CONTROL after all orders
in LOSS was CLOSED true/false
: input : Start EQUITY CONTROL after all orders
in LOSS was CLOSED from first wave true/false
-----------------------------------------------------------------------------------
: input : CLOSE everything if EQUITY reached money 1234.12 ( PROFIT )
: input : CLOSE everything if EQUITY RAISE in percent true/false
: input : size of percent 5 % example
: input : CLOSE everything if EQUITY is in loss money 1008.55 ( LOSS ) example
: input : CLOSE everything if EQUITY decrease in % true/false
: input : size of percent 11 % example
: input : CLOSE NOW ONLY TRADES IN PROFIT true/false
: input : SIZE of PROFIT in money 0.25 $ ( and more ) example
: input : ONLY FIRST WAVE true/false
: input : CLOSE NOW ONLY TRADES IN LOSS true/false
: input : SIZE of LOSS in money -0.25 $ ( and more ) example
: input : ONLY FIRST WAVE true/false
: input : CLOSE all OPEN orders BUY now true/false
: input : CLOSE OPEN orders BUY from FIRST WAVE only true/false
: input : CLOSE OPEN orders BUY from SECOND WAVE only true/false
: input : CLOSE all OPEN orders SELL now true/false
: input : CLOSE OPEN orders SELL from FIRST WAVE only true/false
: input : CLOSE OPEN orders SELL from SECOND WAVE only true/false
: input : CLOSE all OPEN orders now ( buy & sell ) true/false
: input : CLOSE EVERYTHING what is LEFT now true/false
--------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------
: input : ALL SYMBOLS now send order B & S true/false
------------
: input : place orders B & S at PC time
for all symbols : true/false
: input : at time : 23:17 example
; input : size of lot : 0.02
: input : spread size for all pairs 10 pips
---------------------------------------------------------------------------------------
: input : send second wave (again buy & send order )
for all symbols true/false
: input : second wave after minutes 36 example
: input : second wave size of lot 0.06 example
: input : SEND SECOND WAVE ONLY, if market price is
away from first wave amount of pips
from buy or sell order true/false
( this control each pair ! ! ! )
: input pips away 50 example
---------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------
: input : EACH PAIR send now for EUR/USD true/false
----------
EUR/CHF true/false
.
.
.
. etc.
: input : each pair send at time 15:23
: input : each pair send at time true/false
: input : size of lot : 0.03
: input : one spread limit for
all symbols : true/false
: pips 6.4 ( 5 digits account )
6.4 pips
: input : set size of spread for each pair true/false
: input : set spread for symbol EUR/USD 1.8;EUR/CHF 2.4;
.....etc.
: input : send second wave (again buy & sell order ) true/false
: input : second wave after minutes 125 example
: input : second wave size of lot 0.09 example
: input : SEND SECOND WAVE ONLY, if market price is
away from first wave amount of pips
from buy or sell order true/false
( this control each pair ! ! ! )
: input pips away 100 example
----------------------------------------------------------------------------------
----------------------------------------------------------------------------------
: SEND ONLY FOR THIS CHART SYMBOL ( priority ) true/false
------------------------------- ( will send buy & sell order only
for this chart and symbol ,
everything above is off, if is set to true , except EQUITY INPUTS )
: do it now for this chart symbol true/false
: do it at PC time set : 11:06
( use military time, NO AM or PM )
example : 09:00, or 14:45
: do it at PC time set true/false
: spread for this chart symbol true/false
: spread size 2.1
: size of lot : 0.01 example
: input : send second wave (again buy & sell order ) true/false
: input : second wave after minutes 200 example
: input : second wave size of lot 0.12 example
: input : SEND SECOND WAVE ONLY, if market price is
away from first wave amount of pips
from buy or sell order true/false
( this control ONLY THIS pair ! ! ! )
: input pips away 260 example
-----------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------
UNIVERSAL INPUTS :
if spread is high for any symbol, skip this symbol (pair) and try again in : 20 sec example
try how many time's 30
if spread still high after that, leave pair
magic number use true/false
magic number : 123456
Start place orders again if there is no left open
orders ( !!! ) from all symbols : true/false
at PC Time : 16:05 example
EA must place orders continuisly for each symbol (pair ) - example :
EUR/USD buy, sell next EUR/CHF buy, sell next AUD/USD buy, sell ..... etc
!!! EA MUST control all the time , when placing orders buy and sell, if both orders was send, if NO, EA must fix this,
it doesn't matter what size of spread had changed or market had move !!!
I'm sorry for my English, it is not my first language.
If somebody get interested with my strategy, just ask me.
I'm using this strategy on my live account and making some money. I do everything manualy, because I do not have any programmer skills. And I'm getting tire of it.
Of course, if you have an any idea , how to improve this EA, go ahead, any improvements are WELCOME. Of course, if somebody will code it.
I did attached SCRIPT ( it is not EA ) Send Buy & Sell, this script is sending buy and sell order, but sometimes only one order, I don't know why.
Also, I attached EXPERT ADVISOR ( EA ) for EQUITY CONTROL, this EA is working perfectly.
So, programmers can use both codes, but first one( script ) need to be fixed, I think.
I wrote same thing in Steve Hopwood's programming room and in I will code your EAs and Indicators for no charge thread.
There is only different beginning.
So, if you are interested, go please to Steve Hopwood's programming room, and reply there !!!
and more pips for your pockets !
Did you guys ever try set order buy and sell for all possible pairs in short period of time manualy without spread control ( 3 minutes example ) around 20:00-22:00 when market is moving slow and wait approximately from 20 to 60 minutes, after that close orders in profit, wait couple minutes and what is surprise ? You are making money, BUT, NOT ALWAYS !!! That's why I wrote this new thread.
I was wondering if somebody can equip this script " SEND BUY & SELL "
to work for all open symbols
( example : charts open - EUR/USD, EURCHF, AUD/USD, USD/CAD ....... etc. )
!!! But, what is very important, make it EA. !!!
EXPERT ADVISOR :
ALL EQUITY CONTROLS ON THE TOP !!!
: input : EQUITY CONTROL NOW true /false
------------------
------------------
EQUITY PROFIT control
---------------------
: input : Start EQUITY CONTROL after all orders
in PROFIT was CLOSED true/false
: input : Start EQUITY CONTROL after all orders
in PROFIT was CLOSED from first wave true/false
EQUITY LOSS control
--------------------
: input : Start EQUITY CONTROL after all orders
in LOSS was CLOSED true/false
: input : Start EQUITY CONTROL after all orders
in LOSS was CLOSED from first wave true/false
-----------------------------------------------------------------------------------
: input : CLOSE everything if EQUITY reached money 1234.12 ( PROFIT )
: input : CLOSE everything if EQUITY RAISE in percent true/false
: input : size of percent 5 % example
: input : CLOSE everything if EQUITY is in loss money 1008.55 ( LOSS ) example
: input : CLOSE everything if EQUITY decrease in % true/false
: input : size of percent 11 % example
: input : CLOSE NOW ONLY TRADES IN PROFIT true/false
: input : SIZE of PROFIT in money 0.25 $ ( and more ) example
: input : ONLY FIRST WAVE true/false
: input : CLOSE NOW ONLY TRADES IN LOSS true/false
: input : SIZE of LOSS in money -0.25 $ ( and more ) example
: input : ONLY FIRST WAVE true/false
: input : CLOSE all OPEN orders BUY now true/false
: input : CLOSE OPEN orders BUY from FIRST WAVE only true/false
: input : CLOSE OPEN orders BUY from SECOND WAVE only true/false
: input : CLOSE all OPEN orders SELL now true/false
: input : CLOSE OPEN orders SELL from FIRST WAVE only true/false
: input : CLOSE OPEN orders SELL from SECOND WAVE only true/false
: input : CLOSE all OPEN orders now ( buy & sell ) true/false
: input : CLOSE EVERYTHING what is LEFT now true/false
--------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------
: input : ALL SYMBOLS now send order B & S true/false
------------
: input : place orders B & S at PC time
for all symbols : true/false
: input : at time : 23:17 example
; input : size of lot : 0.02
: input : spread size for all pairs 10 pips
---------------------------------------------------------------------------------------
: input : send second wave (again buy & send order )
for all symbols true/false
: input : second wave after minutes 36 example
: input : second wave size of lot 0.06 example
: input : SEND SECOND WAVE ONLY, if market price is
away from first wave amount of pips
from buy or sell order true/false
( this control each pair ! ! ! )
: input pips away 50 example
---------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------
: input : EACH PAIR send now for EUR/USD true/false
----------
EUR/CHF true/false
.
.
.
. etc.
: input : each pair send at time 15:23
: input : each pair send at time true/false
: input : size of lot : 0.03
: input : one spread limit for
all symbols : true/false
: pips 6.4 ( 5 digits account )
6.4 pips
: input : set size of spread for each pair true/false
: input : set spread for symbol EUR/USD 1.8;EUR/CHF 2.4;
.....etc.
: input : send second wave (again buy & sell order ) true/false
: input : second wave after minutes 125 example
: input : second wave size of lot 0.09 example
: input : SEND SECOND WAVE ONLY, if market price is
away from first wave amount of pips
from buy or sell order true/false
( this control each pair ! ! ! )
: input pips away 100 example
----------------------------------------------------------------------------------
----------------------------------------------------------------------------------
: SEND ONLY FOR THIS CHART SYMBOL ( priority ) true/false
------------------------------- ( will send buy & sell order only
for this chart and symbol ,
everything above is off, if is set to true , except EQUITY INPUTS )
: do it now for this chart symbol true/false
: do it at PC time set : 11:06
( use military time, NO AM or PM )
example : 09:00, or 14:45
: do it at PC time set true/false
: spread for this chart symbol true/false
: spread size 2.1
: size of lot : 0.01 example
: input : send second wave (again buy & sell order ) true/false
: input : second wave after minutes 200 example
: input : second wave size of lot 0.12 example
: input : SEND SECOND WAVE ONLY, if market price is
away from first wave amount of pips
from buy or sell order true/false
( this control ONLY THIS pair ! ! ! )
: input pips away 260 example
-----------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------
UNIVERSAL INPUTS :
if spread is high for any symbol, skip this symbol (pair) and try again in : 20 sec example
try how many time's 30
if spread still high after that, leave pair
magic number use true/false
magic number : 123456
Start place orders again if there is no left open
orders ( !!! ) from all symbols : true/false
at PC Time : 16:05 example
EA must place orders continuisly for each symbol (pair ) - example :
EUR/USD buy, sell next EUR/CHF buy, sell next AUD/USD buy, sell ..... etc
!!! EA MUST control all the time , when placing orders buy and sell, if both orders was send, if NO, EA must fix this,
it doesn't matter what size of spread had changed or market had move !!!
I'm sorry for my English, it is not my first language.
If somebody get interested with my strategy, just ask me.
I'm using this strategy on my live account and making some money. I do everything manualy, because I do not have any programmer skills. And I'm getting tire of it.
Of course, if you have an any idea , how to improve this EA, go ahead, any improvements are WELCOME. Of course, if somebody will code it.
I did attached SCRIPT ( it is not EA ) Send Buy & Sell, this script is sending buy and sell order, but sometimes only one order, I don't know why.
Also, I attached EXPERT ADVISOR ( EA ) for EQUITY CONTROL, this EA is working perfectly.
So, programmers can use both codes, but first one( script ) need to be fixed, I think.
I wrote same thing in Steve Hopwood's programming room and in I will code your EAs and Indicators for no charge thread.
There is only different beginning.
So, if you are interested, go please to Steve Hopwood's programming room, and reply there !!!
Attached File(s)