- Search Metals Mine
-
jamb0 replied Mar 28, 2012Problem solved!!!
Thanks a lot Xaphod!!!Please help with timed trades EA
-
jamb0 replied Mar 28, 2012Thank you!!! Now we know why the orders are not sent, but... How to solve it? Or it cannot be solved? Maybe sending a buystop instead of buylimit when the ask price is < than price_buy???
Please help with timed trades EA
-
jamb0 replied Mar 28, 2012Done, but I get exactly the same errors than above: //+------------------------------------------------------------------+ //| expert initialization function | //+------------------------------------------------------------------+ int init() { ...
Please help with timed trades EA
-
jamb0 replied Mar 28, 2012Here is the diary for the first week of the year: 2012.03.28 16:31:08 2012.01.06 08:01 SL_TP EURUSD,Daily: ERROR (130) Ask: 1.2771Bid: 1.2769 2012.03.28 16:31:08 2012.01.06 08:01 SL_TP EURUSD,Daily: OrderSend error 130 2012.03.28 16:31:08 2012.01.06 ...
Please help with timed trades EA
-
jamb0 replied Mar 28, 2012Done!, here is the code, I'm looking the diary... //+------------------------------------------------------------------+ //| expert initialization function | //+------------------------------------------------------------------+ int init() { //---- ...
Please help with timed trades EA
-
jamb0 replied Mar 28, 2012How to read the market? Could you recommend me some thread or some book? I want to learn, but the more I learn the more ramdom I think this market is...

My theory about forex market
-
jamb0 replied Mar 28, 2012Correct, we are completely in hands of big players, if they want to continue the S/R, then ok, but if they want to break up some S/R, then we have no chance of make money buying at S and selling at R...
Do you believe in Support and Resistance?
-
jamb0 replied Mar 28, 2012Thank you, added RefreshRates() at the beggining of the code, now the orders change but still some orders not open because invalid stops
But I don't know when the orders are gonna trigger, because are pending orders..., so, how to print the Ask ...Please help with timed trades EA
-
jamb0 replied Mar 28, 2012Now I know why sometimes the orders not send: Order send error 130 (invalid stops), but the stops seem to be well, maybe because the slippage?

Edit: no it's not the slippage, I think the reason is because buy and sell orders are too close ...Please help with timed trades EA
-
jamb0 replied Mar 28, 2012... Here you have the complete code: //+------------------------------------------------------------------+ //| expert initialization function | //+------------------------------------------------------------------+ int init() { //---- //---- ...
Please help with timed trades EA
-
jamb0 replied Mar 28, 2012This is the only problem I have left to solve, sometimes it sends 3 selllimits in a row, and sometimes only buylimit or selllimit: image Thank you guys for your responses!, they are helping me.
Please help with timed trades EA
-
jamb0 replied Mar 28, 2012I've solved partially the problem, changing bool by static bool, now only sends 3 selllimits and 3 buylimits per day, but still not running properly: double H, L; int tiket_buy, tiket_sell; static bool orders_placed = false; if(Hour()==8 && ...
Please help with timed trades EA
-
jamb0 replied Mar 28, 2012No coincidences but the will of a few guys, for instance... How many times have you seen a reaction after a new release and suddendly the market reverses and go to the other direction for no reason..., and at some point another time the market ...
My theory about forex market
-
jamb0 replied Mar 28, 2012Mmm... A subjective vision about this market... I've never realize it, maybe you're right, good response.
Lost Souls Enter Here!
-
jamb0 replied Mar 28, 2012Thank you for the response, but it still sending thousands of orders per day... Maybe activating/deactivating the boolean at some hour and minute of day... I'm trying with: double H, L; int tiket_buy, tiket_sell; bool orders_placed = false; ...
Please help with timed trades EA
-
My theory about forex market
Started Mar 28, 2012|Trading Discussion|75 replies
My theory about forex is that nothing works here, why? Lets assume that for moving the forex ...
-
Please help with timed trades EA
Started Mar 28, 2012|Platform Tech|22 replies
I want to code an EA that sends 2 pending orders at a specific hour at day, lets say, at 8am: ...
-
jamb0 replied Mar 28, 2012So you admit that in forex there is no profitable system in the long term?
Lost Souls Enter Here!
-
jamb0 replied Mar 28, 2012There are S/R in forex? Yes. But they do not last long. So you can't use them to make money, because when the S/R is consolidated and you can see it in a chart then bang! The trend breaks up the S/R and the money disappear from your account.
Do you believe in Support and Resistance?