- Search Metals Mine
- 145 Results (20 Threads, 125 Replies)
- scottyfromau replied Jun 5, 2011
would you kindly care to enlighten us on the details?
Learning price action
- scottyfromau replied Jun 4, 2011
when I was looking into this I asked the customer support at my broker for what phones were supported.
Dell Streak 5 Phone Trading
- scottyfromau replied Jun 4, 2011
I've plugged that in but its not closing 70% of the position at all anymore. Not coming up with any errors either.
ticket number not working
- scottyfromau replied Jun 4, 2011
I havn't heard great things about fxclub too be honest, mind you online reviews aren't always that accurate..
FXclub
- scottyfromau replied Jun 4, 2011
here's the full updated script for anyone wanting to try it out. //+------------------------------------------------------------------+ //| Pre-Order Manager EA.mq4 | //| Scotty | //| url | ...
ticket number not working
- scottyfromau replied Jun 4, 2011
Alright, so somehow I think I've managed to get the ticket number to get through to the equation and its working! kind of. if(OrdersTotal()!=0) { tradeThisCandle=true; OrderSelect(iTicket, SELECT_BY_TICKET); if(OrderType()==OP_BUY) { ...
ticket number not working
- scottyfromau replied Jun 4, 2011
@ Xaphod cheers mate for the advice, I'll runthrough it now, it must be there somewhere! @nubcake This ea handles: new orders - position sizing, where to enter and where to set stops open orders - it will take partial profits @ a caluclated price ...
ticket number not working
- scottyfromau replied Jun 3, 2011
I'm not sure if I understand you correctly, the ticket number would be created when we send the first order though. Thus we would have that order in the ticket history. (I think) So this part of the code first creates our initial position, lets say ...
ticket number not working
- scottyfromau replied Jun 3, 2011
when printing out iTicket I've got it coming up as 1, I don't think it correct, it should have several digits. does any1 know why this may be the case?
ticket number not working
- scottyfromau replied Jun 2, 2011
I think it may be due to the conditions but I'm not sure why, the problem code is below if(OrdersTotal()!=0) { tradeThisCandle=true; OrderSelect(iTicket, SELECT_BY_TICKET); if(OrderType()==OP_BUY) { ...
ticket number not working
- scottyfromau replied Jun 2, 2011
I just tried coding it so it closes the whole position, that doesn't work either. for some reason its not sending the OrderClose
ticket number not working
- scottyfromau replied Jun 2, 2011
sorry for the delay, been busy since I last replied. The first portion isn't closing fine using iTicket. It gets to the TP but doesn't close any of the position. This EA is only supposed to manage the first TP of the trade, I'll do the rest. Is ...
ticket number not working
- scottyfromau replied May 31, 2011
hmm, looks like the developers took an easy procedure and turned it into a real mess
cheers guys for the help I'll be able to amend it now.ticket number not working
- scottyfromau replied May 31, 2011
sorry, above is editted, yes I have declared it as a global variable. iTicket is created when the order is placed. #property copyright "Scotty" #property link " url " extern int StrictLevel=2; extern int Breakout_Definition=0; extern double ...
ticket number not working
- scottyfromau replied May 31, 2011
if you need anymore info please let me know
ticket number not working
-
ticket number not working
Started May 31, 2011|Platform Tech|34 repliesThis EA takes partial profit at half the value of your stop. e.g. if you stop is 50 pips, it ...
- scottyfromau replied May 21, 2011
if its not regulated by CFTC (US) or FSA (uk) or ASIC (Australia) stay away. if its in Cyprus stay away.
A broker that have it all
- scottyfromau replied May 20, 2011
My experience so far with Pepperstone razor acc. — I signed up a couple weeks ago and experience has been 99% positive so far. EXCELLENT customer service when I call (I really can't commend them more on this, they really are great), no shady ...
Pepperstone Forex
- scottyfromau replied May 11, 2011
thats a great concept, but it doesn't seem to give me the option of setting a pending entry.
Order Taker EA
- scottyfromau replied May 11, 2011
hahhaha, yes I'm not surprised. this is my first script of my own doing so I'm still learning how it all fits together and how to make it neater. Appreicate your help mate.
Order Taker EA