Search found 23 matches

by MarketSlayer
Sat May 01, 2010 6:05 pm
Forum: TheRumpledOne
Topic: Scripts that enter multiple trades off hot keys
Replies: 5
Views: 3545
Gender: Male

I updated the original Scripts above, to loop until order is filled, works great.

http://themarketslayer.blogspot.com/201 ... -blog.html
by MarketSlayer
Thu Nov 19, 2009 1:27 pm
Forum: MetaTrader
Topic: Indictor that plots a vertical line prev to live candel
Replies: 2
Views: 4105
Gender: Male

Steven, perfect, I love this. I make my decisions from CLOSED Candles..the previous candle and its indicators...NOT the current candle. So this line helps me to see are the indicators rising/falling...as we all know you can't analyze the current candle, as it is NOT done, so the indicators have not ...
by MarketSlayer
Wed Nov 18, 2009 2:02 pm
Forum: MetaTrader
Topic: Indictor that plots a vertical line prev to live candel
Replies: 2
Views: 4105
Gender: Male

Indictor that plots a vertical line prev to live candel

I use a vertical line on the previous candle to get a read on indicators. It is very helpful. The current candle is drawing so you don't know where it will end up. I am struggling to draw the vertical line and whatever chart you change to, the vertical line should always be on the previous to curren...
by MarketSlayer
Mon Nov 09, 2009 3:37 am
Forum: MetaTrader
Topic: Market Order EA Slippage
Replies: 9
Views: 6576
Gender: Male

This is with forex.com... It is a 4 digit price..
Should I change the slippage variable to 0.0003, or 0.0010 ??
by MarketSlayer
Mon Nov 09, 2009 12:06 am
Forum: MetaTrader
Topic: Market Order EA Slippage
Replies: 9
Views: 6576
Gender: Male

The EA Log shows two errors. I would load the EA on the chart....then when I wanted it to run, I would change the property "Trade Live" by selecting the check box, then hit ok... So the two errors I am seeing are: "uninit reason 5" and "uninit reason 3" When it worked i...
by MarketSlayer
Sun Nov 08, 2009 2:19 pm
Forum: MetaTrader
Topic: Market Order EA Slippage
Replies: 9
Views: 6576
Gender: Male

I did check both logs and saw Reason 3 and Reason 5.... Here is what I tried with a similar script: //--------------------------------------------------------------------7 -- if (ticket_1 >0 && ticket_2 >0 && ticket_3 >0 ) // Got it!:) { Alert ("Opened All 3 orders "); brea...
by MarketSlayer
Sat Nov 07, 2009 10:47 pm
Forum: MetaTrader
Topic: Market Order EA Slippage
Replies: 9
Views: 6576
Gender: Male

Market Order EA Slippage

I wrote an EA that simply blasts in 3 orders at the market. It sets a 15 pip stop and order 1 has a Take Profit of 10, Order 2 has Take Profit of 20 and order 3 has Take Profit of 30 for example. Many times when I apply the EA to a chart it won't fill, I think it is slippage etc. Any ideas how to lo...
by MarketSlayer
Mon Oct 05, 2009 1:55 am
Forum: TheRumpledOne
Topic: Scripts that enter multiple trades off hot keys
Replies: 5
Views: 3545
Gender: Male

Possible solution to Script Orders not filling

//+------------------------------------------------------------------+ I added the order code after the error and that is not fixing it either. Anyone have any ideas on how to get this to retry until filled when market is busy..What am I missing here?? //| Scalp LONG.mq4 | //| Copyright ? 2009, | //...
by MarketSlayer
Sun Sep 27, 2009 10:31 pm
Forum: TheRumpledOne
Topic: Scripts that enter multiple trades off hot keys
Replies: 5
Views: 3545
Gender: Male

I am getting slippage or when I hit this script, often times I am only getting 1 or 2 of the 3 orders filled.
Does anyone know how to add error checking to retry if all orders are not filled?
Thanks
by MarketSlayer
Thu Sep 17, 2009 12:54 pm
Forum: beginners forum
Topic: iSMI function needed
Replies: 11
Views: 6249
Gender: Male

How would I modify your code so that it would show the a=fast value instead of W, B, S and simply make the value Green if a>b, yellow if a=b or Red if a<b. The location of the value is key.
This is great stuff.
That stinkin suffix tripped me up.
Thanks,

Go to advanced search