- Search Metals Mine
-
Zeuzere replied Jan 16, 2007There is 3 questions to ask? 1- Does the transaction is the one i'm looking for if (OrderType()==OP_SELL && OrderSymbol()==Symbol()) 2- Does my TrailingStop meet the requirement if( newSl < OrderOpenPrice() && newSL < OrderStopLoss() ){ 3- If so ...
Trailing Stop - Best Practices
-
Zeuzere replied Jan 16, 2007Now that you have verify if you condition is a sell then you verify if you trailing stop meet the requirement replace if(TrailingStop>0) {if((OrderOpenPrice()-Ask)>(Point*TrailingStop)) { by if ( TrailingStop>0){double newSl = Ask + ...
Trailing Stop - Best Practices
-
Zeuzere replied Jan 16, 2007First replace this if (OrderSelect(ticket,SELECT_BY_TICKET,MODE_TRADES)) { if (OrderType()<=OP_SELL && OrderSymbol()==Symbol()) { if (OrderType()==OP_SELL) { by if (OrderSelect(ticket,SELECT_BY_TICKET,MODE_TRADES)) { / /You have 2 if condition that ...
Trailing Stop - Best Practices
-
Zeuzere replied Jan 15, 2007Use a wap service (If your phone support this) url for more info.. Or google " wap forex" And many broker offer wap of there service like forex.com
Open High Low Close Update
-
Zeuzere replied Jan 11, 2007Well post under 50 most of the time!!!
What is the best Forex Predictor???
-
Zeuzere replied Jan 11, 2007Price Action (Trend technic) and COT Data work well for me...
What is the best Forex Predictor???
-
Zeuzere replied Jan 11, 2007If you mean that when the EA place a trade, you see Arrow... It does this by default... If not try to add the parameter : arrow_color In OrderSelect or OrderModify
strategy tester trade chart markings
-
Zeuzere replied Jan 11, 2007True, I use COT and the Big Dog are Way Long on Friday... So a short is near on GBP. But like we see were long for now... I expect 2 thing : Double top ( reverse) or Breach at ~234.80 always on GBPJPY Will see
WTF! Surprise UK Rate Hike!
-
Zeuzere replied Jan 11, 2007For me its not a surprise, there were a trend reversal on monday (GBPJPY), So its just a continuation...+400 pip in 2-3days :-)
WTF! Surprise UK Rate Hike!
-
Zeuzere replied Jan 11, 2007Some broker, with real non dealing desk, offer multiple quote from multiple bank, and i think this is the only way to watch it... But i'm not sure, never try and never see it...
MT4 & BUY/SELL Quotes
-
Zeuzere replied Jan 11, 2007its possible... If you can have price and compare before submithing, and have the price garanty for a period of time, i would be millionnaire... Thats why your are not allow to do it! Imagine, if broker allow this... you would not be the first to ...
MT4 & BUY/SELL Quotes
-
Zeuzere replied Jan 11, 2007No <- I think RefCo(Evil) was doing it(Not sure) But some broker do this by phone Use mutliple charts(Multi Broker)...
MT4 & BUY/SELL Quotes
-
Zeuzere replied Jan 10, 2007Maybe i'm off the track but anyway: "I have a automated screen shot program that execute an instant Sell or Buy signal at the Order pop-up window" Its a external program that automate your order for you ( Like if it was you ) It open and execute ...
News releases and use of EA
-
Zeuzere replied Jan 10, 2007The only thing i like is it find patern on different time frame and notify you... You can ask the software to look at higher time frame, if you trade on hourly than you ask for daily and 4h patern only. So you dont(Well less) have to monitor... This ...
AutoChartist at IBFX
-
AutoChartist at IBFX
Started Jan 9, 2007|Trading Discussion|5 replies
IBFX-GPS : Graphical Pattern Scanner They call it differently but its the autochartist ...
-
Zeuzere replied Jan 9, 2007The orderTicket is unique ( No one will use the number after it is used). The orderTime is unique for one reason: Impossibe to put 2 order at the same time(they will have at least a few millisecond difference) ... And you can use a Array, put the ...
Sequence of Order Creation - which one was first?
-
Zeuzere replied Jan 9, 2007I suppose you know how to code basic indicator! if so then, You just use 2 result of rsi(shift+2 and shift+1) and compare them to the 50 cross: ex.: double rsibefore = iRSI(.....,shift+2); double rsiafter = iRSI(.....,shift+1); //then if( ...
help with multiple crosses coding
-
Zeuzere replied Jan 8, 2007Add-on — "Reference and anchor points" "At lower left of the chart there is a dark colored arrow" - The arrow is active if your "Auto scroll" is disable... "At the upper right of the chart there is likewise a dark colored arrow" - The arrow is ...
MT Information (Programming, Backtesting, Tips ...)
-
Zeuzere replied Jan 8, 2007Show your point(Math), because swap will never be that big to cover you loss...
Swap Trading System