- Search Energy EXCH
-
RaptorUK replied Sep 19, 2011It's working for me . . . It works when there is a change in colour between bars 2 and 1 . . . not bars 1 and 0
Can Someone Please Add An Alert To This Indicator
-
RaptorUK replied Sep 19, 2011Seems to be working.
Can Someone Please Add An Alert To This Indicator
-
RaptorUK replied Sep 18, 2011What exactly do you mean by "retrieve" ? Print (link);
MT4: Accessing #property value?
-
RaptorUK replied Sep 18, 2011Try this . . not tested properly, done some preliminary testing in the ST.
Can Someone Please Add An Alert To This Indicator
-
RaptorUK replied Sep 17, 2011Nope, you will probably have to a lot of re-writing to get them to run in MT5.
MT4 Strategy Tester Computer Hardware Bottleneck
-
RaptorUK replied Sep 16, 2011On a 17" CRT you will be pushed to take that much beyond 1280 x 1024 . . . you need a new monitor though . . . but don't just get the biggest . . you need RESOLUTION . . . I run 2560 x 1600
Double Sided chart tabs in MT4
-
RaptorUK replied Sep 16, 2011It's most likely to be your CPU . . . look at Task Manager, then processes, sort by CPU so the Process with the highest CPU use is at the top. If you have Hyperthreading enabled your Terminal is going to use a max of around 18% from what I have seen ...
MT4 Strategy Tester Computer Hardware Bottleneck
-
RaptorUK replied Sep 16, 2011If the EA is using one of the cores at 100% CPU then using a faster CPU will certainly improve things . . .
MT4 Strategy Tester Computer Hardware Bottleneck
-
RaptorUK replied Sep 16, 2011A bigger monitor won't necessarily help . . what you need is more screen resolution. What resolution are you currently running ?
Double Sided chart tabs in MT4
-
RaptorUK replied Sep 16, 2011If you are using version 406 then you are probably seeing poor performance due to a bug . . . Other than that you need a fast CPU, and reasonable disk access performance. CPU, something like the i5 2500k and overclock it to 4GHz Maybe your EA can be ...
MT4 Strategy Tester Computer Hardware Bottleneck
-
RaptorUK replied Sep 14, 2011OK, to be clear, you don't mean many trades open at once . . you mean one open, then it closes, then another opens soon after and it closes, then another opens, etc ? What do you want to happen ? after the first Order is opened and closes what has ...
My EA Creates a lot of sell orders! How can i avoid that?
-
RaptorUK replied Sep 13, 2011It's bad practice to count up, for (int i = 0; i < OrdersTotal(); i++) count down instead for (int i = OrdersTotal()-1; i >=0 ; i--)
My EA Creates a lot of sell orders! How can i avoid that?
-
RaptorUK replied Sep 13, 2011I just updated the code (very small mod) and re-uploaded it, you may find that it doesn't alert if an arrow forms on the very next bar, I should have fixed that now.
5m scalp system
-
RaptorUK replied Sep 11, 2011Or just use the Indicator via iCustom in the EA ? url
Can an EA automatically start a script?
-
RaptorUK replied Sep 9, 2011Are you sure price actually breaks through the Upper and Lower band levels ?
Can anyone modify an indicator for me to have alerts?