matrixebiz
matrixebiz
Friends

Add friends via their profile or user search and you will be able to see if they are online

matrixebiz
Added topic Help to add MaxOpenOrder code please
Hello, just wondering if someone could add for me code to this EA for MaxOpenOrders so I can limit the amount of max trades EA is allowed to open. Thank you //+------------------------------------------------------------------+ //| MA envelope
matrixebiz
Added topic How do you move a Comment down?
Hello, I run an EA and it puts a Comment at the left but another Comment also pops in and out on the same line. What code do I use to move one of the comments down a bit? Thanks
matrixebiz
Added topic What does this code mean?
Anyone familiar with this code?; double Safe1 = iBullsPower(NULL,PERIOD_M15,20,6,0)+iBearsPower(NULL,PERIOD_M15,20,6,0) It's just code to detect a safe time to trade but I use the H1 time frame so would like to change PERIOD_M15 to PERIOD_H1 but not
matrixebiz
Added topic What is the difference - int, double?
Hi, just wondering what the difference is if you use; extern int or extern double Thanks
matrixebiz
Added topic Need EA to control SL
Hello, I've seen alot of EAs coded that use SL as a global multi trade close system. So if I have SL set at 25 and 5 trades open and they all get to -5 pips well that ='s 25 so the EA will close them all. Is there a simple SL EA around here that I
matrixebiz
Added topic Function not referenced warning ?
hello, when I complie an EA I get warnings like; Function "CloseTheseTrades" is not referenced and will be removed from exp-file is there a way to fix? or does it matter? Do I just have to define them? if so what is the code? Thank you
matrixebiz
Added topic Attn: Long Time traders
What currency pairs do you guys find are the ones that will drop or spike and not return for a long time? Thanks
matrixebiz
Added topic Any reason why this Trailing Stop doesn't work?
This is the code in the EA but it doesn't seem to work or modify any orders. Anything wrong with it? Thanks //=============== TRAILING STOP ROUTINE int cnt, total; total=OrdersTotal(); for(cnt=0;cnt<total;cnt++) { OrderSelect(cnt, SELECT_BY_POS
matrixebiz
Added topic Trailing Stop hashout :)
Hello all, I'm still trying to understand this trailing stop thing believe it or now and how and when SL moves because of it Lets say I have a Sell trade open; TrailingStop=1 1.1287 SL=1.1398 TP=1.1276 Now price moves to 1.1286, with TrailingStop set
matrixebiz
Added topic IFXAnalyzer or Firebird Indicator
Hello, anyone know where I can download Firebird indicator or iFXAnalyzer Thanks
matrixebiz
Added topic Could not launch the compiler
When I click on Compile with any mq4, I get the above error. Any fix for this? Thanks
matrixebiz
Added topic Autotrade EA from Alert
Hello, just wondering if anyone can make a Simple EA from this alert indicator and when it alerts to place the order? I just need it to make the trade and put in a Magic Number. Thanks
matrixebiz
Added topic What is Trailing Stop?
Hello, just looking for an answer to what Trailing Stop does in an EA. Thanks
matrixebiz
Added topic What other ReverseCondition EA's are here?
Is it easy to add the code? I know 10p3v1.9c/e has the feature but wanted to add the code to other EA's to test. Was just looking for some simple EA's actually. I just want to have two charts running on the same currency and have the EA trigger one
matrixebiz
Added topic MT4 crash saving History
Do you guys find that when you do a Save detailed report from your history, MT4 just seems to freeze up and you need to end task it and fire it up again? it doesn't matter what platform, MT4, FXDD, IBFX, ect. All crash and ideas? Thanks
matrixebiz
Added topic What does Step mean?
In an EA is it better to keep the Step value 10? Thanks
matrixebiz
Added topic Change account balance
Hello, is there away I can set my own account balance in Demo? I setup the min $3000 but want to test an EA with only $500. Thanks
matrixebiz
Added topic Is Bluto around with Goblin 2
Hello, just wondering if anyone has herd if Bluto is still lurking around and may release Goblin 2? Thanks
matrixebiz
Added topic Having trouble finding Broker
I haven't been having any luck finding an MT4 broker that trades micro 0.01 lots on Demo and Live account. Help please
matrixebiz
Added topic Need help with graphs
I don't know why I can't help you guys test these EA's ?? The pic below shows Goblin for the year which is totally wrong. And I test other EA's as well and the graph shows nothing ?? Anyone know what is screwed up with my platform? Thanks
123